cloudflare-workers-multi-lang
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's instructions and provided code are entirely focused on standard Cloudflare Workers development workflows. The templates for Rust and Python follow established security and structural best practices.
- [EXTERNAL_DOWNLOADS]: The build scripts (
scripts/build-rust.sh,scripts/build-wasm.sh) and documentation reference the installation of widely used development tools such aswasm-pack,worker-build, andassemblyscriptfrom official package registries like npm and crates.io. These are recognized as safe, industry-standard tools. - [COMMAND_EXECUTION]: Build scripts automate compilation and optimization tasks using standard toolchains (e.g.,
cargo,npx asc,wasm-opt). These operations are transparently implemented and scoped to the project environment without any signs of suspicious command injection or privilege escalation. - [DATA_EXPOSURE]: No hardcoded credentials, sensitive file access patterns, or data exfiltration logic were identified. The templates provide secure examples for interacting with Cloudflare Worker bindings like KV, D1, and R2.
Audit Metadata