validate email
v1.0.1Validate email addresses with format checking and risk scoring. Use when users need to verify email format, check disposable emails, or validate bulk email l...
⭐ 0· 76·0 current·0 all-time
byclaw0x@kennyzir
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise local format checking and risk scoring; the included handler.ts implements exactly that with local regex, built-in domain lists, and arithmetic scoring. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs purely local validation and the code performs only string/regex operations and array lookups. Examples show how a client might call the skill via a Claw0x API (mentioning an API key) but those are integration examples for the platform — the skill itself contains no network calls or I/O.
Install Mechanism
No install spec is present (instruction-only) and the single code file is simple TypeScript that will run locally. There are no downloads, external installers, or archive extraction steps.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. Example snippets reference a platform API key only for clients invoking the skill externally; that is not required by the skill runtime.
Persistence & Privilege
Skill is not marked always:true and does not request persistent system privileges or modify other skills. It can be invoked by agents (the platform default), which is expected for a callable skill.
Assessment
This skill appears to be what it says: a local, fast email-format checker and simple heuristic risk scorer. It does NOT perform DNS/MX lookups, SMTP verification, or deliverability checks — do not rely on it for final deliverability decisions or security-critical verification. The disposable/free-domain lists and risk formula are small and heuristic; if you need production-grade email validation (MX checks, SMTP probing, or a more comprehensive disposable domain list), use a specialized service or add those checks yourself. Review whether the heuristic scoring aligns with your policy before auto-blocking users based solely on this score.Like a lobster shell, security has layers — review code before you run it.
latestvk97dt8mxa2nbs04vrfhyqgx85n83m24m
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
