Security Audit
Purpose / When to Activate
Activate:
- After implementation as a security gate
- Periodically on active projects
- When security rules are added or updated
Enforces security as a system rule, not a human task.
Process
- Scan code and configs for common vulnerability patterns
- Detect secrets exposure and unsafe patterns
- Validate authentication and authorization flows
- Check compliance against project security rules
- Produce severity-ranked vulnerability report with concrete remediation steps
Outputs
- Vulnerability list with severity (critical / high / medium / low)
- Compliance pass/fail report per security rule
- Concrete remediation steps per vulnerability
- Audit trail for governance
Quality Checks
- All findings include severity and remediation steps
- Compliance status is explicit per rule
- No false positives reported without evidence
- Output is actionable, not just informational
Non-Goals
This skill must NOT:
- Fix vulnerabilities (use
remediate-failuresfor that) - Make architectural decisions
- Replace dedicated security tooling
Prevents high-impact production failures. Security as governance, not afterthought.