salimassili62-afk/AI Security Copilot

Scan code and prompts for LLM security vulnerabilities (OWASP LLM Top 10)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyAPI key for AI Security Copilot (get from https://ai-agent-security-copilot.vercel.app)yes
scan-pathPath to scan (defaults to repository root)no.
fail-on-highFail the build if HIGH severity vulnerabilities are foundnotrue
fail-on-criticalFail the build if CRITICAL severity vulnerabilities are foundnotrue
include-patternsFile patterns to include (comma-separated, e.g., "*.js,*.ts,*.prompt")no*.js,*.ts,*.jsx,*.tsx,*.py,*.prompt,*.txt,*.md,*.json,*.yaml,*.yml
exclude-patternsFile patterns to exclude (comma-separated)nonode_modules/**,dist/**,build/**,.git/**,*.lock,package-lock.json,yarn.lock
max-file-sizeMaximum file size in KB to scanno500
pr-commentPost findings as PR comment (requires GITHUB_TOKEN)notrue
github-tokenGitHub token for PR comments (usually secrets.GITHUB_TOKEN)no${{ github.token }}
namedescription
summaryJSON summary of scan results
high-countNumber of HIGH severity findings
critical-countNumber of CRITICAL severity findings
total-findingsTotal number of findings
has-failuresWhether the scan failed (true/false)