Skip to main content

tauri

Facilitates Tauri app development with commands, permissions, and cross-platform file operations for Rust-based desktop applications.

Install this skill

or
86/100

Security score

The tauri skill was audited on Jun 10, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 153

Template literal with variable interpolation in command context

SourceSKILL.md
153console.log(`[Persistence] Loading from ${logPath}`);
medium line 165

Template literal with variable interpolation in command context

SourceSKILL.md
165const filePath = `${baseDir}/workspaces/${id}`;
low line 52

External URL reference

SourceSKILL.md
52"csp": "default-src 'self'; connect-src 'self' ipc: http://ipc.localhost https://api.example.com wss://api.example.com; img-src 'self' data: blob: https:; style-src 'self' 'unsafe-inline'; script-src
low line 56

External URL reference

SourceSKILL.md
56"devCsp": "default-src 'self'; connect-src 'self' ipc: http://ipc.localhost http://localhost:5173 ws://localhost:5173 https://api.example.com wss://api.example.com; img-src 'self' data: blob: https:;
low line 60

External URL reference

SourceSKILL.md
60Rules: always include `ipc: http://ipc.localhost` in `connect-src` or `invoke()`
low line 61

External URL reference

SourceSKILL.md
61breaks; only list `asset:` / `http://asset.localhost` if the asset protocol is
Scanned on Jun 10, 2026
View Security Dashboard
Installation guide →