What problem does it solve?
This Skill automates critical security checks for your development environment and codebase, proactively identifying vulnerabilities and misconfigurations. It saves you from manual security audits, reduces the risk of breaches, and ensures compliance with best practices, allowing you to build secure applications with confidence.
Core Features & Use Cases
- Environment Validation: Automatically check GPG keys, SSH keys, and Git signing for a secure development setup.
- Vulnerability Scanning: Scan dependencies and code for known security issues using tools like
safety and bandit.
- File Encryption: Secure sensitive files like
.env with GPG encryption.
- Use Case: Before deploying, run
/security/scan to automatically check your project's dependencies and code for vulnerabilities, receiving a prioritized report with remediation steps.
Quick Start
Validate your development environment's security configuration, including GPG keys and Git signing.
/security/validate-env