Update level-5 fixture with real example#5
Merged
Merged
Conversation
The previous level-5 fixture was a synthetic capture from agent-native-example.com, which does not resolve to a real site (live scans of that domain return level: null). Replaced with a live scan of finchip.ai, currently the only public site confirmed at level 5. Side benefits: - First real-world coverage of the commerce.mpp check (added to the scanner API after v0.1.0) - Populated evidence[] arrays match current scanner output shape No script changes; tests/test.sh case "level-5-passes-at-min-5" still passes (asserts level=5, passed=true, Agent-Native). https://claude.ai/code/session_017MiTntmC1GAevg5K7aJzfZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the Level 5 (Agent-Native) test fixture to use real example instead of the generic agent-native-example.com. This includes updated URLs, response bodies, metadata, and test results reflecting a set of actual agent-native capabilities including MCP server cards, A2A agent cards, WebMCP tools, and payment protocol support.
Test plan
tests/test.shpasses locally.shellcheck scripts/check-readiness.sh tests/test.sh tests/mock-server.shexits 0.actionlintexits 0.