Email Validator Api — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Email Validator Api (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"><img src="logo.png" width="120" alt="logo"></p>
⭐ Building in public from $0 MRR. Star if you want to follow the journey — lazymac-mcp (42 tools, one MCP install) · lazymac-k-mcp (Korean wedge) · lazymac-sdk (TS client) · api.lazy-mac.com · Pro $29/mo.
🚀 Want all 42 lazymac tools through ONE MCP install? npx -y @lazymac/mcp · Pro $29/mo for unlimited calls.Comprehensive email validation API — syntax (RFC 5322), MX record lookup, disposable domain detection, role-based detection, SPF/DKIM checks, typo suggestions, and risk scoring (0-100). REST + MCP server.
npm install && npm start # http://localhost:3100curl -X POST http://localhost:3100/validate \
-H "Content-Type: application/json" \
-d '{"email": "[email protected]"}'
# → {email, syntax, role, disposable, mx, domain, spf, dkim, typo, risk, deliverable}curl -X POST http://localhost:3100/validate/batch \
-H "Content-Type: application/json" \
-d '{"emails": ["[email protected]", "[email protected]"]}'
# → {total, valid, invalid, results}curl -X POST http://localhost:3100/domain \
-H "Content-Type: application/json" \
-d '{"domain": "gmail.com"}'
# → {domain, exists, mx, spf, dkim, is_disposable, is_free_provider, reputation_score}curl -X POST http://localhost:3100/suggest \
-H "Content-Type: application/json" \
-d '{"email": "[email protected]"}'
# → {original, has_suggestion, suggested: "[email protected]", reason}curl -X POST http://localhost:3100/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'MCP Tools: validate_email, validate_batch, check_domain, suggest_fix
MIT
<sub>💡 Host your own stack? <a href="https://m.do.co/c/c8c07a9d3273">Get $200 DigitalOcean credit</a> via lazymac referral link.</sub>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.