provider-actions
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- Use of Trusted Developer Resources: The skill references official documentation and repositories from the framework maintainer, ensuring that developers are guided toward verified and supported implementation methods.
- Implementation of Input Validation: The guide explicitly recommends the use of framework-provided validators (e.g.,
stringvalidator,int64validator) for schema attributes. This promotes best practices for sanitizing user-provided configuration and preventing malformed data processing. - Secure Lifecycle Management: The code snippets provided for long-running operations include appropriate context-based timeout management and polling logic. This helps prevent resource exhaustion and ensures operations are terminated if they exceed defined limits.
- Standard Development Tooling: The instructions for building and testing (e.g.,
go build,go test) are standard for the Go programming language and Terraform ecosystem, with no evidence of unexpected or privileged command execution. - Progress and Error Reporting: The skill encourages the use of real-time progress events and diagnostic error reporting, which enhances transparency and helps users identify issues during operation execution.
Audit Metadata