Go Ecosystem
Warn
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: MEDIUMPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: Deceptive metadata and technical misinformation. The skill references Go version 1.26 and features like the 'Green Tea garbage collector' and 'new with initial value' expressions, which do not exist in the official Go language specification. This misinformation could lead the agent to produce invalid code or accept malicious constructs presented as 'modern' features.- [PROMPT_INJECTION]: Indirect Prompt Injection vulnerability surface. * Ingestion points: Reads
go.modand Go source files from the local workspace using the Read tool. * Boundary markers: Absent; the instructions do not include delimiters or warnings to ignore instructions embedded within the processed source code. * Capability inventory: The skill utilizes the Bash tool to executego build,go test,go run, andgo generate. * Sanitization: Absent; the agent is directed to execute commands directly on workspace files without content verification.- [COMMAND_EXECUTION]: Runtime execution of local workspace content. The use ofgo testandgo generatetriggers the execution of code defined within the project (such asinit()functions in test files or shell commands in//go:generatedirectives). This can be exploited to achieve arbitrary code execution if the workspace contains malicious files.- [EXTERNAL_DOWNLOADS]: Remote dependency fetching. The skill encourages the use ofgo getandgo mod download, which fetch code from external repositories. While standard for Go development, this represents a supply chain risk as the skill does not provide mechanisms to verify the integrity or source of these external modules.
Audit Metadata