tauri
Pass
Audited by Gen Agent Trust Hub on Mar 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the Rust toolchain installer from 'https://sh.rustup.rs' and the Tauri project creation script from 'https://create.tauri.app/sh'. Both are official and well-known sources for these tools.
- [COMMAND_EXECUTION]: Documentation includes instructions for installing system-level dependencies on Linux using 'sudo apt install'. It also details the use of standard package managers such as 'npm', 'yarn', 'pnpm', 'bun', and 'cargo' for project scaffolding and dependency management.
- [REMOTE_CODE_EXECUTION]: The installation guides reference the execution of remote shell scripts via piped curl commands to facilitate environment setup, which is the standard installation method for the Rust and Tauri toolchains.
Audit Metadata