sails-dev-env

Pass

Audited by Gen Agent Trust Hub on Apr 4, 2026

Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The skill executes the official Rust installer script by piping a download from https://sh.rustup.rs directly into a shell (sh). This is a standard installation method for the Rust toolchain.
  • [EXTERNAL_DOWNLOADS]: The skill downloads several external resources during the environment setup:
  • Fetches the gear binary and toolchain components from https://get.gear.rs, which is the official distribution domain for the Gear Foundation.
  • Queries the GitHub API (https://api.github.com/repos/gear-tech/gear/releases/latest) to determine the latest available version tags for installation.
  • Uses winget on Windows to install the Rust toolchain from the official Microsoft package repository.
  • [COMMAND_EXECUTION]: The skill performs various system configuration tasks through shell scripts and PowerShell, including:
  • Managing Rust toolchains and targets via the rustup CLI.
  • Installing the sails-cli package using cargo install.
  • Modifying the local environment PATH to include newly installed binaries.
  • Extracting compressed archives (tar.xz and zip) to local directories.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 4, 2026, 12:59 PM