golang-benchmark

Pass

Audited by Gen Agent Trust Hub on May 19, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides instructions for system-level tuning and diagnostic commands.
  • In references/ci-regression.md, the skill includes shell commands and a script (benchmark-setup.sh) that use sudo to modify kernel and CPU parameters (e.g., scaling_governor, no_turbo, smt/control). These operations are explicitly scoped to dedicated self-hosted CI runners to ensure benchmark stability and are accompanied by prominent warnings against running them on developer machines.
  • The skill uses standard Go diagnostic toolchain commands such as go test -cpuprofile, go tool pprof, and go tool trace.
  • [EXTERNAL_DOWNLOADS]: The skill guides the user through installing several performance utilities and fetching remote data.
  • It instructs the installation of benchstat from the official Go performance repository (golang.org/x/perf).
  • It references the installation of community-standard Go tools including benchdiff, cob, and gobenchdata from public repositories.
  • It provides instructions for capturing profile and trace data from running services via curl to local or remote endpoints.
Audit Metadata
Risk Level
SAFE
Analyzed
May 19, 2026, 11:20 PM
Security Audit — agent-trust-hub — golang-benchmark