skills/mryll/skills/dual-testing/Gen Agent Trust Hub

dual-testing

Pass

Audited by Gen Agent Trust Hub on May 18, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill defines a testing methodology for Go projects using standard industry practices. The instructions focus on the separation of concerns between integration testing (verifying infrastructure wiring) and unit testing (verifying error handling and business logic).
  • [EXTERNAL_DOWNLOADS]: The skill references standard Go libraries and tools, including 'testify', 'testcontainers-go', 'gin-gonic/gin', and 'pgx'. These are well-known packages in the Go ecosystem and are mentioned as project dependencies.
  • [CREDENTIALS_UNSAFE]: The code templates include example connection strings and credentials (e.g., 'testuser' and 'testpass' for a Postgres test container). These are used strictly as placeholders for local testing environments and do not represent the exposure of actual secrets or credentials.
Audit Metadata
Risk Level
SAFE
Analyzed
May 18, 2026, 02:59 PM
Security Audit — agent-trust-hub — dual-testing