Tauri Security Rules Skill Follow Tauri's security best practices, especially when dealing with IPC and native API access. Implement proper input validation and sanitization on the frontend. Use HTTPS for all communications with external services. Implement proper authentication and authorization mechanisms if required. Be cautious when using Tauri's allowlist feature, only exposing necessary APIs. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
tauri-security-rules
安装
npx skills add https://github.com/oimiragieo/agent-studio --skill tauri-security-rules