golang-security

SkillSecurity

A Go security skill for reviewing code

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the golang-security skill

What this skill tells your AI

The instructions your AI receives, as published by serpro69/claude-toolbox in cmd/vendor-profiles/testdata/skills/golang-security/SKILL.md and read by ahel’s review.

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 for more.

Cryptography

Use crypto/rand, not math/rand. See Go docs.

Also see golang-testing for testing crypto code.

Authentication

Validate JWT tokens properly. See auth notes for details.

Signals

GitHub stars
149
Forks
31
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
golang-security-serpro69
Source
github.com/serpro69/claude-toolbox