wrangler

Warn

Audited by Runlayer on Mar 4, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
86%
Files
1
Flagged
1
Chunks
3
Flagged Files (1)
wrangler/SKILL.mdMEDIUM
86.4%

Malicious tool definition detected

Check https://developers.cloudflare.com/workers/configuration/compatibility-dates/ - **Generate types after config changes**: Run `wrangler types` to update TypeScript bindings.

Tool: wrangler/SKILL.md [2/3] Description: --command "SELECT * FROM users" # Execute SQL file (remote) wrangler d1 execute my-database --remote --file ./schema.sql # Execute locally wrangler d1 execute my-database --local --command "SELECT * FROM users" ``` ### Migrations ```bash # Create migration wrangler d1 migrations create my-database create_users_table # List pending migrations wrangler d1 migrations list my-database --local # Apply migrations locally wrangler d1 migrations apply my-databa

Audit Metadata
Max File Score
86%
Classification
KNOWN_SERVER_KNOWN_TOOL_LIST
Files Scanned
1
Files Flagged
1
Chunks Analyzed
3
Analyzed
Mar 4, 2026, 03:08 PM
Security Audit — runlayer — wrangler