{"x402Version":2,"payTo":"0x5bCDA55247B238a573A968B234F788a2D35664Dd","resources":[{"id":3196,"slug":"3196","resource":"https://eltociear-skill-audit.hf.space/headers","description":"Fetch a URL and grade its HTTP security headers (HSTS, CSP, X-Frame-Options, etc.)","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x5bCDA55247B238a573A968B234F788a2D35664Dd","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"grade":"B","headers":{"strict-transport-security":"max-age=63072000"},"missing":["content-security-policy"],"present":["strict-transport-security"],"score":70,"status":200,"url":"https://example.com"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"url":{"description":"URL to inspect","format":"uri","type":"string"}},"required":["url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"catalogue":{"discovery":"https://eltociear-skill-audit.hf.space/.well-known/x402","note":"Same x402 rail (USDC on Base), same payTo wallet, no account or API key. GET the discovery URL for the full route list and prices.","related":[{"covers":"on-chain and DeFi data, markets, FX, wallet and chain intel","discovery":"https://eltociear-tokenguard.hf.space/.well-known/x402","service":"tokenguard"},{"covers":"pre-interaction EVM contract and token risk check","discovery":"https://eltociear-contract-guard.hf.space/.well-known/x402","service":"contract-guard"}],"resources":"https://eltociear-skill-audit.hf.space/x402-resources"}},"tags":["bazaar","catalogue"],"sourceHost":"eltociear-skill-audit.hf.space","lastUpdated":"2026-09-17T03:49:06.863Z","quality":{"calls30d":5,"uniquePayers30d":4,"lastCalledAt":"2026-09-17T03:49:06.734Z"},"liveness":{},"verified":false,"featured":false},{"id":6686,"slug":"6686","resource":"https://eltociear-tokenguard.hf.space/hacks","description":"DeFi exploit/hack history — 574+ incidents sorted by funds lost with technique, chain, classification. Filter by minimum amount (DeFiLlama).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x5bCDA55247B238a573A968B234F788a2D35664Dd","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"limit":20},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"hacks":[{"amount_usd":624000000,"chains":["Ethereum"],"date":1647993600,"name":"Ronin Bridge","technique":"Compromised Private Keys"}],"total_hacks":574,"total_lost_usd":20000000000},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"limit":{"description":"Max hacks to return (default 20)","type":"integer"},"min_amount_usd":{"description":"Minimum funds lost in USD","type":"number"}},"required":[]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"catalogue":{"discovery":"https://eltociear-tokenguard.hf.space/.well-known/x402","note":"Same x402 rail (USDC on Base), same payTo wallet, no account or API key. GET the discovery URL for the full route list and prices.","related":[{"covers":"pre-interaction EVM contract and token risk check","discovery":"https://eltociear-contract-guard.hf.space/.well-known/x402","service":"contract-guard"},{"covers":"web data (read/crawl/search), MCP and agent-skill security scanning, developer supply chain","discovery":"https://eltociear-skill-audit.hf.space/.well-known/x402","service":"skill-audit"}],"resources":"https://eltociear-tokenguard.hf.space/x402-resources"}},"tags":["bazaar","catalogue"],"sourceHost":"eltociear-tokenguard.hf.space","lastUpdated":"2026-09-12T17:23:41.33Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-12T17:23:41.186Z"},"liveness":{},"verified":false,"featured":false},{"id":3197,"slug":"3197","resource":"https://eltociear-skill-audit.hf.space/llm/chat","description":"Run a chat completion against an open-weight 20B-class model — plain prompt in, text out, with automatic failover across independent inference backends so a single call still answers when any one provider is down or rate-limiting","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x5bCDA55247B238a573A968B234F788a2D35664Dd","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"prompt":"Summarise the EIP-3009 transferWithAuthorization flow in three sentences."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"answer":"EIP-3009 lets a holder sign an off-chain authorization…","provider":"llm7","usage":{"ms":740,"total_tokens":210}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"max_tokens":{"description":"1-4000 (default 800)","type":"integer"},"prompt":{"description":"The user prompt","type":"string"},"system":{"description":"Optional system instruction","type":"string"},"temperature":{"description":"0-2 (default 0.3)","type":"number"}},"required":["prompt"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"catalogue":{"discovery":"https://eltociear-skill-audit.hf.space/.well-known/x402","note":"Same x402 rail (USDC on Base), same payTo wallet, no account or API key. GET the discovery URL for the full route list and prices.","related":[{"covers":"on-chain and DeFi data, markets, FX, wallet and chain intel","discovery":"https://eltociear-tokenguard.hf.space/.well-known/x402","service":"tokenguard"},{"covers":"pre-interaction EVM contract and token risk check","discovery":"https://eltociear-contract-guard.hf.space/.well-known/x402","service":"contract-guard"}],"resources":"https://eltociear-skill-audit.hf.space/x402-resources"}},"tags":["bazaar","catalogue"],"sourceHost":"eltociear-skill-audit.hf.space","lastUpdated":"2026-08-19T22:56:03.469Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-19T22:56:03.241Z"},"liveness":{},"verified":false,"featured":false}]}