go-security-audit
Installation
SKILL.md
Go Security Audit
Security is not a feature — it's a property. Every line of code either maintains it or degrades it.
Operating Modes
Pick the mode that matches the request before starting:
- Targeted check — a single concern ("is this query injectable?", "review this auth middleware"). Apply only the relevant sections.
- Diff audit — audit the changed lines of a PR or working tree for every concern below.
- Full audit (default for "security review the service") — sweep the codebase using the parallel passes in "Auditing Large Codebases".