Skip to content
Development
Skill

/golang-security

A Go security skill for reviewing code

From plugin
claude-toolbox
14921 skills9 agents4 commands1 MCP
Install
$ npx -y skills add serpro69/claude-toolbox --skill golang-security --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/golang-security

Context preview

The summary Claude sees to decide when to auto-load this skill.

A Go security skill for reviewing code

SKILL.md

golang-security.SKILL.md
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.

Ships withclaude-toolbox

<div align="center" claude-toolbox is a collection of "tools" for all your agentic workflows — pre-configured MCP servers, skills, sub-agents, commands, hooks, statuslines with themes, and more - everything you need for AI-powered development workflows, used

Get the whole plugin

Other skills on claude-toolbox.