Reporting security issues
If you discover a security vulnerability in Anaconda Desktop, report it through Anaconda’s Vulnerability Disclosure Program on Intigriti.Security model
The following describes Desktop’s default security model:- Least privilege: Desktop follows the principle of least privilege, which means it only uses the permissions required for normal operation. All processes run under your standard user account without requesting administrator or root access, limiting the potential impact if any component is compromised.
- Encrypted credentials: OAuth tokens are stored using OS-native encrypted secure storage.
- Session security: Signing out clears all session tokens from memory.
- Data privacy: App usage and performance data is anonymized.
- Network isolation: The Desktop API server binds to
127.0.0.1by default and requires authentication. This means the API is only reachable from processes on your own machine and is never exposed to a local network or the internet.