mirror of
https://github.com/duthaho/claudekit.git
synced 2026-06-16 15:03:17 +03:00
694 B
694 B
/security-scan - Security Scanning Command
Purpose
Scan code and dependencies for security vulnerabilities.
Usage
/security-scan [scope: deps | code | secrets | all]
Run security scan: $ARGUMENTS
Workflow
Dependency Scan
npm audit
pip-audit
Code Scan
- SQL injection patterns
- XSS vulnerabilities
- Command injection
Secret Detection
- API keys
- Passwords
- Tokens
Output
## 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]