security-audit
Installation
SKILL.md
Security Audit Skill
When invoked:
- Scan changed files for hardcoded credentials, API keys, or database connection strings.
- Verify authorization boundaries on all endpoint handlers, RPC calls, and mutation operations.
- Check inputs for injection risks (SQL, shell, unsanitized HTML rendering).
- Output findings to .agents/issues/security-report.md with severity levels (Critical, High, Medium, Low).