workers-best-practices
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional content aimed at improving code quality and security for Cloudflare Workers. No malicious intent, obfuscation, or safety bypass patterns were detected.
- [EXTERNAL_DOWNLOADS]: The skill includes instructions to fetch up-to-date type definitions and documentation from
developers.cloudflare.comand the NPM registry (@cloudflare/workers-types). These are well-known, trusted sources for the intended development tasks. - [COMMAND_EXECUTION]: The skill utilizes standard development tools and shell commands (
npm pack,tar,npx wrangler) to set up a local reference environment. These operations are performed for the legitimate purpose of retrieving type information and do not involve unauthorized access or persistence mechanisms. - [CREDENTIALS_UNSAFE]: The skill explicitly warns against hardcoding secrets in source code or configuration, instead directing users toward secure alternatives like
wrangler secret put.
Audit Metadata