durable-objects
Pass
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: SAFE
Full Analysis
- Official Resource Integration: The skill directs the agent to retrieve information from official Cloudflare documentation. This ensures that the implementation details remain current and follow the service provider's authorized guidelines.
- External Repository References: Includes references to the
cloudflare/actorsandlambrospetrou/durable-utilsrepositories as examples for database migration strategies. These are used as architectural references for maintaining state in persistent storage. - Secure Secret Management: Guidance is provided on using the platform's CLI tools to manage sensitive credentials like API keys. This practice avoids the exposure of secrets in configuration files or source code.
- Input Validation Examples: Demonstrates the use of the
zodschema validation library to sanitize and verify incoming data. This is a standard security measure to prevent the processing of unexpected or malformed inputs. - Standardized Testing Environment: Recommends established testing frameworks such as
vitestand@cloudflare/vitest-pool-workersto ensure code reliability within the target runtime environment.
Audit Metadata