provider-resources
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- [Standard Implementation Patterns]: The skill provides structured Go code templates for managing infrastructure resource lifecycles (Create, Read, Update, Delete), following established industry patterns for Terraform providers.
- [Security Best Practices]: The guide includes specific instructions on handling sensitive data, such as passwords, by demonstrating the use of the
Sensitive: trueattribute. This is a critical security feature in Terraform that ensures secrets are masked in CLI output and logs. - [Official Documentation References]: All external links point to official HashiCorp developer documentation and repositories. These are well-recognized and trusted sources for technical configuration and API standards.
- [Validation and Error Handling]: The skill demonstrates proper use of schema validators (e.g.,
StringLenBetween,RegexMatches) and diagnostic error reporting, which helps prevent malformed data and provides clear feedback to users during infrastructure operations.
Audit Metadata