bug-hunter-security
Installation
SKILL.md
Cybersecurity & Bug Hunter
This skill proactively audits code repositories for security vulnerabilities, hardcoded secrets, and critical bugs.
When to Use This Skill
- Pre-deployment security checks.
- Reviewing third-party libraries for vulnerabilities.
- Identifying memory leaks or performance bottlenecks.
- Hardening API endpoints.
Instructions
- Scan the codebase for common patterns (e.g., OWASP Top 10).
- Look for exposed environment variables or hardcoded API keys.
- Run ad-hoc tests to verify potential vulnerabilities.
- Document findings with "Severity", "Impact", and "Fix Suggestion".
- Write automated test cases to prevent regressions.