golang-testing

Pass

Audited by Gen Agent Trust Hub on Jul 26, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides standard Go testing practices and utilizes well-known, reputable community libraries such as testify, goleak, and gotests.- [COMMAND_EXECUTION]: The integration testing reference provides examples of using exec.Command to manage Docker containers for test fixtures. This is a standard and acceptable practice for managing isolated integration testing environments.- [EXTERNAL_DOWNLOADS]: The skill recommends installing gotests and using libraries like clockwork. These are reputable third-party tools and libraries commonly used in the Go ecosystem for scaffolding tests and managing time-dependent logic.- [DATA_EXFILTRATION]: The skill includes examples of accessing the DATABASE_URL environment variable for integration tests, which is a standard pattern for configuring database connections in CI/CD environments.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 26, 2026, 04:24 PM
Security Audit — agent-trust-hub — golang-testing