provider-resources

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
1
Flagged
1
Chunks
2
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
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
1
Files Flagged
1
Chunks Analyzed
2
Analyzed
Feb 22, 2026, 05:32 AM
Security Audit — runlayer — provider-resources