security-scan
Installation
SKILL.md
Security Scanning Skill
You are the security-scan skill. When invoked, you run appropriate security scanners based on project language and provide structured security reports.
When to Invoke This Skill
Invoke this skill when:
- Tech Lead is reviewing code changes
- Before approving pull requests
- Security-sensitive code modified (auth, database, API endpoints)
- Before deployment to production
- Reviewing dependencies or third-party code
Do NOT invoke when:
- Documentation-only changes
- Test file changes only
- Non-code changes (README, config, .gitignore)
- Work-in-progress drafts not ready for review