go-tooling-security

go-tooling-security is a skill for Claude Code from fusengine/agents. It costs 46 tokens per session (1,458 once invoked), scanned A, original, MIT.

A guide for Go project tooling, security checks, and continuous integration. It covers Go modules and workspaces, linting, vulnerability scanning, code modernization, and quality checks run automatically in CI.

In plain words
What is it for?
Use it to configure go.mod or go.work, golangci-lint, govulncheck, Go modernization, and CI pipelines that run tests and race detection.
Why use it?
It helps turn scattered checks into a consistent gate that catches formatting, static-analysis, dependency, security, and test problems before code is merged.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the fuse-go plugin — 5 skills, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/fusengine/agents/go-tooling-security
Any agent
npx skills add fusengine/agents --skill go-tooling-security
Clone the repo
git clone --depth 1 https://github.com/fusengine/agents

Made for: Claude Code.

Or install fuse-go, the plugin that ships this one along with the rest of its 5 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for go-tooling-security

README.md
[![agentmods](https://agentmods.dev/badge/skills/fusengine/agents/go-tooling-security.svg)](https://agentmods.dev/skills/fusengine/agents/go-tooling-security)
Your own site
<a href="https://agentmods.dev/skills/fusengine/agents/go-tooling-security"><img src="https://agentmods.dev/badge/skills/fusengine/agents/go-tooling-security.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,458 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.01458
Opus 5 $0.00023 $0.00729
Sonnet 5 $0.00009 $0.00292
Haiku 4.5 $0.00005 $0.00146

Measured today against content hash 8056c11d82f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

go-tooling-security scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/go-expert/skills/go-tooling-security/SKILL.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Go Tooling & Security

Agent Workflow (MANDATORY)

Before ANY tooling/security change, spawn 3 agents in parallel, one Agent call each with a name:

  1. fuse-ai-pilot:explore-codebase - Find existing go.mod/go.work, .golangci.yml, CI files
  2. fuse-ai-pilot:research-expert - Verify latest golangci-lint v2 + govulncheck docs via Context7/Exa
  3. mcp__context7__query-docs - Check current Go 1.26 go fix modernizer set

After changes, run fuse-ai-pilot:sniper for validation.


Overview

Area Description
Modules & Workspaces go.mod directives, go.work for multi-module dev without replace
golangci-lint v2 Config version "2", formatters section, golangci-lint migrate
govulncheck Reachability-based scan of the call graph against vuln.go.dev
go fix modernizers Go 1.26 suite of fixers, //go:fix inline for API migrations
CI quality gate fmt → vet → golangci-lint → govulncheck → test -race

Critical Rules

  1. Never invent flags or directives - Confirm every go/tool flag against official docs first
  2. golangci-lint v2 config MUST start with version: "2" - v1 configs are rejected; migrate, don't hand-edit
  3. govulncheck runs in source mode by default - Reachability filters noise; only reported findings matter
  4. go.work is usually not committed - Commit only when modules are developed exclusively together
  5. CI gate order is fail-fast - Formatting/vet before linters before vulnerability scan before tests

Read the full file on GitHub · 150 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed 8056c11d82f6
  2. 2d ago First seen · 150 lines · 46 tokens per session scan A 98c30cd216fb

Subscribe to this mod's changes

go-tooling-security is a skill published in the GitHub repository fusengine/agents (25 stars, last pushed yesterday), licensed MIT. It adds 46 tokens to every session and 1,458 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

uptime-monitor

Monitor website uptime - check availability, response times, and status.

gooseworks-ai/goose-skills · 16 tokens

business-continuity-and-resilience

Plans for operating through disruption — impact analysis, recovery objectives, continuity plans, and the exercises that prove they work. Use this to run a business impact analysis, set RTO and RPO, write or test a continuity plan, prepare for a supplier or site failure, or answer a customer's resilience questionnaire.

cbrock84/headcount · 69 tokens

craft-cloud

Craft Cloud — Pixel & Tonic's serverless hosting platform for Craft CMS. Covers craft-cloud.yaml configuration, the Build → Migrate → Release deploy pipeline, the craftcms/cloud extension package, edge image transforms via Cloudflare, edge static caching with cache.rules + ESI, Cloud-managed S3 filesystem, MySQL 8 /…

michtio/craftcms-claude-skills · 354 tokens

servd

Servd (servd.host) — Craft-specialised managed hosting for Craft CMS. Covers git push-to-deploy with the optional servd.yaml build config, local → staging → production environments with uni-directional Project Config sync, the servd/craft-asset-storage plugin (S3-backed Flysystem volumes on the svdcdn.com CDN…

michtio/craftcms-claude-skills · 347 tokens

cloudflare

Self-contained deploy automation — invoke directly, do not decompose. Deploys a Vibes app to Cloudflare Workers via the Deploy API. Use when deploying, publishing, going live, pushing to production, or hosting on the edge.

popmechanic/VibesOS · 50 tokens

Solana Squads Upgrade

This skill should be used when the user asks to "upgrade a Solana program through Squads", "set up squads multisig deployment", "create a Squads upgrade proposal", "configure squads-program-action", "deploy via Squads multisig", "set up Squads CI/CD pipeline", "squads GitHub Actions workflow", or mentions Solana…

widnyana/eyay-toolkits · 89 tokens