go-docs

Pass

Audited by Gen Agent Trust Hub on Jul 21, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill consists entirely of markdown documentation and code examples for the Go programming language. It serves as a static reference for developers.
  • [COMMAND_EXECUTION]: The documentation includes various shell commands (e.g., go build, go test, go install). These are provided as educational instructions for users. A static analysis flag regarding destructive commands refers to a standard Linux installation step in getting-started.md (rm -rf /usr/local/go), which is the documented method for removing an existing Go installation before an upgrade.
  • [REMOTE_CODE_EXECUTION]: Documentation for the os/exec, plugin, and cgo packages is included. These are standard features of the Go language, and the provided snippets are benign examples of how to use these libraries for subprocess management and C interoperability.
  • [DATA_EXFILTRATION]: Networking and database documentation (e.g., net/http, database/sql) uses standard placeholder addresses like localhost, 127.0.0.1, and example.com. No hardcoded credentials, malicious API keys, or exfiltration logic were found.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 21, 2026, 08:20 PM
Security Audit — agent-trust-hub — go-docs