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-pack utility using cargo install and the addition of the wasm32-unknown-unknown target via rustup. 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_data utility using web-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.py file is a utility for ensuring the skill structure is intact. It uses yaml.safe_load for parsing and limits its operations to local path validation, posing no security threat.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:11 PM