golang-security

golang security

samber ↓ 34k
Claude Code
View source ↗

What it does

  • govulncheck: go install golang.org/x/vuln/cmd/govulncheck@latest
  • Cryptography — Algorithms, key derivation, TLS configuration.
  • Injection Vulnerabilities — SQL, command, template injection, XSS, SSRF.
  • Filesystem Security — Path traversal, zip bombs, file permissions, symlinks.
  • Network/Web Security — SSRF, open redirects, HTTP headers, timing attacks, session fixation.
  • Cookie Security — Secure, HttpOnly, SameSite flags.
  • Third-Party Data Leaks — Analytics privacy risks, GDPR/CCPA compliance.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

golang security

Source

Repository: https://github.com/samber/cc-skills-golang

golang-security FAQ

What does the golang-security skill do?

Security best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go code for security, or when working on any risky code involving crypto, I/O, secrets management, user input handling, or authentication. Includes configuration of security tools. govulncheck: go install golang.org/x/vuln/cmd/govulncheck@latest Cryptography — Algorithms, key derivation, TLS configuration.

How do I install golang-security?

Run: npx -y skills add https://github.com/samber/cc-skills-golang --skill golang-security --agent claude-code — the source lives at github.com/samber/cc-skills-golang.

Maintain golang-security?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

golang-security on getagentictools
[![golang-security on getagentictools](https://getagentictools.com/badge/skills/samber-cc-skills-golang-golang-security.svg)](https://getagentictools.com/skills/samber-cc-skills-golang-golang-security?ref=badge)
npx agentictools info skills/samber-cc-skills-golang-golang-security

The second line is the CLI lookup for this page — handy in READMEs and docs.