go-testing
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- PROMPT_INJECTION (SAFE): No instructions found that attempt to override agent behavior, bypass safety guidelines, or extract system prompts.
- DATA_EXFILTRATION (SAFE): No commands access sensitive file paths (e.g., ~/.aws, ~/.ssh) or initiate unauthorized network requests. Network use is limited to standard local testing packages like net/http/httptest.
- COMMAND_EXECUTION (LOW): The skill contains commands for the Go toolchain (go test, go tool cover). These are routine developer actions for running tests and benchmarks and do not involve downloading or executing remote code.
- OBFUSCATION (SAFE): No encoded strings, homoglyphs, or hidden characters were detected in the instructions or code examples.
- INDIRECT_PROMPT_INJECTION (INFO): The skill suggests patterns for processing test data. While it provides an attack surface for processing untrusted code if used on external projects, it includes no dangerous capabilities that would lead to high-severity vulnerabilities.
Audit Metadata