golang-dependency-management
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends installing and using several third-party Go tools from individual GitHub repositories for dependency auditing and binary size analysis.
- Evidence: The instructions mention
psampaz/go-mod-outdated,jondot/goweight,Zxilly/go-size-analyzer, andsamber/go-mod-graphacrossSKILL.mdand the auditing reference. - Context: These tools are common in the Go ecosystem for managing technical debt and binary size. The risk is mitigated by a mandatory user confirmation step before new packages are installed.
- [INDIRECT_PROMPT_INJECTION]: The skill processes project-specific metadata and external tool outputs which could contain untrusted data from third-party modules.
- Ingestion points: The agent reads
go.modandgo.sumfiles and interprets the output fromgo listandgo mod graphcommands. - Boundary markers: The skill instructions explicitly direct the agent to ask the user for confirmation before pulling in any package the project does not yet have.
- Capability inventory: The agent has access to
go,git, andgovulncheckvia the shell environment as specified in the skill configuration. - Sanitization: No specific filtering or sanitization of the content from dependency files or command output is performed before the agent processes it.
Audit Metadata