contract-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill contains educational content and code examples for contract testing using the Pact framework.
- [EXTERNAL_DOWNLOADS]: Mentions the
@pact-foundation/pactlibrary, which is a well-known and reputable package for contract testing. - [CREDENTIALS_UNSAFE]: Uses environment variables (
process.env.PACT_BROKER_TOKEN) to handle sensitive tokens, which is a recommended security practice for secret management in CI/CD environments.
Audit Metadata