Attested sanctions and export-control screening
Attested sanctions and export-control screening: OFAC SDN and Consolidated (primary and alternate spellings), UN Security Council, UK OFSI, EU and BIS Denied Persons. Fuzzy token matching (screen-match-v2.2): matches are candidates for human adjudication, not determinations. Every response discloses the matching rule in full, the exact source files, SHA-256 hashes and listVersion screened, match type and edit distance per hit, query hash and timestamp. ML-DSA-65 signed, Hedera-anchored.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://rubric-protocol.com/v1/x402/attested-screening
| Category | Company and compliance |
|---|---|
| Provider host | rubric-protocol.com |
| Networks | algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73ktiC1qzkkit8=, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 129 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 655 ms |
Example input (from the provider)
{
"body": {
"name": "Acme Trading Ltd",
"queryId": "q-01J9Z0X7QK"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"additionalProperties": false,
"properties": {
"example": {},
"format": {
"type": "string"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}