go-dev
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation and configuration resource for Go development standards.
- The commands listed (such as
goimports,go vet, andgolangci-lint) are standard industry tools for Go code formatting, static analysis, and linting. - The skill includes instructions for organizing Go projects and handling errors correctly using standard library features like
fmt.Errorfanderrors.Is. - No malicious patterns, such as prompt injection, data exfiltration, or unauthorized remote code execution, were detected.
- The file paths specified in the frontmatter (
**/*.go,**/go.mod,**/go.sum) are appropriate for the skill's stated purpose of providing Go development guidance.
Audit Metadata