carrycash/NeuroDiff — AI Code Review

Semantic git diff analysis for AI-generated code. Detects security issues, architectural violations, and code duplication via AST analysis and optional LLM deep reasoning.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-refBase Git reference (e.g. HEAD~1 or the base branch SHA)noHEAD~1
head-refHead Git reference (e.g. HEAD or current commit SHA)noHEAD
arch-rulesPath to arch-rules.yaml file (optional)no""
use-llmEnable Phase 4 LLM deep analysis (requires API key)nofalse
llm-providerLLM provider to use: gemini | claude | ollama (auto-detected if not set)no""
strictFail on HIGH severity findings (default: fail only on CRITICAL)nofalse
sarif-outputPath to write SARIF v2.1.0 output (for GitHub Security tab)noneurodiff.sarif
post-pr-commentPost analysis summary as a PR commentnotrue
python-versionPython version to useno3.11
namedescription
sarif-filePath to the generated SARIF file
is-safetrue if the diff is safe to merge, false otherwise