provider-resources
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Sensitive Attribute Handling: The implementation guide correctly illustrates how to define attributes containing sensitive data, such as passwords, using the
Sensitive: trueproperty. This approach ensures that confidential values are obfuscated in Terraform console output and logs, aligning with security best practices. - Robust Error Handling Patterns: The documentation encourages matching API errors by type rather than parsing raw text messages, which minimizes the risk of fragile error evaluation or unhandled runtime panics.
- Input Validation: The schema design examples incorporate strict data validators (such as length restrictions and regex constraints), which helps ensure that data processed by the provider conforms to expected formats before being transmitted to external APIs.
Audit Metadata