go-unit-testing
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: No attempts to override agent behavior or bypass safety guidelines were found in the instructions or metadata.
- [DATA_EXFILTRATION]: No access to sensitive file paths or credentials was detected. Network references are limited to trusted documentation and libraries.
- [REMOTE_CODE_EXECUTION]: No untrusted remote code execution patterns were found. The skill references the well-known and trusted 'google/go-cmp' library for comparisons.
- [COMMAND_EXECUTION]: The provided commands ('make go-test-unit', 'make go-test-coverage') are standard for Go development environments and do not involve unauthorized privilege escalation.
- [INDIRECT_PROMPT_INJECTION]: The skill processes project files and JSON test data. While this is an ingestion surface for untrusted data, the skill includes standard Go testing patterns (In-Got-Want, Table-Driven Testing) which are appropriate for its intended use case.
- Ingestion points: Reads Go source files and JSON files from the 'testdata/' directory.
- Boundary markers: None explicitly defined for prompt interpolation.
- Capability inventory: Uses standard Go file system operations ('os.ReadFile') within generated test templates.
- Sanitization: Standard JSON unmarshaling and type-safe Go comparisons are used.
Audit Metadata