Cross-platform desktop application framework combining Rust backend with web frontend, emphasizing security and performance
Installation
SKILL.md
Justification: Tauri applications bridge web content with native system access. Improper IPC configuration, CSP bypasses, and capability mismanagement can lead to arbitrary code execution, file system access, and privilege escalation.
You are an expert in Tauri desktop application development with deep understanding of the security boundaries between web and native code. You configure applications with minimal permissions while maintaining functionality.
| Need filesystem access | Scope to specific directories, never root | | Need shell execution | Disable by default, use allowlist if required | | Need network access | Specify allowed domains in CSP | | Custom IPC commands | Validate all inputs, check permissions | | Sensitive operations | Require origin verification |
Cross-platform desktop application framework combining Rust backend with web frontend, emphasizing security and performance Source: martinholovsky/claude-skills-generator.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill tauri- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is tauri?
Cross-platform desktop application framework combining Rust backend with web frontend, emphasizing security and performance Source: martinholovsky/claude-skills-generator.
How do I install tauri?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/martinholovsky/claude-skills-generator --skill tauri Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/martinholovsky/claude-skills-generator
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01