go-cli-testing
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation, checklists, and code templates for Go CLI testing. It does not contain executable code or scripts that run during the skill's operation.
- [SAFE]: All command-line references (e.g.,
go test,go vet,go list) are standard Go development tools. There are no suspicious network-based installations or remote script executions. - [SAFE]: The documentation actively promotes security best practices, such as using
t.TempDir()for filesystem isolation andt.Cleanup()for reliable resource management, ensuring tests do not interfere with the host system. - [SAFE]: The 'Helper Process' pattern identified in the documentation is a standard and recommended Go testing technique for simulating subprocesses by re-executing the current test binary.
- [SAFE]: No obfuscation, credential exposure, or prompt injection patterns were found in the text, examples, or metadata.
Audit Metadata