go-performance
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides best practices for Go code optimization, such as using
strconvfor type conversions and providing capacity hints for maps and slices to reduce allocations.\n- [EXTERNAL_DOWNLOADS]: The skill recommends installing thebenchstattool fromgolang.org/x/perf, which is an official and trusted repository for Go performance tools.\n- [COMMAND_EXECUTION]: The provided bash scriptscripts/bench-compare.shexecutes thego testcommand with benchmark flags. This is a standard procedure for measuring Go code performance and is restricted to the local package context.
Audit Metadata