go-testing
Pass
Audited by Gen Agent Trust Hub on Mar 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill content is restricted to technical documentation and examples for the Go standard library's
testingpackage. - [SAFE]: All code snippets follow established Go testing patterns (e.g., table-driven tests, subtests, benchmarks) and do not contain malicious logic.
- [SAFE]: Command-line examples are standard usage of the official Go toolchain (e.g.,
go test,go tool cover). - [SAFE]: No external dependencies, remote downloads, or obfuscation techniques were identified.
- [SAFE]: Interactions with the environment (e.g.,
t.Setenv,t.TempDir,os.Getenv) are documented within the context of legitimate testing scenarios.
Audit Metadata