go-security-tooling

Integrates Go security tools into Git workflows to detect vulnerabilities.

3|3|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill go-security-tooling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go-security-tooling
Source: https://github.com/adaptive-enforcement-lab/claude-skills/tree/main/plugins/secure/skills/go-security-tooling
Command: npx skills add https://github.com/adaptive-enforcement-lab/claude-skills --skill go-security-tooling

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Standard Go security tooling to catch vulnerabilities and ensure secure builds across Go projects, reducing release risk.

## Core Features & Use Cases

  • Integrated Go security toolkit including race detector, golangci-lint, Trivy, and govulncheck for early vulnerability detection.
  • OpenSSF-certified security workflow patterns enabling repeatable, auditable security checks in CI/CD.
  • Zero-cost, seamless integration with existing Go projects and workflows for rapid adoption.

### Quick Start Enable the standard Go security checks in your project to run automatically on each commit.

Frequently Asked Questions about go-security-tooling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Go security checks into my Git workflow?

To integrate Go security checks into your Git workflow, apply this toolkit across CI pipelines, local development, and pre-release checks. It runs race detection, linting, vulnerability scanning, and governance checks automatically on each commit.

What tools do I need for Go vulnerability scanning and linting in CI pipelines?

Standard Go vulnerability scanning and linting in CI pipelines requires an integrated toolkit including race detector, golangci-lint, Trivy, and govulncheck to detect vulnerabilities and ensure secure builds early.

Does this Go security toolkit support OpenSSF-certified workflow patterns?

Yes, this Go security toolkit supports OpenSSF-certified security workflow patterns. This enables repeatable, auditable security checks within CI/CD pipelines to satisfy standard governance requirements.

Can I use Trivy and govulncheck for local Go development checks?

Yes, you can use Trivy and govulncheck for local Go development checks. The toolkit provides seamless, zero-cost integration with existing Go projects to run vulnerability scanning locally before releasing.

What is the best way to catch Go build vulnerabilities before release?

The best way to catch Go build vulnerabilities before release is applying pre-release security checks. This toolkit runs race detection and vulnerability scanning to reduce release risk by detecting issues early.

Are there limitations to zero-cost Go security workflow integration?

Zero-cost Go security workflow integration focuses on seamless adoption without overhead, but relies entirely on standard Go tooling outputs. It ensures reproducible security workflows but does not replace manual code review for complex logic flaws.