scan.openverbs.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 34/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Endpoints
| Endpoint | Price | Currency |
|---|---|---|
https://scan.openverbs.com/v1/detect
|
0.004 | USDC |
https://scan.openverbs.com/v1/redact
|
0.004 | USDC |
https://scan.openverbs.com/v1/secrets
|
0.004 | USDC |
0xb3f4de103f34b99f0da19b4f16d6b53a14c2194a · basescan ↗
| Agent card | https://scan.openverbs.com |
| Provider | https://scan.openverbs.com |
| Docs | https://scan.openverbs.com |
Health · last 0 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/scan.openverbs.com) [](https://agenstry.com/agents/scan.openverbs.com) [](https://agenstry.com/agents/scan.openverbs.com) [](https://agenstry.com/agents/scan.openverbs.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"_source": "agentic.market",
"service": {
"id": "scan-openverbs-com",
"name": "scan.openverbs.com",
"description": "",
"domain": "scan.openverbs.com",
"provider": "scan.openverbs.com",
"providerUrl": "",
"category": "",
"networks": [
"Base"
],
"enriched": false,
"endpoints": [
{
"url": "https://scan.openverbs.com/v1/detect",
"description": "Find personally identifiable information in a text blob: emails, phone numbers, credit cards (Luhn-validated), IBANs (mod-97 validated), IPv4/IPv6 addresses, US SSNs and JWTs. Returns every match with its type and character offsets, plus per-type counts. Validated \u2014 not just pattern-matched \u2014 to keep false positives low. Fully offline.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "types",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Detect PII",
"tags": [
"detect pii",
"pii detection api",
"find personal data",
"privacy data scanner",
"identify sensitive text"
],
"quality": {
"l30DaysTotalCalls": "5",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://scan.openverbs.com/v1/redact",
"description": "Return the input text with every detected PII span replaced. `mode` controls the replacement: \"label\" (default) \u2192 `[EMAIL]`; \"mask\" \u2192 the value covered with a mask character; \"hash\" \u2192 `[EMAIL:1a2b3c4d]`, a stable per-value fingerprint so equal values stay linkable without exposing them. Same validated detectors as `/detect`. Fully offline.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "mode",
"type": "string",
"description": "",
"example": "label",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "text",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
},
{
"group": "body",
"name": "types",
"type": "array",
"description": "",
"example": [],
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Redact PII",
"tags": [
"redact pii",
"pii redaction api",
"mask personal data",
"anonymize sensitive text",
"remove private information"
],
"quality": {
"l30DaysTotalCalls": "5",
"l30DaysUniquePayers": "1"
}
},
{
"url": "https://scan.openverbs.com/v1/secrets",
"description": "Scan source code or configuration text for hardcoded secrets: AWS access keys, GitHub/Slack/Google tokens, Stripe and OpenAI keys, PEM private-key blocks, JWTs and high-entropy secret assignments. Placeholder values are filtered out. Each finding gives the rule, a severity (critical/high/medium/low), line and column, entropy and a masked excerpt. Offline and deterministic.",
"pricing": {
"amount": "0.004",
"currency": "USDC",
"network": "eip155:8453",
"scheme": "exact",
"maxAmount": "",
"minAmount": ""
},
"method": "POST",
"providerName": "",
"parameters": [
{
"group": "body",
"name": "content",
"type": "string",
"description": "",
"example": "example",
"enumValues": [],
"default": null,
"required": false
}
],
"serviceName": "Scan text for leaked secrets",
"tags": [
"scan for secrets",
"detect leaked credentials",
"api key scanner",
"find hardcoded tokens",
"secret leak detection"
],
"quality": {
"l30DaysTotalCalls": "3",
"l30DaysUniquePayers": "1"
}
}
],
"integrationType": "",
"isNew": false,
"priceSummary": {
"minAmount": "0.004",
"maxAmount": "0.004",
"avgCostPerTransaction": "0.004",
"avgCostBasis": "exact",
"currency": "USDC"
},
"serviceName": "",
"tags": [
"detect pii",
"pii detection api",
"find personal data",
"privacy data scanner",
"identify sensitive text",
"redact pii",
"pii redaction api",
"mask personal data",
"anonymize sensitive text",
"remove private information",
"scan for secrets",
"detect leaked credentials",
"api key scanner",
"find hardcoded tokens",
"secret leak detection"
],
"iconUrl": ""
}
}