Code Sage
The intelligent development companion.
Key Features
- Security Analysis
Detects vulnerabilities, injection risks, and insecure patterns.
- Maintainability
Scores complexity, coupling, and tech debt to guide refactors.
- Bug Detection
Surfaces logical errors and edge-case failures before they ship.
- Detects Hallucination
Flags AI-generated code that looks plausible but hides subtle errors.
Ready to dive in?
Full API reference, CLI flags, provider configuration, and real-world usage examples — all in one place.
View on GitHubQuick Start
git clone https://github.com/nalintiwary18/codesage
cd codesage
pip install -e .
codesage run /path/to/project \
--no-wizard \
--provider openai \
--model gpt-4o-mini \
--output report.mdCode Sage
The intelligent development companion.
Key Features
Detects vulnerabilities, injection risks, and insecure patterns.
Scores complexity, coupling, and tech debt to guide refactors.
Surfaces logical errors and edge-case failures before they ship.
Flags AI-generated code that looks plausible but hides subtle errors.
Ready to dive in?
Full API reference, CLI flags, provider configuration, and real-world usage examples — all in one place.