didit-database-validationIntegrate Didit Database Validation API to verify personal data against government databases. Use when the user wants to validate identity against government...
Install via ClawdBot CLI:
clawdbot install rosasalberto/didit-database-validationGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://apx.didit.me/auth/v2/programmatic/register/`Calls external URL not in known-safe list
https://docs.didit.meAI Analysis
The skill's external API calls are consistent with its stated purpose of identity validation via the Didit service. The 'unknown data sink' signal appears to be a false positive, as the documented endpoint is for user account registration, not for exfiltrating the end-user's personal data being validated. No credential harvesting, hidden instructions, or obfuscation were found.
Audited Apr 17, 2026 · audit v1.0
Generated Mar 22, 2026
Fintech companies in Latin America can use this skill to verify customer identities during account creation by validating national ID numbers (e.g., CPF in Brazil, CURP in Mexico) against government databases. This helps comply with KYC regulations, reduces fraud from synthetic identities, and ensures only legitimate users access financial services. The 1x1 matching method is cost-effective for basic checks, while 2x2 provides higher assurance for high-value accounts.
Online retailers operating in Spanish-speaking regions can integrate this skill to validate customer identity documents (e.g., DNI in Spain, cedula in Colombia) before processing high-risk transactions or shipping goods. By cross-referencing ID numbers with official sources, it minimizes chargebacks and prevents identity theft, especially for expensive items or new customer accounts. The partial match results flag cases needing manual review.
Public sector agencies can employ this skill to verify citizens' identities for services like social benefits, tax filings, or healthcare enrollment using documents such as DNI in Argentina or CI in Peru. It ensures eligibility and prevents duplicate claims by checking against trusted databases, streamlining administrative processes while maintaining data accuracy and security.
Platforms for ride-sharing or freelance work in Latin America can use this skill to validate driver or worker identities by verifying national ID numbers (e.g., RUT in Chile, cedula in Dominican Republic) against government records. This enhances safety and trust by confirming identities before onboarding, reducing risks associated with fake profiles and ensuring compliance with local labor regulations.
Telecom providers in supported countries can integrate this skill to verify customer identities during SIM card activation or service sign-ups by checking ID numbers (e.g., DUI in El Salvador, CI in Uruguay) against official databases. This helps combat SIM swap fraud, ensures regulatory compliance, and improves account security by preventing unauthorized access through fake identities.
Charge customers based on successful queries, with tiered pricing for 1x1 ($0.05 per validation) and 2x2 ($0.30 per validation) matching methods. This model appeals to businesses with variable verification needs, such as startups or seasonal platforms, as they only pay for actual usage without upfront costs. Revenue scales with transaction volume, incentivizing high adoption in fraud-prone industries.
Offer monthly or annual subscriptions that include pre-purchased credit bundles for database validations, providing cost savings for high-volume users like banks or large e-commerce sites. This ensures predictable billing and encourages long-term contracts, with additional revenue from top-ups via Stripe integration for flexible scaling. It suits enterprises needing consistent identity checks.
License the skill as a white-label solution for other SaaS providers or industry-specific platforms (e.g., property rental sites, healthcare portals) to embed identity validation into their services. Revenue comes from licensing fees and a percentage of transaction fees, leveraging the skill's multi-country coverage to serve global clients without developing in-house verification systems.
💬 Integration Tip
Start by testing with the provided code examples using a sandbox API key, and ensure the id_number matches the country-specific format to avoid 400 errors.
Scored Jun 19, 2026
Local search/indexing CLI (BM25 + vectors + rerank) with MCP mode.
Use when designing database schemas, writing migrations, optimizing SQL queries, fixing N+1 problems, creating indexes, setting up PostgreSQL, configuring EF Core, implementing caching, partitioning tables, or any database performance question.
browse MongoDB Atlas Admin API specifications and execute operations (if credentials provided).
Run safe read-only queries against MySQL or PostgreSQL for data inspection, reporting, and troubleshooting. Use when the user asks to read tables, inspect schema, count rows, sample data, or export query results without modifying data.
Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.
PostgreSQL-based job queue with priority scheduling, batch claiming, and progress tracking. Use when building job queues without external dependencies. Triggers on PostgreSQL job queue, background jobs, task queue, priority queue, SKIP LOCKED.