·tauri

Rust后端与Web前端相结合的跨平台桌面应用程序框架,强调安全性和性能

192安装·1热度·@martinholovsky

安装

$npx skills add https://github.com/martinholovsky/claude-skills-generator --skill tauri

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 |

Rust后端与Web前端相结合的跨平台桌面应用程序框架,强调安全性和性能 来源:martinholovsky/claude-skills-generator。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/martinholovsky/claude-skills-generator --skill tauri
分类
!安全工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 tauri?

Rust后端与Web前端相结合的跨平台桌面应用程序框架,强调安全性和性能 来源:martinholovsky/claude-skills-generator。

如何安装 tauri?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/martinholovsky/claude-skills-generator --skill tauri 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/martinholovsky/claude-skills-generator

详情

分类
!安全工具
来源
skills.sh
收录时间
2026-02-01