leonmelamud/Claude Code Security Reviewer

AI-powered security review GitHub Action using Claude to analyze code changes for security vulnerabilities

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 1, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: leonmelamud/claude-code-security-review@324fba2e5967be5ae322e8df977a1dc0a3d23883 # #security

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
comment-prWhether to comment on PRs with findingsnotrue
upload-resultsWhether to upload results as artifactsnotrue
exclude-directoriesComma-separated list of directories to exclude from scanningno""
claudecode-timeoutTimeout for ClaudeCode analysis in minutesno20
claude-api-keyAnthropic Claude API key for security analysisyes""
claude-modelClaude model to use for security analysis (e.g., claude-sonnet-4-20250514)no""
run-every-commitRun ClaudeCode on every commit (skips cache check). Warning: This may lead to more false positives on PRs with many commits as the AI analyzes the same code multiple times.nofalse
false-positive-filtering-instructionsPath to custom false positive filtering instructions text fileno""
custom-security-scan-instructionsPath to custom security scan instructions text file to append to audit promptno""
namedescription
findings-countNumber of security findings
results-filePath to the results JSON file