gin-testing
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference for Go developers to implement testing strategies. All provided code snippets follow idiomatic Go patterns for testing REST APIs.
- [EXTERNAL_DOWNLOADS]: The skill references well-known and trusted technology packages, including 'gin-gonic/gin', 'testcontainers/testcontainers-go', 'gorm.io/gorm', and 'golang-migrate/migrate'. These are standard industry tools and do not represent a security risk.
- [COMMAND_EXECUTION]: Instructions include standard Go CLI commands such as 'go test' with various flags (race detector, coverage, build tags). These are expected operations for a testing-focused skill.
- [CREDENTIALS_UNSAFE]: While the skill includes hardcoded strings for JWT secrets (e.g., 'e2e-test-access-secret-32-bytes!!'), these are explicitly used within the context of isolated test mocks and end-to-end test configurations, rather than as real production credentials.
- [DATA_EXFILTRATION]: There are no network operations targeting unknown or suspicious external domains. Network usage is limited to local database connections (via testcontainers) and standard HTTP requests against an in-process Gin router during testing.
Audit Metadata