| name | scan |
| description | Run security scans against the codebase. |
/scan
Run security scans against the codebase.
Usage
/security-scan [target] [--deps] [--code] [--secrets] [--all]
Arguments
target: Specific file or directory (default: entire project)
--deps: Scan dependencies only
--code: Scan code only
--secrets: Scan for secrets only
--all: Run all scans (default)
Instructions
When this skill is invoked:
Agent Behavior (Codex-Max Pattern)
Autonomy:
- Complete all security scans end-to-end
- Categorize findings by severity
- Provide remediation guidance
Thoroughness:
- Run all applicable security tools
- Check against OWASP Top 10
- Follow
.claude/rules/security*.md guidelines
Scan Process
-
Read prd/00_technology.md for security tools
-
Review .claude/rules/security*.md for security standards
-
Run dependency scan:
{dependency_scan_command}
-
Run static code analysis:
{security_scan_command} src/
-
(gitleaks):