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.rsdirectly 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
gearbinary and toolchain components fromhttps://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
wingeton 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
rustupCLI. - Installing the
sails-clipackage usingcargo install. - Modifying the local environment PATH to include newly installed binaries.
- Extracting compressed archives (
tar.xzandzip) to local directories.
Audit Metadata