Skip to main content

agent-ready-cloudflare

Audits websites for AI agent readiness using Cloudflare's scanner, generating actionable reports and implementation prompts.

Install this skill

or
32/100

Security score

The agent-ready-cloudflare skill was audited on Jun 14, 2026 and we found 64 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 39

Curl to non-GitHub URL

SourceSKILL.md
39curl -s -X POST 'https://isitagentready.com/api/scan' \
low line 16

External URL reference

SourceSKILL.md
16source: https://isitagentready.com
low line 39

External URL reference

SourceSKILL.md
39curl -s -X POST 'https://isitagentready.com/api/scan' \
low line 42

External URL reference

SourceSKILL.md
42-H 'Referer: https://isitagentready.com/' \
low line 43

External URL reference

SourceSKILL.md
43-H 'Origin: https://isitagentready.com' \
low line 44

External URL reference

SourceSKILL.md
44-d '{"url":"https://DOMAIN/","enabledChecks":["robotsTxt","sitemap","linkHeaders","dnsAid","markdownNegotiation","robotsTxtAiRules","contentSignals","webBotAuth","apiCatalog","oauthDiscovery","oauthPr
low line 58

External URL reference

SourceSKILL.md
58> **Link:** [View online](https://isitagentready.com/{domain})
low line 116

External URL reference

SourceSKILL.md
116Skill: https://isitagentready.com/.well-known/agent-skills/{skill-folder}/SKILL.md
low line 194

External URL reference

SourceSKILL.md
194POST https://isitagentready.com/api/scan
low line 202

External URL reference

SourceSKILL.md
202Referer: https://isitagentready.com/
low line 203

External URL reference

SourceSKILL.md
203Origin: https://isitagentready.com
low line 210

External URL reference

SourceSKILL.md
210"url": "https://example.com/",
low line 232

External URL reference

SourceSKILL.md
232https://isitagentready.com/mcp
low line 260

External URL reference

SourceSKILL.md
260"url": "https://example.com",
low line 275

External URL reference

SourceSKILL.md
275"specUrls": ["https://..."],
low line 276

External URL reference

SourceSKILL.md
276"skillUrl": "https://isitagentready.com/.well-known/agent-skills/.../SKILL.md"
low line 344

External URL reference

SourceSKILL.md
344"Referer": "https://isitagentready.com/",
low line 345

External URL reference

SourceSKILL.md
345"Origin": "https://isitagentready.com"
low line 353

External URL reference

SourceSKILL.md
353body = json.dumps({"url": f"https://{domain}/", "enabledChecks": CHECKS}).encode()
low line 354

External URL reference

SourceSKILL.md
354req = urllib.request.Request("https://isitagentready.com/api/scan",
low line 428

External URL reference

SourceSKILL.md
428Skill: https://isitagentready.com/.well-known/agent-skills/robots-txt/SKILL.md
low line 430

External URL reference

SourceSKILL.md
430Docs: https://www.rfc-editor.org/rfc/rfc9309
low line 444

External URL reference

SourceSKILL.md
444Skill: https://isitagentready.com/.well-known/agent-skills/sitemap/SKILL.md
low line 446

External URL reference

SourceSKILL.md
446Docs: https://www.sitemaps.org/protocol.html
low line 460

External URL reference

SourceSKILL.md
460Skill: https://isitagentready.com/.well-known/agent-skills/link-headers/SKILL.md
low line 462

External URL reference

SourceSKILL.md
462Docs: https://www.rfc-editor.org/rfc/rfc8288, https://www.rfc-editor.org/rfc/rfc9727#section-3
low line 476

External URL reference

SourceSKILL.md
476Skill: https://isitagentready.com/.well-known/agent-skills/markdown-negotiation/SKILL.md
low line 478

External URL reference

SourceSKILL.md
478Docs: https://developers.cloudflare.com/fundamentals/reference/markdown-for-agents/
low line 492

External URL reference

SourceSKILL.md
492Skill: https://isitagentready.com/.well-known/agent-skills/ai-rules/SKILL.md
low line 494

External URL reference

SourceSKILL.md
494Docs: https://www.rfc-editor.org/rfc/rfc9309, https://developers.cloudflare.com/ai-crawl-control/
low line 509

External URL reference

SourceSKILL.md
509Skill: https://isitagentready.com/.well-known/agent-skills/content-signals/SKILL.md
low line 511

External URL reference

SourceSKILL.md
511Docs: https://contentsignals.org/, https://datatracker.ietf.org/doc/draft-romm-aipref-contentsignals/
low line 525

External URL reference

SourceSKILL.md
525Skill: https://isitagentready.com/.well-known/agent-skills/web-bot-auth/SKILL.md
low line 527

External URL reference

SourceSKILL.md
527Docs: https://datatracker.ietf.org/wg/webbotauth/about/, https://developers.cloudflare.com/bots/reference/bot-verification/web-bot-auth/
low line 541

External URL reference

SourceSKILL.md
541Skill: https://isitagentready.com/.well-known/agent-skills/api-catalog/SKILL.md
low line 543

External URL reference

SourceSKILL.md
543Docs: https://www.rfc-editor.org/rfc/rfc9727, https://www.rfc-editor.org/rfc/rfc9264
low line 557

External URL reference

SourceSKILL.md
557Skill: https://isitagentready.com/.well-known/agent-skills/oauth-discovery/SKILL.md
low line 559

External URL reference

SourceSKILL.md
559Docs: http://openid.net/specs/openid-connect-discovery-1_0.html, https://www.rfc-editor.org/rfc/rfc8414
low line 573

External URL reference

SourceSKILL.md
573Skill: https://isitagentready.com/.well-known/agent-skills/oauth-protected-resource/SKILL.md
low line 575

External URL reference

SourceSKILL.md
575Docs: https://www.rfc-editor.org/rfc/rfc9728
low line 589

External URL reference

SourceSKILL.md
589Skill: https://isitagentready.com/.well-known/agent-skills/mcp-server-card/SKILL.md
low line 605

External URL reference

SourceSKILL.md
605Skill: https://isitagentready.com/.well-known/agent-skills/agent-skills/SKILL.md
low line 607

External URL reference

SourceSKILL.md
607Docs: https://github.com/cloudflare/agent-skills-discovery-rfc, https://agentskills.io/
low line 621

External URL reference

SourceSKILL.md
621Skill: https://isitagentready.com/.well-known/agent-skills/webmcp/SKILL.md
low line 623

External URL reference

SourceSKILL.md
623Docs: https://webmachinelearning.github.io/webmcp/, https://developer.chrome.com/blog/webmcp-epp
low line 637

External URL reference

SourceSKILL.md
637Skill: https://isitagentready.com/.well-known/agent-skills/x402/SKILL.md
low line 639

External URL reference

SourceSKILL.md
639Docs: https://x402.org, https://github.com/coinbase/x402, https://docs.x402.org
low line 653

External URL reference

SourceSKILL.md
653Skill: https://isitagentready.com/.well-known/agent-skills/ucp/SKILL.md
low line 655

External URL reference

SourceSKILL.md
655Docs: https://ucp.dev/specification/overview/
low line 669

External URL reference

SourceSKILL.md
669Skill: https://isitagentready.com/.well-known/agent-skills/acp/SKILL.md
low line 671

External URL reference

SourceSKILL.md
671Docs: https://agenticcommerce.dev, https://github.com/agentic-commerce-protocol/agentic-commerce-protocol/pull/137
low line 685

External URL reference

SourceSKILL.md
685Skill: https://isitagentready.com/.well-known/agent-skills/a2a-agent-card/SKILL.md
low line 687

External URL reference

SourceSKILL.md
687Docs: https://a2a-protocol.org/latest/specification/, https://a2a-protocol.org/latest/topics/agent-discovery/
low line 701

External URL reference

SourceSKILL.md
701Skill: https://isitagentready.com/.well-known/agent-skills/dns-aid/SKILL.md
low line 703

External URL reference

SourceSKILL.md
703Docs: https://datatracker.ietf.org/doc/draft-mozleywilliams-dnsop-dnsaid/, https://www.rfc-editor.org/info/rfc9460
low line 717

External URL reference

SourceSKILL.md
717Skill: https://isitagentready.com/.well-known/agent-skills/auth-md/SKILL.md
low line 719

External URL reference

SourceSKILL.md
719Docs: https://auth-md.com
low line 733

External URL reference

SourceSKILL.md
733Skill: https://isitagentready.com/.well-known/agent-skills/mpp/SKILL.md
low line 735

External URL reference

SourceSKILL.md
735Docs: https://mpp.dev, https://paymentauth.org/draft-payment-discovery-00.txt
low line 749

External URL reference

SourceSKILL.md
749Skill: https://isitagentready.com/.well-known/agent-skills/llms-txt/SKILL.md
low line 751

External URL reference

SourceSKILL.md
751Docs: https://llmstxt.org/
low line 765

External URL reference

SourceSKILL.md
765Skill: https://isitagentready.com/.well-known/agent-skills/llms-full-txt/SKILL.md
low line 767

External URL reference

SourceSKILL.md
767Docs: https://llmstxt.org/
low line 781

External URL reference

SourceSKILL.md
781Docs: https://ap2-protocol.org/
Scanned on Jun 14, 2026
View Security Dashboard
Installation guide →