CanAgentUse tools

UCP Suite

Validate Universal Commerce Protocol discovery, then test product search, carts, checkout links, and merchant handoff flows.

MCP Playground

Connect to remote MCP servers, inspect tools and resources, test prompts, auth, headers, notifications, and JSON-RPC responses.

A2A Playground

Inspect Agent Cards, validate advertised endpoints, and prepare safe requests for agent-to-agent workflows.

Agent Website Viewer

Enter a public URL and see the roles, names, landmarks, controls, and blockers that shape how AI agents understand the page.

SCANNED
Jun 20, 2026, 10:31 PM
VISIBILITY
Public
Rescan Report
Share Report
Copy Report Link
Export Report
59/100

OVERALL SCORE

Level 3, Bot-Aware

Moderate readiness for AI agents
AIDiscoverability69%Agent Easeof Use55%Security& Trust69%GEO, AIO, AEO59%SEO85%Performance64%Accessibility0%
  • AI Discoverability 69 out of 100
  • Agent Ease of Use 55 out of 100
  • Security & Trust 69 out of 100
  • GEO, AIO and AEO 59 out of 100
  • SEO 85 out of 100
  • Performance 64 out of 100
  • Accessibility 0 out of 100

CAPTURED SCREENSHOT

Captured website desktop screenshot

What AI sees of your website

Introduction - Gogs: A painless self-hosted Git service favicon

Introduction - Gogs: A painless self-hosted Git service

The painless way to host your own Git service

Open Agent View

Next step

Turn this report into a fix workflow

2 failed checks are ready to move into MCP or CLI remediation. Generate a repair prompt, connect the scanner to your coding agent, or open the integration docs before your next rescan.

Fix with MCP / CLI
Detailed report scores grouped by capability area
MetricScoreStatusPassedFailedWarningEvidence
AI Discoverability
69
Needs work3200
Discoverability
82
Mostly ready900
Content Readiness
69
Needs work2000
Bot Access Control
58
Needs work300
Agent Ease of Use
55
Needs work1440View details
API
67
Needs work200
Auth
48
Priority fix100
MCP
45
Priority fix200
Skill Discovery
61
Needs work940View details
GEO, AIO and AEO
59
Needs work922View details
GEO Readiness
Not Applicable
Not Applicable300
AIO Readiness
Not Applicable
Not Applicable400
AEO Readiness
42
Priority fix222View details
SEO
85
Mostly ready800
SEO
85
Mostly ready800
Security & Trust
69
Needs work1700
Security & Trust
69
Needs work1700
Performance
64
Needs work1400
Performance
64
Needs work1400

Prioritized recommendations

Issues ranked by score impact

6 items need attention

Agent Ease of UseSkill DiscoveryEmerging recommendation

A2A Agent Card

A2A Agent Card failed at "Validate version-specific card shape".

21 Fail

Needs attention

A2A Agent Card

Failed check
01

Issue

A2A Agent Card is missing required fields, contains invalid URLs, or exposes unsafe public metadata.

Details

02

Why it matters

A2A Agent Cards provide protocol-specific discovery for agent identity, skills, input and output modes, transport bindings, capabilities, and security requirements. Legacy A2A also used /.well-known/agent.json, so scanners must classify the card shape before reporting readiness.

Check name

A2A Agent Card

Score

58/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish a version-appropriate A2A Agent Card so A2A-compatible clients can discover agent skills and invoke the declared endpoint safely.

Result

A2A Agent Card failed at "Validate version-specific card shape".

Validation steps

  1. Validate version-specific card shape

    A2A Agent Card is missing required fields, contains invalid URLs, or exposes unsafe public metadata.

    Missing required fields
    • description
    Invalid skills
    • #0 (gogs): tags[]
  2. Probe same-origin A2A endpoint

    The same-origin A2A endpoint did not return a valid A2A Message, Task, or authentication challenge.

Evidence log2 steps · 9 lines
Validate version-specific card shape [fail]! A2A Agent Card is missing required fields, contains invalid URLs, or exposes unsafe public metadata.INFOValidate version-specific card shapeFAILCompare missing required card fields actual=["description"] expected="none"FAILCheck every declared A2A skill has required name, description, and endpoint fields actual=1 expected=0 invalidSkills=[{"index":0,"id":"gogs","issues":["tags[]"]}]INFOReview declared endpoint interfaces interfaces=[{"url":"https://gogs.io/","protocolBinding":"HTTP+JSON","issues":[]}]FAILA2A Agent Card is missing required fields, contains invalid URLs, or exposes unsafe public metadata.Probe same-origin A2A endpoint [fail]! The same-origin A2A endpoint did not return a valid A2A Message, Task, or authentication challenge.INFOProbe same-origin A2A endpointINFOProbe same-origin A2A endpoint when scanner policy allows itFAILA2A endpoint probe did not validate url="https://gogs.io/message:send" statusCode=404FAILThe same-origin A2A endpoint did not return a valid A2A Message, Task, or authentication challenge.

Agent Ease of UseSkill DiscoveryEmerging recommendation

Agent Skills index

Agent Skills index failed at "Validate skill content".

15 Fail

Needs attention

Agent Skills index

Failed check
01

Issue

SKILL.md frontmatter is malformed or incomplete.

Details

02

Why it matters

An Agent Skills index lets agents discover task-specific instructions through a small trusted index, then verify and load only the skill artifacts they need.

Check name

Agent Skills index

Score

70/100

Status

fail

Category

Skill Discovery

Maturity

Emerging recommendation

Goal

Publish an Agent Skills discovery index that advertises digest-pinned SKILL.md or archive artifacts.

Result

Agent Skills index failed at "Validate skill content".

Validation steps

  1. Validate skill content

    SKILL.md frontmatter is malformed or incomplete.

    Skill content findings
    • SKILL.md frontmatter is malformed or incomplete.
    • SKILL.md frontmatter name does not match the discovery index name.
  2. Review skill artifact security

    SKILL.md contains credential-looking text: curl-auth-header YOUR_TOKEN

    Agent Skills security findings
    • SKILL.md contains credential-looking text: curl-auth-header YOUR_TOKEN
    • SKILL.md references shell or code-execution patterns that can modify systems, fetch remote code, or move data.
    • SKILL.md references external URLs; fetched content is an additional trust boundary (https://gogs.io, https://gogs.example.com/api/v1/users/username/tokens`, https://gogs.example.com/api/v1/user/repos`, https://gogs.example.com/api/v1/users/alice/tokens, https://gogs.example.com/api/v1/user/repos, https://gogs.io/llms.txt, https://gogs.io/fine-tuning/configuration-primer, https://gogs.io/api-reference/introduction).
Evidence log2 steps · 11 lines
Validate skill content [fail]! SKILL.md frontmatter is malformed or incomplete.INFOValidate skill contentFAILCompare skill artifact content failures actual=1 expected=0 name="gogs" type="skill-md" url="https://gogs.io/.well-known/agent-skills/gogs/skill.md"FAILSkill content validation failure name="gogs" failure="SKILL.md frontmatter is malformed or incomplete."WARNSkill content validation warning name="gogs" warning="SKILL.md frontmatter name does not match the discovery index name."FAILSKILL.md frontmatter is malformed or incomplete.Review skill artifact security [fail]! SKILL.md contains credential-looking text: curl-auth-header YOUR_TOKENINFOReview skill artifact securityFAILCompare security finding count actual=3 expected=0FAILUnsafe Agent Skills artifact finding finding="SKILL.md contains credential-looking text: curl-auth-header YOUR_TOKEN"WARNAgent Skills artifact security warning finding="SKILL.md references shell or code-execution patterns that can modify systems, fetch remote code, or move data."WARNAgent Skills artifact security warning finding="SKILL.md references external URLs; fetched content is an additional trust boundary (https://gogs.io, https://gogs.example.com/api/v1/users/username/tokens`, https://gogs.example.com/api/v1/user/repos`, https://gogs.example.com/api/v1/users/alice/tokens, https://gogs.example.com/api/v1/user/repos, https://gogs.io/llms.txt, https://gogs.io/fine-tuning/configuration-primer, https://gogs.io/api-reference/introduction)."FAILSKILL.md contains credential-looking text: curl-auth-header YOUR_TOKEN

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Answer-first passages

AEO: Answer-first passages scored 0/100 and needs a fix.

9 Fail

Needs attention

AEO: Answer-first passages

Failed check
01

Issue

14 section(s) bury or omit a concise opening answer. No direct definition pattern was detected.

Details

02

Why it matters

Answer engines need visible answer passages, clear question and heading structure, entity definitions, evidence, and trust signals. These signals improve extraction and attribution, but they do not guarantee answer-engine citations or search features.

Check name

AEO: Answer-first passages

Score

0/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to extract, answer from, and attribute without promising inclusion in any proprietary answer surface.

Result

AEO: Answer-first passages scored 0/100 and needs a fix.

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Evidence and trust

AEO: Evidence and trust scored 29/100 and needs a fix.

6 Fail

Needs attention

AEO: Evidence and trust

Failed check
01

Issue

Missing answer evidence or trust signals: publisher, freshnessDate, sameAs, aboutOrContact, policyLinks.

Details

02

Why it matters

Answer engines need visible answer passages, clear question and heading structure, entity definitions, evidence, and trust signals. These signals improve extraction and attribution, but they do not guarantee answer-engine citations or search features.

Check name

AEO: Evidence and trust

Score

29/100

Status

fail

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to extract, answer from, and attribute without promising inclusion in any proprietary answer surface.

Result

AEO: Evidence and trust scored 29/100 and needs a fix.

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Question and answer structure

AEO: Question and answer structure scored 58/100 and needs improvement.

4 Warning

Needs attention

AEO: Question and answer structure

Warning
01

Issue

No natural question headings were detected.

Details

02

Why it matters

Answer engines need visible answer passages, clear question and heading structure, entity definitions, evidence, and trust signals. These signals improve extraction and attribution, but they do not guarantee answer-engine citations or search features.

Check name

AEO: Question and answer structure

Score

58/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to extract, answer from, and attribute without promising inclusion in any proprietary answer surface.

Result

AEO: Question and answer structure scored 58/100 and needs improvement.

GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation

AEO: Entity and definition clarity

AEO: Entity and definition clarity scored 80/100 and needs improvement.

2 Warning

Needs attention

AEO: Entity and definition clarity

Warning
01

Issue

No direct definition sentence was detected.

Details

02

Why it matters

Answer engines need visible answer passages, clear question and heading structure, entity definitions, evidence, and trust signals. These signals improve extraction and attribution, but they do not guarantee answer-engine citations or search features.

Check name

AEO: Entity and definition clarity

Score

80/100

Status

warning

Category

GEO, AIO & AEO

Maturity

Emerging recommendation

Goal

Make page content easy for answer engines and assistants to extract, answer from, and attribute without promising inclusion in any proprietary answer surface.

Result

AEO: Entity and definition clarity scored 80/100 and needs improvement.

Sign in to see 42 other issues and the full report

Create a free account to unlock every issue, evidence details, exports, and higher free limits.

Fix with MCP or CLI

Use this report as the handoff into remediation. Generate a coding-agent prompt with the failing checks attached, or jump to the MCP and CLI setup docs before your next rescan.

Fix with MCP / CLI

Score history