Skip to main content

tauri-v2

Facilitates cross-platform app development using Tauri v2 with Rust backend, streamlining configuration and troubleshooting.

Install this skill

or
79/100

Security score

The tauri-v2 skill was audited on May 21, 2026 and we found 7 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 244

Direct command execution function call

SourceSKILL.md
244std::thread::spawn(move || {
low line 133

External URL reference

SourceSKILL.md
133"devUrl": "http://localhost:5173",
low line 286

External URL reference

SourceSKILL.md
286await invoke('download', { url: 'https://...', onEvent: channel });
low line 322

External URL reference

SourceSKILL.md
322- [Tauri v2 Documentation](https://v2.tauri.app/)
low line 323

External URL reference

SourceSKILL.md
323- [Commands Reference](https://v2.tauri.app/develop/calling-rust/)
low line 324

External URL reference

SourceSKILL.md
324- [Capabilities & Permissions](https://v2.tauri.app/security/capabilities/)
low line 325

External URL reference

SourceSKILL.md
325- [Configuration Reference](https://v2.tauri.app/reference/config/)
Scanned on May 21, 2026
View Security Dashboard
Installation guide →