security-secure-coding
Installation
SKILL.md
Security Secure Coding
Overview
Use this skill to prevent introducing exploitable code patterns and to enforce explicit security invariants during implementation.
Scope Boundaries
- New endpoints, parsers, deserializers, or command execution paths are added.
- Sensitive data handling or trust-boundary crossing logic changes.
- High-risk dependency or framework behavior needs secure usage decisions.
Templates And Assets
- Secure coding review checklist:
assets/secure-coding-review-checklist.md
Inputs To Gather
- Trust boundaries and untrusted input entry points.
- Sensitive data flows and storage/transmission requirements.
- Language/framework-specific risk patterns.
- Existing test coverage and security tooling signals.