golang-testing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] No Security Issues Detected: The skill contains instructional content for Golang development, including unit testing, mocking, and integration testing.
- [CREDENTIALS_UNSAFE] (INFO): The integration test example includes hardcoded credentials (
test/test) for a localtestcontainersPostgreSQL instance. As these are used for ephemeral test environments and are standard defaults, they do not pose a security risk to production data or systems. - [EXTERNAL_DOWNLOADS] (SAFE): References to common libraries like
testifyandtestcontainersare standard practice in the Go ecosystem and do not involve unauthorized or suspicious external connections.
Audit Metadata