cloudflare-workers
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns were identified. The skill provides standard documentation and code examples for Cloudflare Workers, adhering to security best practices by recommending the use of
wrangler secretfor sensitive data andcryptoAPIs for secure token generation. - [COMMAND_EXECUTION]: The skill utilizes the standard
wranglerCLI tool for managing edge infrastructure, including deployment and database execution. It also includes an operational protocol for searching and updating agent memory via a local script (node .claude/lib/memory/memory-search.cjs). - [EXTERNAL_DOWNLOADS]: The skill includes code snippets that communicate with official Cloudflare service endpoints, such as the AI Gateway and Workers AI inference models. These are well-known, trusted services.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill defines clear boundaries for data ingestion and storage, providing guidance on choosing between KV, R2, and D1 based on consistency and latency requirements, and explicitly warns against module-level variable reuse to prevent data leaks.
Audit Metadata