tauri
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill provides documentation and coding patterns for the Tauri framework. No malicious patterns such as prompt injection, obfuscation, or unauthorized data access were identified. While the skill illustrates patterns where external data (e.g.,
workspaceId) is used to construct file paths, it does so to promote the use of official APIs that handle platform differences correctly.\n - Ingestion points: Variables like
workspaceIdandsegmentsin thejoinandsaveDataexamples (SKILL.md).\n - Boundary markers: None present.\n
- Capability inventory:
mkdir,readFile, andwriteFilefrom@tauri-apps/plugin-fs(SKILL.md).\n - Sanitization: None explicitly shown; relies on standard API behavior.\n- [EXTERNAL_DOWNLOADS]: The skill recommends using official Tauri packages, specifically
@tauri-apps/apiand@tauri-apps/plugin-fs, for handling filesystem tasks. These are standard dependencies for the Tauri ecosystem.
Audit Metadata