rust-wasm
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (LOW): The skill requires the installation of the
wasm-packutility usingcargo installand the addition of thewasm32-unknown-unknowntarget viarustup. These are standard procedures for the Rust-Wasm ecosystem but involve downloading external tools and toolchains. - COMMAND_EXECUTION (SAFE): Several shell commands are provided for building, testing, and optimizing Wasm modules (e.g.,
wasm-pack build,wasm-opt). These are contextually appropriate for a development-focused skill. - DATA_EXFILTRATION (SAFE): While the code includes a
fetch_datautility usingweb-sys, it is a standard implementation for making web requests in a browser context and does not exhibit malicious patterns. - NO_CODE (SAFE): The
scripts/validate.pyfile is a utility for ensuring the skill structure is intact. It usesyaml.safe_loadfor parsing and limits its operations to local path validation, posing no security threat.
Audit Metadata