golang-troubleshooting
Warn
Audited by Gen Agent Trust Hub on Aug 31, 2026
Risk Level: MEDIUMMETADATA_POISONINGINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [METADATA_POISONING]: The skill metadata identifies the author as 'samber' and provides links to 'samber's official GitHub repositories, which directly contradicts the 'rockcookies' author context. This discrepancy suggests potential impersonation of a well-known open-source developer.
- [INDIRECT_PROMPT_INJECTION]: The skill analyzes Go source files, creating a vulnerability surface where instructions hidden in code comments could influence the agent's behavior.
- Ingestion points: The skill ingests untrusted content from all project files matching the
**/*.gopattern. - Boundary markers: The instructions lack specific delimiters or directions for the agent to ignore or isolate instructions found within the source code being analyzed.
- Capability inventory: The agent has permission to execute
Bashcommands forgo,dlv,git, andgolangci-lint. - Sanitization: There is no evidence of sanitization or validation of data extracted from project files before it is potentially passed to shell commands.
- [EXTERNAL_DOWNLOADS]: The skill configuration and documentation specify the download of external tools from GitHub repositories.
- Fetches the Delve debugger from
github.com/go-delve/delve. - Fetches the
errcheckutility fromgithub.com/kisielk/errcheck. - [REMOTE_CODE_EXECUTION]: The skill uses
go installto download and execute binaries from GitHub repositories at runtime.
Audit Metadata