cloudflare-worker-builder
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill utilizes standard package managers to install well-known libraries such as 'hono' and '@cloudflare/vite-plugin'. The use of
npm create cloudflare@latestis the standard method for initializing Cloudflare projects. - [DATA_EXFILTRATION] (SAFE): No evidence of sensitive data exfiltration or hardcoded secrets. While a specific Cloudflare
account_idis included in thewrangler.jsonctemplate, this is a non-sensitive configuration identifier used for project routing, not a private key or credential. - [COMMAND_EXECUTION] (SAFE): The shell commands provided (
npm install,wrangler deploy,npm run dev) are standard for the intended primary purpose of building and deploying web workers. - [PROMPT_INJECTION] (SAFE): The instructions in
SKILL.mdare purely functional and do not attempt to override the agent's safety protocols or system instructions.
Audit Metadata