tauri
Warn
Audited by Snyk on Feb 25, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's distribution/updater documentation (references/distribution.md and SKILL.md) explicitly configures remote update endpoints such as GitHub releases (e.g., "https://github.com/owner/repo/releases/latest/download/latest.json" and other HTTPS release endpoints) and shows code that checks that JSON and downloads/installs releases at runtime, meaning the agent will fetch and act on untrusted public third-party content.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Tauri auto-updater examples show runtime endpoints (e.g., "https://github.com/owner/repo/releases/latest/download/latest.json" and "https://releases.myapp.com/{{target}}/{{arch}}/{{current_version}}") that the app will fetch at runtime to obtain update metadata and downloadable binaries which the updater can download and install (i.e., execute remote code), so these remote URLs represent a high-risk runtime dependency.
Audit Metadata