mahdi-salmanzade/Laravel Hack Auditor

AI-powered security scanning for Laravel apps. Posts findings as PR review comments with inline annotations.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyAPI key for the AI provider (Anthropic, OpenAI, or Gemini)yes
providerAI provider (anthropic, openai, gemini)noanthropic
modelAI model to use (provider-specific). Leave empty for provider default.no""
severityMinimum severity to report (low, medium, high, critical)nolow
base-branchBase branch for diff comparison. Defaults to auto-detect (main/master).no""
scan-pathSpecific file or directory to scan (e.g., "app/Http/Controllers")no""
github-tokenGitHub token for posting PR comments. Defaults to the automatic token.no${{ github.token }}
install-packageInstall hack-auditor via Composer before scanning (true/false)notrue
fail-onFail the check if findings at this severity or above exist (none, low, medium, high, critical)nonone
token-limitMaximum token budget for the scan (0 = unlimited)no""
namedescription
scoreOverall security score (0-100)
totalTotal number of findings
criticalNumber of critical findings
highNumber of high findings
mediumNumber of medium findings
lowNumber of low findings
json_pathPath to the raw JSON results file