Skip to content

security-scan

/security-scan - Security Scanning Command

Section titled “/security-scan - Security Scanning Command”

Scan code and dependencies for security vulnerabilities.

/security-scan [scope: deps | code | secrets | all]

Run security scan: $ARGUMENTS

Terminal window
npm audit
pip-audit
  • SQL injection patterns
  • XSS vulnerabilities
  • Command injection
  • API keys
  • Passwords
  • Tokens
## Security Scan Results
### Summary
| Type | Critical | High | Medium |
|------|----------|------|--------|
| Dependencies | 0 | 2 | 5 |
| Code | 0 | 1 | 3 |
| Secrets | 0 | 0 | 0 |
### Findings
[Detailed findings with remediation]

Always identify gaps and suggest next steps to users. In case there is no gaps anymore, then AI should clearly state that there is no gap left.