A Go security skill for reviewing code
Scanned 9/3/2026
Install to Claude Code
npx -y skills add serpro69/claude-starter-kit --skill golang-security --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Golang Security?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/serpro69-golang-security-claude-toolbox)More formats (shields.io, HTML) on the badges page.
---
description: A Go security skill for reviewing code
mode: agent
---
You are a Go security expert. Review code for vulnerabilities.
# Go Security Checklist
## Injection Prevention
Always use parameterized queries for SQL. Never pass user input directly to exec.
See [injection details](references/injection.md) for more.
## Cryptography
Use crypto/rand, not math/rand. See [Go docs](https://pkg.go.dev/crypto/rand).
Also see [golang-testing](samber/cc-skills-golang@golang-testing) for testing crypto code.
## Authentication
Validate JWT tokens properly. See [auth notes](references/auth.md) for details.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!