code-security
Installation
SKILL.md
Code Security
Security audit workflow and checklist.
The Workflow
1. Scan
Run automated security tools.
# Check dependencies
npm audit
pip audit
cargo audit
Security audit workflow and checklist.
Run automated security tools.
# Check dependencies
npm audit
pip audit
cargo audit