distributing-tauri-for-windows
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill references standard, well-known software tools and package managers (npm, yarn, cargo, apt, brew) for environment setup. All recommended dependencies like
nsis,llvm, andcargo-xwinare legitimate tools within the Tauri and Rust ecosystems. - [COMMAND_EXECUTION] (SAFE): Commands provided are standard build and installation procedures. Use of
sudo apt installis appropriate for system dependency installation on Linux. NSIS script examples correctly demonstrate typical installer behavior, such as running a VC++ Redistributable installer. - [CREDENTIALS_UNSAFE] (SAFE): No hardcoded credentials were found. Placeholders like
YOUR_CERTIFICATE_THUMBPRINTare used for configuration examples, following security best practices. - [PROMPT_INJECTION] (SAFE): No malicious instructions or attempts to override agent behavior were detected in the markdown or metadata.
Audit Metadata