golang-testing
Pass
Audited by Gen Agent Trust Hub on Aug 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive educational resource for Go testing patterns. All provided code examples follow idiomatic Go testing practices, such as table-driven tests, subtests, and fuzzing.
- [SAFE]: No external dependencies are fetched; all scripts and examples use standard library packages (
testing,net/http/httptest,os,path/filepath). - [SAFE]: The integration examples (e.g., GitHub Actions) use official and trusted actions (
actions/checkout,actions/setup-go). - [SAFE]: Command execution examples are standard development tools (
go test,go tool cover) intended for local development or CI environments.
Audit Metadata