tauri-v2
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to download the Rust toolchain manager from the official rustup domain (sh.rustup.rs) and the Android Studio IDE from Google's official developer portal.
- [REMOTE_CODE_EXECUTION]: The skill includes the standard installation command for Rust (curl piped to sh) targeting the official sh.rustup.rs endpoint, which is the industry-standard method for installing the Rust compiler required for Tauri development.
- [COMMAND_EXECUTION]: The skill documents necessary system-level commands for setting up build dependencies, such as using
sudo apt installon Linux andxcode-selecton macOS, which are required for compiling native desktop applications.
Audit Metadata