desktop-tauri
Audited by Socket on Jul 8, 2026
1 alert found:
SecurityNo explicit backdoor/malware behaviors (e.g., shell execution, credential harvesting, or direct covert exfiltration) are shown in the provided fragment. However, the module exposes two especially dangerous, attacker-influenced capabilities via IPC: (1) write_file performs an apparent unrestricted filesystem write to an attacker-supplied path, and (2) fetch_data performs an unrestricted server-side HTTP GET to an attacker-supplied URL (SSRF/data retrieval risk). read_user_file attempts traversal protection but its robustness is unclear without canonicalization/symlink-safe handling. Combined with weaker CSP hardening (unsafe-inline for styles), the security posture is high risk and should be reviewed for strict permission gating and strong input/path/network validation before use.