CodeForge

agent
Security Audit
Warn
Health Warn
  • License — License: NOASSERTION
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 9 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool provides a drop-in DevContainer that transforms any software project into an AI-powered development environment. It comes pre-configured with safety guards, domain-specific skills, and automated agents specifically designed for use with Claude Code.

Security Assessment
The automated code scan reviewed 12 files and found no dangerous patterns, hardcoded secrets, or requests for highly sensitive permissions. However, by design, a DevContainer environment inherently executes shell commands, modifies local project files, and interacts with AI models. Users should be aware that making network requests to external APIs and running terminal commands is standard behavior for this type of development tool. Overall risk: Medium.

Quality Assessment
The project appears to be actively maintained, with its most recent code push happening today. It uses the GNU General Public License v3.0, which is a standard and clearly defined open-source license (resolving the automated NOASSERTION flag). The primary concern is its low community visibility; with only 9 GitHub stars, the tool has not yet undergone widespread peer review or community testing. Developers must rely primarily on the creator's code quality rather than established community trust.

Verdict
Use with caution: the code is currently active and passed initial security scans, but the project's very small community footprint means it lacks extensive public auditing and battle-testing.
SUMMARY

Drop-in DevContainer that transforms any project into an AI-powered development environment; pre-configured with safety guards, specialized agents, code intelligence, and 38 domain skills for Claude Code.

README.md

CodeForge

Monorepo for CodeForge — an AI-powered development environment for Claude Code.

Packages

Package Description Version
container/ CodeForge DevContainer (@coredirective/cf-container on npm) 2.2.0
cli/ CodeForge CLI (codeforge-cli) 0.2.0
docs/ Documentation site (codeforge.core-directive.com)

Quick Start

# Install the devcontainer into any project
npx @coredirective/cf-container

See container/README.md for full setup instructions, prerequisites, and usage.

Development

Each package manages its own dependencies independently:

# Container (npm)
cd container && npm test

# CLI (Bun)
cd cli && bun test

# Docs (npm)
cd docs && npm run build

See CLAUDE.md for branching strategy and development rules.

Links

Contributing

We welcome contributions! Please read our Contributing Guide
before submitting a pull request. All contributions require signing our
Contributor License Agreement.

License

This project is licensed under the GNU General Public License v3.0.

Commercial licensing is available for organizations that need to use CodeForge
without GPL-3.0 obligations. Contact
[email protected]
or open a GitHub issue
for terms.

Reviews (0)

No results found