terraform-test
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Safe Resource Integration: The skill references official and well-known resources, including GitHub Actions and Docker images. These are standard tools for CI/CD workflows and are used in accordance with their intended purposes.
- Credential Security Best Practices: In the CI/CD integration examples, the skill correctly demonstrates the use of secret management (e.g.,
${{ secrets.AWS_ACCESS_KEY_ID }}) rather than hardcoding credentials, which is a key security best practice for infrastructure automation. - Mock Provider Guidance: The skill emphasizes the use of mock providers for unit testing. This is a positive security pattern as it allows for testing configuration logic without requiring active cloud credentials or performing network operations.
Audit Metadata