golang-structs-interfaces
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill instructions and reference documents consist entirely of Go programming best practices and design patterns. No malicious code, obfuscation, credential harvesting, or unauthorized exfiltration patterns were detected.
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to analyze and refactor Go source code files, which inherently introduces a surface for indirect prompt injection if the target code contains malicious instructions embedded in comments or strings. This is a standard risk for development-focused skills and is mitigated by the skill's primary focus on type design and linting tools.
- Ingestion points: The agent accesses project files matching
**/*.gousing theReadandGlobtools. - Boundary markers: The skill does not explicitly define delimiters to distinguish code content from instructions, though it focuses on structural elements (structs, interfaces, tags).
- Capability inventory: The skill possesses
Edit,Write, andBashcapabilities (scoped togo,git, andgolangci-lint) to modify and analyze the code. - Sanitization: No specific sanitization or filtering of external code content is defined in the instructions.
Audit Metadata