provider-resources
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-resources description: Implement Terraform Provider resources and data sources using the Plugin Framework.
Tool: SKILL.md [2/2] Description: acctest.CheckResourceDisappears(ctx, acctest.Provider, ResourceExample(), resourceName), ), ExpectNonEmptyPlan: true, }, }, }) } ``` ### Test Helper Functions ```go func testAccCheckExampleExists(ctx context.Context, name string) resource.TestCheckFunc { return func(s *terraform.State) error { rs, ok := s.RootModule().Resources[name] if !ok { return fmt.Errorf("Not found: %s", name) } conn := acctest.Provider.Meta().(*conns.Client).ExampleClient(ctx) _, err := f
Audit Metadata