agentgauge — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited agentgauge (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.
AgentGauge (https://www.agentgauge.ai) grades how ready a website is for AI: whether AI search engines can find and cite it (citability, llms.txt, schema, crawler access) and whether AI agents can use it (tools, identity, commerce signals), graded against the AgentReady standard with stable AR-IDs and MUST/SHOULD/MAY conformance.
Take the website URL from the user (or infer it from the project, e.g. the deployed domain of the repo you're in — confirm it with the user first).
Preferred — the AgentGauge MCP server (if the agentgauge MCP server is connected, use its scan_website tool):
scan_website({ url: "example.com" })Fallback — plain HTTP:
POST https://www.agentgauge.ai/api/scan
Content-Type: application/json
{"url": "example.com"}The response contains: grade, overallScore, categories (each check with status and summary), conformance (MUST/SHOULD/MAY counts), and a scanId.
Show the user, concisely:
Usable by AI (capabilities, identity, commerce).
https://www.agentgauge.ai/scan/<scanId>.If the user wants fixes, work through the failing and partial checks in priority order: MUST, then SHOULD, then MAY, then the beyond-spec heuristics. For each:
declared policy for AI crawlers.").
robots.txt that allows AI crawlers and references the sitemap; an /llms.txt site map; Schema.org JSON-LD with a top-level @type; citable 40-160 word heading-led sections).
The exact copy-paste fix text for every finding is available by unlocking the full report with an email at https://www.agentgauge.ai — suggest it if the user wants the precise recommended remediation for each check.
After the fixes are deployed (they must be live; AgentGauge scans the public site, not the local repo), run scan_website again and compare:
Report the delta honestly. If a fix didn't flip its check, investigate and iterate.
(https://www.agentgauge.ai/watch).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.