workers-best-practices
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves the latest Workers type definitions by using
npm packfor the@cloudflare/workers-typespackage. It also fetches current best practices and API references from the officialdevelopers.cloudflare.comdomain. These activities target trusted vendor resources and are essential for providing accurate and secure guidance. - [COMMAND_EXECUTION]: The skill instructs the agent to use several shell commands to manage reference material and perform code validation. This includes using
mkdir,npm pack, andtarto download and extract type definitions into a temporary directory for inspection. It also reads the localconfig-schema.jsonfrom thewranglerpackage to ensure configuration validity and recommends runningnpx eslintornpx oxlintto detect anti-patterns and floating promises in the codebase.
Audit Metadata