{"x402Version":2,"payTo":"0xe2433f056f953b7d4c946cffb1201d2e9601eabf","resources":[{"id":3481,"slug":"3481","resource":"https://x402-hono-api.inraby.workers.dev/api/v1/secret-scan","description":"Secret scan for exposed API keys, tokens, passwords, and credentials in text — returns redacted output without exposing matched secret values. Ideal for agent pre-flight checks before sharing config or logs.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe2433f056f953b7d4c946cffb1201d2e9601eabf","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"text":"api_token=not-a-real-secret-value"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"findings":[{"occurrenceCount":1,"rule":"GENERIC_API_TOKEN"}],"redactedText":"api_token=[REDACTED]","status":"secrets_detected"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"text":{"description":"Text to scan for exposed secrets and credentials","type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"findings":{"type":"array"},"redactedText":{"type":"string"},"status":{"enum":["clean","secrets_detected"]}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"x402-hono-api.inraby.workers.dev","lastUpdated":"2026-09-11T16:03:47.386Z","quality":{"calls30d":4,"uniquePayers30d":3,"lastCalledAt":"2026-09-11T16:03:46.501Z"},"liveness":{},"verified":false,"featured":false},{"id":3483,"slug":"3483","resource":"https://x402-hono-api.inraby.workers.dev/api/v1/cve-lookup","description":"CVE lookup and vulnerability search — resolve a CVE ID via OSV and return summary, severity, affected packages, and references for agent triage.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe2433f056f953b7d4c946cffb1201d2e9601eabf","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"cveId":"CVE-2021-44228"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"affectedPackages":[{"ecosystem":"Maven","name":"log4j-core","versions":["2.14.1"]}],"cveId":"CVE-2021-44228","issues":[],"references":["https://nvd.nist.gov/vuln/detail/CVE-2021-44228"],"severity":"CVSS_V3:10.0","status":"found","summary":"Apache Log4j2 remote code execution via JNDI injection"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"cveId":{"description":"CVE identifier (CVE-2021-44228)","type":"string"}},"required":["cveId"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"affectedPackages":{"type":"array"},"cveId":{"type":"string"},"issues":{"items":{"type":"string"},"type":"array"},"references":{"items":{"type":"string"},"type":"array"},"severity":{"nullable":true,"type":"string"},"status":{"enum":["found","not_found","invalid"]},"summary":{"nullable":true,"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"x402-hono-api.inraby.workers.dev","lastUpdated":"2026-09-14T19:47:51.627Z","quality":{"calls30d":3,"uniquePayers30d":2,"lastCalledAt":"2026-09-14T19:47:51.419Z"},"liveness":{},"verified":false,"featured":false},{"id":3482,"slug":"3482","resource":"https://x402-hono-api.inraby.workers.dev/api/v1/dns-email-security-audit","description":"DNS email security audit — SPF, DMARC, DKIM, BIMI, and MTA-STS check for domain spoofing and deliverability risk. Agent-friendly dns email security screen at micropayment pricing.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe2433f056f953b7d4c946cffb1201d2e9601eabf","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"4500","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"domain":"example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"domain":"example.com","findings":[{"evidence":"v=DMARC1; p=none; rua=mailto:dmarc@example.com","message":"DMARC policy is p=none and does not enforce spoofing protection","rule":"DMARC_POLICY_NONE","severity":"medium"}],"recommendations":["Set DMARC p=quarantine or p=reject after monitoring with p=none."],"records":{"bimi":[],"dkim":[],"dmarc":["v=DMARC1; p=none; rua=mailto:dmarc@example.com"],"mtaSts":[],"mx":["10 mail.example.com"],"spf":["v=spf1 include:_spf.example.com -all"]},"riskScore":45,"status":"needs_remediation"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"domain":{"description":"Domain to audit (example.com)","type":"string"}},"required":["domain"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"domain":{"type":"string"},"findings":{"items":{"properties":{"evidence":{"type":"string"},"message":{"type":"string"},"rule":{"type":"string"},"severity":{"enum":["low","medium","high","critical"]}},"type":"object"},"type":"array"},"recommendations":{"items":{"type":"string"},"type":"array"},"records":{"properties":{"bimi":{"items":{"type":"string"},"type":"array"},"dkim":{"items":{"type":"string"},"type":"array"},"dmarc":{"items":{"type":"string"},"type":"array"},"mtaSts":{"items":{"type":"string"},"type":"array"},"mx":{"items":{"type":"string"},"type":"array"},"spf":{"items":{"type":"string"},"type":"array"}},"type":"object"},"riskScore":{"maximum":100,"minimum":0,"type":"number"},"status":{"enum":["pass","needs_remediation"]}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"x402-hono-api.inraby.workers.dev","lastUpdated":"2026-08-27T19:37:44.036Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-27T19:37:43.247Z"},"liveness":{},"verified":false,"featured":false},{"id":3484,"slug":"3484","resource":"https://x402-hono-api.inraby.workers.dev/api/v1/repo-security-bundle","description":"Combined repo security scan — secret scan, GitHub Actions workflow exposure check, and dependency manifest CVE review in one agent call for CI pre-commit and supply-chain triage.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe2433f056f953b7d4c946cffb1201d2e9601eabf","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"40000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"manifestText":"{\"dependencies\":{\"lodash\":\"4.17.15\"}}","text":"api_token=not-a-real-secret","workflowYaml":"name: CI\non: pull_request_target:\npermissions: write-all\n"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"findings":[{"id":"GHA_PULL_REQUEST_TARGET","severity":"critical","source":"github-actions","title":"pull_request_target workflow trigger"}],"recommendations":["Avoid pull_request_target unless strictly required."],"riskScore":85,"scansRun":["secret-scan","github-actions-secret-exposure-scan","dependency-cve-scan"],"status":"high_risk"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"manifestText":{"description":"Optional package.json, lockfile, or yarn.lock contents","type":"string"},"text":{"description":"Optional text/config to scan for secrets","type":"string"},"workflowYaml":{"description":"Optional GitHub Actions workflow YAML","type":"string"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"findings":{"type":"array"},"recommendations":{"items":{"type":"string"},"type":"array"},"riskScore":{"type":"number"},"scansRun":{"items":{"type":"string"},"type":"array"},"status":{"enum":["clean","needs_review","high_risk"]}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"x402-hono-api.inraby.workers.dev","lastUpdated":"2026-08-27T19:38:00.811Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-27T19:38:00.684Z"},"liveness":{},"verified":false,"featured":false},{"id":3485,"slug":"3485","resource":"https://x402-hono-api.inraby.workers.dev/api/v1/sanctions-screen","description":"Sanctions screen for names, entities, and crypto wallet addresses against a curated OFAC SDN subset. Returns match status and risk level for agent AML and compliance workflows.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xe2433f056f953b7d4c946cffb1201d2e9601eabf","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"query":"Tornado Cash"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"disclaimer":"Rapid screen against a curated OFAC SDN subset for agent workflows.","matchCount":1,"matches":[{"id":"sdn-tornado-cash","matchScore":100,"name":"Tornado Cash","programs":["CYBER2"],"type":"entity"}],"query":"Tornado Cash","queryType":"name","riskLevel":"high","screeningSource":"ofac-sdn-curated-subset","status":"match"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"query":{"description":"Person name, entity name, or Ethereum wallet address (0x...)","type":"string"}},"required":["query"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"disclaimer":{"type":"string"},"matchCount":{"type":"number"},"matches":{"type":"array"},"query":{"type":"string"},"queryType":{"enum":["wallet","name"]},"riskLevel":{"enum":["none","low","high"]},"screeningSource":{"type":"string"},"status":{"enum":["clear","match","potential_match"]}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"x402-hono-api.inraby.workers.dev","lastUpdated":"2026-08-27T19:37:56.396Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-27T19:37:55.314Z"},"liveness":{},"verified":false,"featured":false}]}