Harden

Harden code proactively against vulnerabilities at the boundary where untrusted input enters the system. Use when implementing auth, handling user input, storing or transmitting sensitive data, integrating external APIs, adding file uploads, or any code that crosses a trust boundary. Don't use for reactive secret scanning (use `safe-repo`) or dependency CVE checks (use `deps-audit`).

helderberto Updated

File contents

helderberto/skills/tree/main/skills/harden commit d517f96a8b

Frequently asked questions

npx skillmds@latest add helderberto/harden