security-validation
Installation
SKILL.md
Security Validation
Comprehensive security scanning for code and documentation changes before merge. Detects and enforces remediation of:
- Secret exposure (API keys, tokens, passwords, credentials)
- Path portability issues (user-specific absolute paths)
- Insecure SSH configurations (disabled host verification)
- Security-weakening flags (without proper warnings)
When to Use
Execute security-validation at these critical gates:
- Before committing - Action Agent, Frontend Developer (catch issues early)
- Before creating PR - All implementation agents (pre-merge gate)
- During QA validation - QA Agent Step 8 (Security & Quality Gates)
- After security fixes - Verify remediation applied correctly
- When modifying security-sensitive code - Authentication, secrets management, configs