All skills
Skillintermediate
security check
Perform a security assessment of the codebase to identify vulnerabilities and risks.
Claude Code Knowledge Pack7/10/2026
Overview
Perform a security assessment of the codebase to identify vulnerabilities and risks.
Steps
- Scan for common vulnerability patterns:
- Check authentication and authorization:
- Check data handling:
- Check dependency security:
- Check configuration security:
- Report findings with CVSS-based severity.
Format
Security Assessment: <project>
Date: <date>
Findings:
Critical (): <count>
Rules
- Check every user input path for injection vulnerabilities.
- Scan dependencies for known CVEs before every release.
- Never log sensitive data (passwords, tokens, PII).