How Transmute is built with data safety in mind, and how to report a vulnerability.
Transmute is designed so that your data stays yours. The three concrete choices that reflect this:
All traffic between your browser and Transmute servers uses HTTPS (TLS 1.2 or later). We do not serve the application over plain HTTP.
Transmute does not require an account for basic use. Where session tokens are issued they are scoped, short-lived, and stored in HttpOnly cookies that are not accessible to JavaScript. Magic links that carry session state expire and are single-use.
Each transformation job runs in an isolated execution context. Output from one job cannot be accessed by another session. Errors returned to the client include only the information relevant to your own job.
We want to be straightforward about where we are:
If compliance certifications are a requirement for your use case, please contact us so we can give you an accurate picture of our current posture.
General privacy questions: see our Privacy page