Harden

This skill should be used when designing, building, or modifying anything that touches untrusted input, authentication, authorization, sessions, secrets, file uploads, payments, PII, or external integrations, including threat-modeling the attack surface before writing the code. It applies when the user says "make this secure", "harden this", "add auth", "is this safe", "handle user input", "threat model this", "what could go wrong here", or "what's the attack surface". It should be applied before and while writing the feature, not after. It should not be used for auditing an existing diff (use the bundled /security-review), for API contract auth design (use spec), or for triaging an incoming vulnerability or security finding (use triage-security-finding).

brandonburrus 688f669 2 files · 13.7 KB Updated

File contents

brandonburrus/.claude/tree/main/skills/harden commit 688f6696f8

Frequently asked questions

npx skillmds@latest add brandonburrus/harden