go-testing
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill mentions standard Go testing commands like
go testand its variants. These are used within the context of a developer workflow for running local tests and coverage reports. - [DATA_EXPOSURE]: The instructions explicitly advise against accessing the user's real home directory for tests, recommending
t.TempDir()instead, which is a security best practice for local testing environments. - [DYNAMC_EXECUTION]: No evidence of dynamic code generation or execution from untrusted sources. All provided code examples are static Go templates for testing purposes.
- [OBFUSCATION]: No obfuscated code, hidden URLs, or encoded payloads were detected in the skill files or metadata.
- [PROMPT_INJECTION]: The instructions focus on technical testing patterns and do not contain attempts to override agent safety protocols or system prompts.
Audit Metadata