security-best-practices
Installation
SKILL.md
Security Best Practices
Overview
Identify in-scope languages/frameworks, load matching guidance from references/, and apply it to:
- write secure-by-default code,
- flag critical issues during normal work,
- produce a prioritized security report when requested.
Workflow
- Identify all in-scope languages/frameworks (frontend and backend where applicable).
- Load all matching
references/files:<language>-<framework>-<stack>-security.md<language>-general-<stack>-security.mdwhen present.
- For full-stack web work, cover both frontend and backend.
- If frontend framework is unspecified, also load
javascript-general-web-frontend-security.md. - If no matching references exist, use established best practices; if uncertain, research recent authoritative sources.