cloudflare-durable-objects
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured documentation and production-ready templates for Cloudflare Durable Objects. The guidance emphasizes security best practices, such as the use of parameterized SQL queries to prevent SQL injection vulnerabilities and the implementation of proper JWT-based authentication for Worker interactions.
- [EXTERNAL_DOWNLOADS]: The project references official Cloudflare development tools and standard testing libraries, such as
wrangler,@cloudflare/workers-types, andvitest. These packages are downloaded from the official npm registry, which is a trusted source for development dependencies. - [COMMAND_EXECUTION]: The skill includes several utility Bash scripts (
migration-generator.sh,validate-do-config.sh,setup-vitest-do.sh) designed to run in a local development environment. These scripts use common tools likejq,npm, andgrepto assist with project configuration and validation. The logic is transparent and focused on project maintenance tasks. - [SAFE]: Analysis of all instructions and code snippets revealed no evidence of prompt injection, credential harvesting, or unauthorized data exfiltration. The skill is purely functional and educational, aligning with its stated purpose of coordinating stateful applications on the Cloudflare Workers platform.
Audit Metadata