Security Review

Use this skill to review code changes for security concerns before they merge. Covers input validation, authentication and authorization, secrets handling, injection surfaces (SQL, command, template, prompt), unsafe APIs and dependencies, sensitive data handling, and output encoding. Runs against the current diff (NOT the whole codebase) so findings stay relevant to the change at hand. Trigger proactively whenever the diff touches auth, routing, data access, user input, template rendering, external calls, or dependency files. Also runs as part of the /review and /ship commands.

lantisprime 862ce75 3.8 KB Updated

File contents

lantisprime/claude-sdlc/tree/main/skills/security-review commit 862ce75398

Frequently asked questions

npx skillmds@latest add lantisprime/security-review