golang-lint
Pass
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements strict tool-call filtering, limiting the agent's shell access to a specific set of commands (
go,git,golangci-lint). This prevents the execution of unauthorized or malicious code by restricting the arguments passed to the Bash tool. - [SAFE]: External dependencies are resolved from well-known and trusted sources, specifically the official
golangci-lintGitHub repository, which is a standard and highly-regarded tool in the Go ecosystem. - [SAFE]: The skill configuration and instructions encourage the use of security-critical linters such as
gosecfor vulnerability scanning andbidichk/asciicheckto prevent sophisticated supply chain attacks like Trojan Source and homoglyph attacks.
Audit Metadata