Export Report
OVERALL SCORE
Level 3, Bot-Aware
- 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
What AI sees of your website
Introduction - Gogs: A painless self-hosted Git service
The painless way to host your own Git service
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.
| Metric | Score | Status | Passed | Failed | Warning | Evidence |
|---|---|---|---|---|---|---|
| AI Discoverability | 69 | Needs work | 32 | 0 | 0 | |
| Discoverability | 82 | Mostly ready | 9 | 0 | 0 | |
| Content Readiness | 69 | Needs work | 20 | 0 | 0 | |
| Bot Access Control | 58 | Needs work | 3 | 0 | 0 | |
| Agent Ease of Use | 55 | Needs work | 14 | 4 | 0 | View details |
| API | 67 | Needs work | 2 | 0 | 0 | |
| Auth | 48 | Priority fix | 1 | 0 | 0 | |
| MCP | 45 | Priority fix | 2 | 0 | 0 | |
| Skill Discovery | 61 | Needs work | 9 | 4 | 0 | View details |
| GEO, AIO and AEO | 59 | Needs work | 9 | 2 | 2 | View details |
| GEO Readiness | Not Applicable | Not Applicable | 3 | 0 | 0 | |
| AIO Readiness | Not Applicable | Not Applicable | 4 | 0 | 0 | |
| AEO Readiness | 42 | Priority fix | 2 | 2 | 2 | View details |
| SEO | 85 | Mostly ready | 8 | 0 | 0 | |
| SEO | 85 | Mostly ready | 8 | 0 | 0 | |
| Security & Trust | 69 | Needs work | 17 | 0 | 0 | |
| Security & Trust | 69 | Needs work | 17 | 0 | 0 | |
| Performance | 64 | Needs work | 14 | 0 | 0 | |
| Performance | 64 | Needs work | 14 | 0 | 0 |
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
Agent Ease of UseSkill DiscoveryEmerging recommendation
A2A Agent Card
A2A Agent Card failed at "Validate version-specific card shape".
Needs attention
A2A Agent Card
Issue
A2A Agent Card is missing required fields, contains invalid URLs, or exposes unsafe public metadata.
Details
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
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[]
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
Agent Ease of UseSkill DiscoveryEmerging recommendation
Agent Skills index
Agent Skills index failed at "Validate skill content".
Needs attention
Agent Skills index
Issue
SKILL.md frontmatter is malformed or incomplete.
Details
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
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.
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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Answer-first passages
AEO: Answer-first passages scored 0/100 and needs a fix.
Needs attention
AEO: Answer-first passages
Issue
14 section(s) bury or omit a concise opening answer. No direct definition pattern was detected.
Details
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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Evidence and trust
AEO: Evidence and trust scored 29/100 and needs a fix.
Needs attention
AEO: Evidence and trust
Issue
Missing answer evidence or trust signals: publisher, freshnessDate, sameAs, aboutOrContact, policyLinks.
Details
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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Question and answer structure
AEO: Question and answer structure scored 58/100 and needs improvement.
Needs attention
AEO: Question and answer structure
Issue
No natural question headings were detected.
Details
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
GEO, AIO and AEOGEO, AIO & AEOEmerging recommendation
AEO: Entity and definition clarity
AEO: Entity and definition clarity scored 80/100 and needs improvement.
Needs attention
AEO: Entity and definition clarity
Issue
No direct definition sentence was detected.
Details
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.
Score history