skills
seangeng/skills
This skill provides a server-side validation pattern to block disposable and throwaway email addresses during user registration.
Overview
Designed to prevent trial abuse, fake account creation, and bot spam, this skill implements an O(1) domain lookup using a community-maintained list of disposable email providers. It supplies TypeScript implementation snippets, guidance on proper caching for serverless or edge environments, and best practices for combining the check with CAPTCHA and email verification.
Capabilities
- ▸Validating incoming email domains against a dynamic list
- ▸Caching domain lists efficiently using memory or key-value stores
- ▸Integrating server-side rejection responses in Node.js or edge runtimes
Best for
Preventing spam accounts and bot signups on registration endpoints, Mitigating free-trial abuse by blocking temporary inboxes, Hardening authentication and waitlist onboarding flows
Works with
実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 — AIによるcapabilities/use-cases解析
実装・指示の品質。 — AIによるSKILL.md/README解析
リポジトリがどれだけ活発に保守されているか。 — GitHub 最終push日時の新しさ
ドキュメントの充実度・分かりやすさ。 — README/独自要約の情報量
危険・不審な挙動が無いか。 — AIによるセキュリティレビュー
ありふれたラッパーではない独自性。 — AIによる独自性判定
コミュニティの採用度。 — GitHub Stars/Forks(対数スケール)
対応AIエージェントの広さ。 — AIによる対応エージェント判定
ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →
Security considerations
Relies on an external raw GitHub CDN link for domain lists; ensure the network fetch is secure and handle network failures gracefully so signups are not blocked entirely during outages.
Categories
Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.