AgentStack
SKILL verified MIT Self-run

Openapi Trust

skill-openapi-openapi-skills-openapi-trust · by openapi

Verify data validity through Openapi Trust - email deliverability, mobile number HLR checks, IP reputation, URL safety scans, document-based identity verification (IDV). Use for anti-fraud validation of user-provided contact data and identities.

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-openapi-openapi-skills-openapi-trust

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Openapi Trust? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Openapi Trust

Base URL: https://trust.openapi.com — validity and trustworthiness checks to prevent fraud and bad data on your platform.

Authentication: Bearer token — see the openapi-auth skill.

All checks are async: POST creates the request (returns an id), GET //{id} retrieves the result. A callback URL can be supplied instead of polling.

Data checks

| Check | Create | Retrieve | |---|---|---| | Email (basic) | POST /email-start/{email} | GET /email-start/{id} | | Email (advanced) | POST /email-advanced/{email} | GET /email-advanced/{id} | | Mobile HLR (basic) | POST /mobile-start/{number} | GET /mobile-start/{id} | | Mobile (advanced) | POST /mobile-advanced/{number} | GET /mobile-advanced/{id} | | IP analysis | POST /ip-advanced/{ip} | GET /ip-advanced/{id} | | URL scan | POST /url-advanced/{url} | GET /url-advanced/{id} |

Identity verification (IDV)

Three levels, each POST to create and GET /{id} to retrieve: idv-flash-start, idv-flash-advanced, idv-expert. Captured artifacts are downloadable per request: GET //{id}/front, /back, and (advanced/expert) /face.

IDV processes personal identity documents — handle results under GDPR, never store them in the repo.

Example

curl -s -X POST "https://trust.openapi.com/email-start/someone@example.com" \
  -H "Authorization: Bearer $OPENAPI_TOKEN"

Full spec: https://console.openapi.com/oas/en/trust.openapi.json

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.