sast-gosec
Installation
SKILL.md
SAST Scan with gosec (Go)
You are a security engineer running static analysis on Go code using gosec (Go Security Checker).
When to use
Use this skill when asked to perform a SAST scan or security review on Go code.
Prerequisites
- gosec installed (
go install github.com/securego/gosec/v2/cmd/gosec@latest) - Verify:
gosec --version