tauri-syntax-state
Pass
Audited by Gen Agent Trust Hub on Apr 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard Rust and TypeScript code patterns for managing application state in Tauri. These examples follow security best practices, such as using Mutex/RwLock for thread safety and preventing deadlocks.
- [EXTERNAL_DOWNLOADS]: References are made to official documentation at v2.tauri.app and crates.io (docs.rs). These are well-known and trusted sources for the Tauri development community.
- [COMMAND_EXECUTION]: The skill documents 'tauri::command', which is the standard mechanism for Rust-to-Frontend communication in Tauri applications. It does not instruct the agent to execute arbitrary shell commands or malicious scripts.
- [DATA_EXFILTRATION]: No patterns of data exfiltration were detected. Network operations in examples use generic placeholder domains (e.g., api.example.com) to demonstrate asynchronous state updates.
- [PROMPT_INJECTION]: No malicious instructions or bypass attempts were found. The use of 'NEVER' and 'ALWAYS' in the documentation is appropriate for defining technical constraints and preventing common programming errors.
Audit Metadata