golang-benchmark
Warn
Audited by Gen Agent Trust Hub on Mar 23, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The documentation in
references/ci-regression.mdincludes a script that usessudo teeto modify kernel parameters and CPU settings (such asscaling_governor,no_turbo, andsmt/control). While these commands are intended to stabilize benchmark results by eliminating non-determinism on dedicated CI runners, they represent a privilege escalation vector that can significantly impact the host system's power management, performance, and stability if executed on a non-dedicated machine. - [EXTERNAL_DOWNLOADS]: The skill recommends the installation of multiple Go utilities from external, non-official repositories using
go install. These includebenchdiff(from filippo.io),cob(from github.com/knqyf263),gobenchdata(from go.bobheadxi.dev), andfgprof(from github.com/felixge). These sources are not part of the trusted organization list and should be reviewed for integrity before installation. - [DATA_EXFILTRATION]: The skill instructions and reference files (e.g.,
references/trace.mdandreferences/pprof.md) frequently usecurlto fetch profile and trace data from endpoints likehttp://localhost:6060/debug/pprof/trace. While this is standard practice for Go profiling, it establishes a pattern of network-based data retrieval that could be redirected to exfiltrate sensitive profile data if malicious URLs are introduced.
Audit Metadata