{"uid":"cap_jX_inhGD_Up6KSMVbISJZ","slug":"skill-audit-api-110f0499","name":"Skill-Audit API","description":"Crawl a site from a start URL (same-domain, breadth-first) and return each page as clean Markdown","url":"https://eltociear-skill-audit.hf.space/crawl","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Start URL"},"max_pages":{"type":"integer","description":"1-10 pages to fetch (default 5)"},"include_links":{"type":"boolean","description":"Keep hyperlinks (default true)"}}},"responseSchema":{"type":"json","example":{"ok":5,"pages":[{"url":"https://example.com/docs","depth":0,"title":"Docs","markdown":"# Docs…","word_count":800}],"start_url":"https://example.com/docs","pages_fetched":5}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_salJFoZBHQW6AQPW8qD1H","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Crawls a URL and detects malicious or suspicious patterns in AI agent skills and plugins by analyzing fetched page content.","exampleAgentPrompt":"Can you audit this AI plugin for me and check if it contains any malicious patterns or suspicious behavior? Here's the URL: https://example.com/plugin/manifest.json","exampleUseCases":[{"title":"Vetting a third-party agent plugin","prompt":"Before I install this plugin into my AI agent, can you crawl https://some-plugin-marketplace.com/plugin/data-fetcher and check if it has any malicious or suspicious patterns I should worry about?"},{"title":"Security review before marketplace listing","prompt":"I'm about to publish a new AI skill to our marketplace — can you scan https://myapp.com/skills/summarizer and flag any dangerous behaviors or prompt injection risks?"},{"title":"Automated safety check in CI pipeline","prompt":"As part of our deployment process, audit https://staging.internal/agent-skills/finance-tool to detect any malicious patterns before we push it to production."}],"resultDescription":"Returns a JSON object containing the number of pages successfully crawled (ok), the start URL, the count of pages fetched, and an array of page objects each with URL, depth, title, markdown content, and word count — allowing downstream analysis of crawled skill/plugin content for malicious patterns.","failureModes":["Target URL is unreachable or returns a non-200 status, resulting in empty pages array","URL points to non-HTML content (e.g. binary file) that cannot be parsed into markdown","Rate limiting or bot-blocking by the target server prevents crawling","Payment failure via x402 micropayment protocol causes request rejection","Malformed URL input causes crawl to fail immediately","Deep or large sites may exceed crawl limits, returning partial results"],"whenToPreferThis":"Choose this endpoint when you need to programmatically audit an AI agent skill, plugin, or extension URL for malicious content, prompt injection, or suspicious behavioral patterns before deployment or installation. It is particularly well-suited for security-conscious agent pipelines, CI/CD validation flows, or marketplace vetting workflows where automated safety checks on third-party tools are required.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:40:49.124Z","isFirstParty":false}