golang-documentation
Pass
Audited by Gen Agent Trust Hub on Apr 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation templates and instructional text for Go technical writing. No malicious code, obfuscation, or data exfiltration patterns were detected across the provided files.
- [COMMAND_EXECUTION]: The skill references standard development commands such as
go get,go build,git clone, andgolangci-lint. These are typical for Go development environments and are limited in scope by theallowed-toolsconfiguration in the skill manifest. - [EXTERNAL_DOWNLOADS]: The instructions include templates for downloading binaries via
curlfrom GitHub and pulling images from Docker registries. These templates use placeholders (e.g.,{owner}/{repo}) and target trusted or well-known services, which is consistent with standard software distribution practices. - [PROMPT_INJECTION]: The skill uses instructional language to guide the agent's behavior (e.g., 'Every exported function MUST have a doc comment'). These instructions are benign and intended to enforce project style guidelines rather than override safety protocols.
Audit Metadata