skills/fabianoflorentino/golang-agent-skills/golang-pitfalls-concurrency-practice/Gen Agent Trust Hub
golang-pitfalls-concurrency-practice
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to analyze and process external Go source files, which creates an inherent surface for indirect prompt injection if those files contain adversarial content.
- Ingestion points: The skill targets all files matching the
**/*.gopattern as defined in thepathsmetadata. - Boundary markers: There are no explicit instructions or markers defined to help the agent distinguish between the skill's guidelines and potentially malicious instructions embedded in the Go code it reviews.
- Capability inventory: The skill environment allows for file modification (
Edit,Write) and shell command execution viaBash(specifically forgo,golangci-lint, andgit). - Sanitization: The skill does not implement specific sanitization or validation logic for the content of the files it processes, relying on the agent's base safety layers.
Audit Metadata