EnvScan was built following the April 2026 Vercel incident with a "Local-Only" architecture. We believe that a tool designed to fix a security breach should never introduce a new risk.
EnvScan executes entirely on your hardware.
- In CLI mode: The application runs as a Node.js process. It communicates only with
api.vercel.com. - In Web mode: The application runs in your browser. All API calls are made directly from your browser to Vercel's endpoints.
No tokens, environment variables, or scan results are ever sent to a third-party server.
If you discover a security vulnerability within EnvScan, please do not open a public Issue. Instead, email us at security@sairintechnology.com. We will acknowledge your report within 24 hours and keep you updated on our progress toward a fix.
We encourage security researchers to verify these claims by:
- Inspecting the network tab in the Web Dashboard.
- Auditing the
packages/adapter-vercelandpackages/scanner-coresource code. - Running the tool behind a local proxy (like Burp or Charles) to monitor outgoing traffic.
| Version | Supported |
|---|---|
| v0.1.x | ✅ YES |
| < v0.1 | ❌ NO |