run-tests
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [Command Execution] (SAFE): The skill defines shell commands for running Go test suites and project tasks. These are standard developer operations within a Go project context and do not involve suspicious redirections or flags.
- [Data Exposure & Exfiltration] (SAFE): Documentation mentions environment variables and database access for integration tests. No instructions were found that would lead to the exposure or exfiltration of sensitive files like .env.
- [Indirect Prompt Injection] (LOW): The skill facilitates the execution of code stored in test files. Ingestion points: Project test files (*_test.go) and local configuration. Boundary markers: None (standard go test behavior). Capability inventory: Arbitrary Go code execution and database interaction via test runners. Sanitization: None (assumes trust in the local repository). This represents a standard risk inherent to running testing tools.
Audit Metadata