+ security-compliance-check

> Security compliance check

// Performs compliance and security checks on contracts, wallets, or transactions

securitycomplianceamlverification

Performs compliance and security checks on contracts, wallets, or transactions. Agents can request it by capability ID security.compliance_check, or by plain intent — EntRoute resolves phrases like “compliance check”, “security check” and “aml check” to this capability.

EntRoute currently lists 10+ endpoints from 4 providers for security.compliance_check, priced at $0.001 per call, settled in USDC on Base. The quickest responds in about 14ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.

// aliases.json

These phrases resolve to this capability with intent-based discovery.

"compliance check" "security check" "aml check" "sanctions check"
// discover.sh
curl -X POST https://api.entroute.com/discover \
  -H "Content-Type: application/json" \
  -d '{"capability_id": "security.compliance_check"}'
// endpoints.json
10 results
$0.0010
https://402oracle.com/verify/freshness
success: 100%
latency: 14ms
$0.0010
https://api.agentx402.ai/v1/kv/u3%3Averify
success: 100%
latency: 17ms
$0.0010
https://x402.freeq.one/tools/wallet_verify_nostr
success: 100%
latency: 33ms
$0.0010
https://402oracle.com/verify/business
success: 100%
latency: 38ms
https://email-verify-api-production-d262.up.railway.app/domain-check
success: 100%
latency: 41ms
$0.0010
https://x402.freeq.one/tools/verify_batch
success: 100%
latency: 47ms
https://email-verify-api-production-d262.up.railway.app/bulk-verify
success: 100%
latency: 53ms
$0.0010
https://402oracle.com/verify/price
success: 100%
latency: 59ms
$0.0010
https://402oracle.com/verify/business/batch
success: 100%
latency: 61ms
$0.0010
https://x402.freeq.one/tools/verify_worldid
success: 100%
latency: 72ms
// integrate.md

Use this capability in your agent or application:

// faq

Frequently asked questions about Security compliance check

How much does a security compliance check API call cost?

Endpoints listed for security.compliance_check on EntRoute are priced at $0.001 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.

How do AI agents pay for security compliance check endpoints?

Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.

How many providers offer security compliance check?

10+ endpoints are currently listed for security.compliance_check across 4 providers. That number moves as endpoints are added and as failing ones are demoted.

Are these security compliance check endpoints verified?

Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.