desktop-packaging-tauri
Fail
Audited by Snyk on Jul 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). Multiple URLs point to direct installer/update artifacts or updater endpoints hosted on untrusted/example domains and unknown GitHub release assets—common vectors for distributing malware if not from a verified vendor.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The required workflow includes configuring the updater to fetch update metadata from a runtime HTTP endpoint (e.g.,
plugins.updater.endpoints/ generatedlatest.json), which is outsider-authored free text/JSON returned by an external server and then read by the app for update notes/fields.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes updater endpoints that the app calls at runtime to download installers/updates (which are then executed), e.g. the endpoint template "https://releases.example.com/{{target}}/{{arch}}/{{current_version}}" and variants like "https://custom.endpoint.com/update/{{target}}/{{arch}}/{{current_version}}", so remote content can cause execution on users' machines.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata