skills/apstndb/skills/godoc/Gen Agent Trust Hub

godoc

Pass

Audited by Gen Agent Trust Hub on Mar 12, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes 'go doc' and 'go list' commands to retrieve documentation and package information. This is the core intended functionality of the skill.
  • [EXTERNAL_DOWNLOADS]: The script uses 'go mod download' to fetch Go modules from official registries when a specific version is requested that is not present in the local cache. This follows standard Go development practices and targets official package sources.
  • [COMMAND_EXECUTION]: The script uses 'find', 'xargs', 'jq', and 'sed' for processing file structures and text output. These operations are performed on local files within the Go module cache and are used for parsing and formatting purposes.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 12, 2026, 09:17 AM