Security Architecture
Last Reviewed: September 4, 2026
Client-Side Isolation
The safest security architecture is one where sensitive data is never collected in the first place. ToolPilot achieves zero server-side exposure through client-side sandbox isolation:
- Cryptographic Hashes & Passwords: Calculated via
window.crypto.subtleandwindow.crypto.getRandomValues()directly on your hardware. - File Processing: Image resizing and PDF compilation occur within browser memory buffers and are purged upon tab exit.
- JWT & Secrets: Tokens inspected in developer tools are decoded via client JavaScript string operations with zero server telemetry.
Responsible Vulnerability Disclosure
We welcome security researchers to test our public web application. If you discover a potential vulnerability, please email our security team directly at security@toolpilot.me. We acknowledge and investigate all legitimate reports within 48 hours.