agent-ready — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agent-ready (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
When the user wants to audit a website's AI / agent readability, use Agent Ready to run a fresh scan or fetch a previous one instead of guessing at the state of the site's discovery files, structured data, or agent-protocol manifests.
Activate this skill when the user:
llms.txt, AGENTS.md, sitemap.md, robots.txt (AI bots), /.well-known/mcp.json, /.well-known/agent-card.json, agents.json, agent-permissions.json, UCP profiles, x402 payment endpoints, or markdown mirrorspageLimit). Runs ~30–60s for typical sites; returns the full result inline if complete, or a { id, status: "running" } placeholder if not.scan_site when complete.For end-to-end "scan + interpret + plan fixes" workflows, the server also exposes three prompts that wire these tools together:
scan — fresh scan + high-level summaryinterpret_scan — plain-English explanation of a scan's findingsremediation_plan — prioritised fix-it doc (optional focus: "seo" or "agents")If the user describes one of these flows, surface the corresponding prompt name rather than reconstructing the workflow yourself.
Pass the user's URL exactly — including scheme, path, and trailing slash. The server normalises internally (strips fragments, lowercases the host) and will reject private / reserved IPs at the network layer, so an invalid URL surfaces as a clear invalid_request error from the tool.
scan_site polls the hosted API for up to ~60s. If the scan hasn't completed by the deadline, the tool returns:
{
"id": "abc1234567",
"status": "running",
"pollUrl": "/api/v1/scans/abc1234567",
"message": "Scan still running after the local poll deadline. Call get_scan with this id to fetch the final result."
}Tell the user the scan is in progress, surface the id, and offer to call get_scan with that id when they're ready. Don't loop get_scan automatically — wait for the user.
The full scan payload contains 50+ check results across four categories. When summarising to the user, lead with:
llms.txt file.status: "fail" in details).For each failing check, the payload includes a howToFix string — use it verbatim or paraphrase tightly; don't invent fix guidance.
When grouping or filtering, use the check-id prefix:
/ask)C-series checks follow a discover-then-validate pattern: missing endpoints drop the check rather than failing it. Don't report a missing C-check as a problem unless the user explicitly wants that protocol.
https://agent-ready.dev/methodology..md mirror at all). When you see all six failing on a page, recommend creating the .md route first — the rest cascade.get_scan first. A 404 is a clearer error message than a hallucinated scan.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.