go-testing
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains educational content and code snippets specifically for Go testing patterns. All examples follow standard security practices such as using
t.TempDir()for temporary files andt.Helper()for test diagnostics. - [SAFE]: No external network requests, package installations, or remote code execution patterns were identified.
- [SAFE]: No sensitive file access or hardcoded credentials were found. File operations are restricted to temporary directories and local
testdatafolders. - [SAFE]: No prompt injection, obfuscation, or persistence mechanisms were detected within the instructions or code blocks.
Audit Metadata