golang-security

golang-security is a skill for Claude Code from FilippoDeSilva/skills. It costs 86 tokens per session (3,040 once invoked), scanned A, original, no licence file.

A security guide for Go programs, covering common risks in code that handles data, files, networks, credentials, and cryptography.

In plain words
What is it for?
It is for writing, reviewing, or auditing Go code for issues such as injection, unsafe file access, weak cryptography, exposed secrets, and insecure network handling.
Why use it?
It helps find and prevent vulnerabilities before they become security problems in a Go application.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit It is for writing, reviewing, or auditing Go code for issues such as injection, unsafe file access, weak cryptography, exposed secrets, and insecure network handling.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/filippodesilva/skills/golang-security
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.

Any agent
npx skills add FilippoDeSilva/skills --skill golang-security
Clone the repo
git clone --depth 1 https://github.com/FilippoDeSilva/skills

Made for: Claude Code.

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 golang-security

README.md
[![agentmods](https://agentmods.dev/badge/skills/filippodesilva/skills/golang-security/github.svg)](https://agentmods.dev/skills/filippodesilva/skills/golang-security)
Your own site
<a href="https://agentmods.dev/skills/filippodesilva/skills/golang-security"><img src="https://agentmods.dev/badge/skills/filippodesilva/skills/golang-security/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for golang-security

Your own site · 80×15
<a href="https://agentmods.dev/skills/filippodesilva/skills/golang-security"><img src="https://agentmods.dev/badge/skills/filippodesilva/skills/golang-security.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,040 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00086 $0.03040
Opus 5 $0.00043 $0.01520
Sonnet 5 $0.00017 $0.00608
Haiku 4.5 $0.00009 $0.00304

Measured 9d ago against content hash 2e0280145f59, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

golang-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 9d ago.

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.

skills/golang-expert/golang-security/SKILL.md · 189 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 9d ago First seen · 189 lines · 86 tokens per session scan A 2e0280145f59

Subscribe to this mod's changes

golang-security is a skill published in the GitHub repository FilippoDeSilva/skills (2 stars, last pushed 2mo ago), with no licence file. It adds 86 tokens to every session and 3,040 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

journal-review

Periodic journal review — scans daily entries to surface unlogged decisions, unlogged learnings, untracked action items, and recurring themes. Use when the user says "journal audit", "review my entries for promotion", "extract decisions", "unlogged items", "what should I formalize", "untracked items", or wants to…

backspace-shmackspace/claude-devkit · 98 tokens

retro

Mine review artifacts for recurring patterns and write project learnings.

backspace-shmackspace/claude-devkit · 14 tokens

database-schema-design

Designs normalized database schemas with migration scripts, indexing strategies, and relationship handling. Supports SQL, Flyway, Liquibase, and Prisma. Triggers on: "design database", "create schema", "database migration", "design tables".

timwukp/agent-skills-best-practice · 52 tokens

journal

Write entries to the Obsidian work journal. Creates daily logs, meeting notes, project updates, learnings, and decision records. Use when the user says "journal", "log", "daily entry", "meeting notes", "learning", "decision", "ADR", "capture this", "write down", "record this", or wants to document work for future…

backspace-shmackspace/claude-devkit · 78 tokens

journal-recall

Search, retrieve, and summarize past journal entries. Use when the user says "what did I", "recall", "look up", "find in journal", "journal search", "last week", "weekly review", "what happened on", "summarize my week", "what have I been working on", "review my journal", or asks about past work, decisions, meetings…

backspace-shmackspace/claude-devkit · 87 tokens

agent-log

Use this skill to maintain an agent log in .agents/log, a decision journal shared by the developer and agents. Trigger when the user explicitly asks to use agent-log or record/update an agent log entry; when planning, implementing, or finalizing a significant feature in a repo with an existing .agents/log; or before…

denysdovhan/agents · 95 tokens