cloudflare-workers-expert
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional, providing guidance and code examples for developing Cloudflare Workers. No malicious patterns such as prompt injection, data exfiltration, or obfuscation were detected.
- [COMMAND_EXECUTION]: The skill mentions using
npx wrangler, which is the official and standard command-line interface for the Cloudflare Workers ecosystem. This is used for local development and deployment and does not represent an unauthorized command execution risk. - [CREDENTIALS_UNSAFE]: The instructions correctly advise developers to use environment variables (
env.VAR_NAME) for managing secrets and bindings, which aligns with security best practices for avoiding hardcoded credentials.
Audit Metadata