pflow-golang-troubleshoot

Pass

Audited by Gen Agent Trust Hub on Sep 4, 2026

Risk Level: SAFENO_CODE
Full Analysis
  • [NO_CODE]: The skill primarily consists of high-quality Go debugging documentation and methodologies (markdown files).
  • [COMMAND_EXECUTION]: The skill uses a bash script (troubleshoot-context.sh) to gather environment information. This script is strictly read-only, using standard tools like go env, awk, and find to detect the toolchain, task runners (Makefile, Taskfile), and test files. It does not perform any destructive operations or remote code execution.
  • [DATA_EXPOSURE]: The context script reports the module name, Go version, and local path of the project root to the agent to assist in troubleshooting. It does not access sensitive credentials, SSH keys, or environment variables beyond standard Go configuration flags.
  • [SAFE]: All external tools mentioned (delve, golangci-lint, govulncheck) are well-known, industry-standard Go development tools. The instructions for installing them via go install ...@latest represent standard Go developer workflows.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 4, 2026, 01:01 PM
Security Audit — agent-trust-hub — pflow-golang-troubleshoot