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 usesudoto 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, andgo tool trace. - [EXTERNAL_DOWNLOADS]: The skill guides the user through installing several performance utilities and fetching remote data.
- It instructs the installation of
benchstatfrom the official Go performance repository (golang.org/x/perf). - It references the installation of community-standard Go tools including
benchdiff,cob, andgobenchdatafrom public repositories. - It provides instructions for capturing profile and trace data from running services via
curlto local or remote endpoints.
Audit Metadata