tauri-v2
Pass
Audited by Gen Agent Trust Hub on Apr 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the user or agent to use standard development CLI tools including
npm,cargo, andrustupfor project initialization, dependency management, and building binaries. - [EXTERNAL_DOWNLOADS]: The guide references official installation sources for developer tools (rustup.rs) and recommends the use of official Tauri plugins and well-known libraries from standard registries (NPM and Cargo).
- [SAFE]: The documentation includes a dedicated security section advocating for minimal permissions, input validation, and path traversal prevention using Tauri's built-in path APIs.
- [SAFE]: Provides a template for
tauri.conf.jsonthat includes recommended Content Security Policy (CSP) headers to mitigate cross-site scripting (XSS) risks in the desktop application.
Audit Metadata