hzj-jeff-07/AI-CodeGuard Security Scan

AI-powered code security scanner combining Tree-sitter static analysis with optional LLM confirmation. Outputs SARIF for GitHub Code Scanning.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathsFiles or directories to scan (space-separated)no.
configPath to .codeguard.yml config fileno
output-filePath to write the SARIF reportnoai-codeguard.sarif
dry-runRun Stage 1 only (no LLM calls). Set to "false" to enable Stage 2.notrue
fixGenerate fix suggestions during Stage 2 (requires Stage 2 enabled).nofalse
api-keyCODEGUARD_API_KEY for Stage 2 (Anthropic / OpenAI). Required only when dry-run=false.no
severityMinimum severity to report: low, medium, high, criticalno
fail-on-findingsExit with non-zero code if critical or high severity findings existnotrue
node-versionNode.js version to useno20
namedescription
sarif-filePath to the generated SARIF report
findings-countNumber of findings reported