provider-actions
Warn
Audited by Runlayer on Feb 22, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: provider-actions description: Implement Terraform Provider actions using the Plugin Framework.
Tool: SKILL.md [2/2] Description: Acceptance Tests - Test action invocation with valid parameters - Test timeout scenarios - Test error conditions - Verify provider state changes - Test progress reporting - Test with custom parameters - Test trigger-based invocation ### Test Pattern ```go func TestAccServiceAction_basic(t *testing.T) { ctx := acctest.Context(t) resource.ParallelTest(t, resource.TestCase{ PreCheck: func() { acctest.PreCheck(ctx, t) }, ProtoV5ProviderFactories: acctest.ProtoV5Prov
Audit Metadata