workers-multi-lang

Warn

Audited by Gen Agent Trust Hub on Feb 16, 2026

Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS] (MEDIUM): The build scripts scripts/build-rust.sh and scripts/build-wasm.sh perform automated installations of external tools.
  • Evidence in scripts/build-rust.sh: cargo install wasm-pack and cargo install worker-build are executed if the tools are missing.
  • Evidence in scripts/build-wasm.sh: cargo install wasm-pack and npm install --save-dev assemblyscript @assemblyscript/loader are executed to satisfy build requirements.
  • [COMMAND_EXECUTION] (MEDIUM): The skill utilizes several subprocess calls to compile and optimize code.
  • Evidence in scripts/build-wasm.sh: Execution of emcc (Emscripten), npx asc (AssemblyScript compiler), and wasm-opt (Binaryen) for runtime compilation.
  • [DATA_EXPOSURE] (SAFE): Analysis of the scripts and documentation shows no attempts to access sensitive file paths (e.g., SSH keys, AWS credentials) or exfiltrate data to external domains.
  • [PROMPT_INJECTION] (SAFE): No patterns of prompt injection, instruction overrides, or safety filter bypasses were detected in the markdown or script comments.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Feb 16, 2026, 01:06 AM