provider-actions
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFE
Full Analysis
- Architectural Guidance: The skill functions as a development template and instructional manual for extending Terraform providers. It provides code snippets for implementing the Plugin Framework's action logic, schema definitions, and validation checks.
- Official Resource References: The instructions reference verified documentation and repositories hosted on
developer.hashicorp.comandgithub.com/hashicorp. These sources are standard for the technologies described. - Standard Development Workflows: The guide includes common Go toolchain commands such as
go buildandgo testfor validating implementation. These are expected within a developer-oriented skill and are used here for local compilation and testing purposes. - Lifecycle and Testing Patterns: The content describes legitimate Terraform provider patterns, including acceptance tests and resource sweepers, which are standard practices for managing cloud infrastructure code safely.
Audit Metadata