
.env / Secret Leak Scanner
Catch AWS keys, API tokens & passwords before you commit
Regex-based scanner that checks pasted code or config text against common secret and credential formats β AWS access keys, PEM private key headers, Slack tokens, Stripe live keys, GitHub personal access tokens, JWT-shaped strings, and hardcoded password/API-key assignments. Each match shows the exact line number and a severity level, plus general secret-hygiene guidance for cleaning up and rotating exposed keys.
- βDetects AWS access keys, Stripe live keys, GitHub tokens, Slack tokens, PEM private keys, and JWT-shaped strings
- βFlags generic API_KEY/SECRET/TOKEN and password assignments while filtering out obvious placeholders to cut false positives
- βShows the exact line number and severity (critical/high/medium) for every match
- βIncludes hygiene guidance: .gitignore your .env files, and rotate any key ever exposed since git history retains it
- βWatermarked by Cikal Studio Labs Β· Works on any device, no install required
More Dev Tools

SSL/TLS Certificate Checker
Full SSL/TLS certificate analysis: expiry, chain validation, cipher suites, protocol versions, and vulnerability scan.

API Security Headers Auditor
Scan any URL for missing or misconfigured security headers: CSP, HSTS, X-Frame-Options, and 10 more.

CORS Policy Analyzer
Test any API endpoint's CORS configuration for misconfigurations that could expose your users to cross-origin attacks.