Boss Security Review

Performs a security review / security audit / vulnerability review of code and writes a structured, severity-graded findings report (default path specs/security-review.md, overridable from the request). Reviews changed code by default; the request can override the target to a named path (e.g. "review src/auth/") or the whole repo. Reviews against a bundled security rubric (and the target repo's .cursor/rules/security-* rules when present) and cites the specific rule each finding triggered. Use whenever the user asks to "run a security review", "do a security audit", "audit this for vulnerabilities", "check for security issues", "review my changes for security", "is this code secure", "find security bugs", or "look for injection / SSRF / path traversal / hardcoded secrets" — including a pre-merge pass on a branch, PR, file, or directory. Prefer this over an ad-hoc review so findings are graded, cite the triggered rule, and land in a re-checkable report.

bossjones Updated

File contents

bossjones/boss-skills/tree/main/plugins/boss-dev/agent-harness/skills/boss-security-review commit da5f7aea81

Frequently asked questions

npx skillmds@latest add bossjones/boss-security-review