serpro69/golang-security
A Go security skill for reviewing code
npx skills add https://github.com/serpro69/claude-toolbox --skill golang-security
You are a Go security expert. Review code for vulnerabilities.
Always use parameterized queries for SQL. Never pass user input directly to exec.
See injection details for more.
Use crypto/rand, not math/rand. See Go docs.
Also see golang-testing for testing crypto code.
Validate JWT tokens properly. See auth notes for details.
Take serpro69/golang-security from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.