rohanbatrain/AutoTriage security triage

Scan a repository with Semgrep/Trivy/Gitleaks, triage every finding with an autonomous Claude agent, and post the verdicts as a pull-request comment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
scan-pathDirectory to scan.no.
anthropic-api-keyAnthropic API key for live LLM triage. When empty (e.g. a fork PR that cannot read secrets), AutoTriage falls back to the deterministic offline stub backend so the run still produces a triage summary.no""
modelModel id for the triage agent (defaults to the tool default).no""
max-findingsCost guardrail: triage at most this many findings (most severe first).no80
codeownersPath to a CODEOWNERS file used to assign an owner to each finding.no""
commentPost/update a pull-request comment with the triage summary.notrue
github-tokenToken used to post the PR comment (needs pull-requests: write).no${{ github.token }}
python-versionPython version to run the agent on.no3.12

no outputs