feat: accept azure-cvm-sev-snp platform in conformance suite#41
Merged
Conversation
Azure confidential VMs run SEV-SNP behind a Hyper-V paravisor (vTPM-rooted); the platform value azure-cvm-sev-snp was added to agentrust-trace 0.4.0. Add it to the bundled trace-claim schema enum and the TR-RTE valid-platform set so a valid Azure TRACE record passes conformance instead of failing TR-RTE-001. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
imran-siddique
added a commit
that referenced
this pull request
Jul 21, 2026
Cuts the release carrying the azure-cvm-sev-snp conformance support merged in #41, so downstream consumers (the /trace report skill, etc.) that install agentrust-trace-tests from PyPI accept Azure TRACE records. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds
azure-cvm-sev-snpto the platforms the conformance suite recognizes, matchingagentrust-trace 0.4.0.Why
Azure confidential VMs run SEV-SNP behind a Hyper-V paravisor (vTPM-rooted, not direct-silicon), so cMCP/agent-manifest emit TRACE records with
runtime.platform: azure-cvm-sev-snp(agentrust-io/cmcp#407, agentrust-io/trace-spec#105). Without this, the suite's bundled schema + TR-RTE reject a valid Azure record withTR-RTE-001.Changes
schemas/trace-claim.jsonplatform enumtr_rte.py_VALID_PLATFORMS(hardware platform; accepted at Level 1+)tests/test_level0.pyhelper set + a TR-RTE unit test exercising the valuetrace-tests has no
agentrust-traceruntime dependency (self-contained schema), so no dependency bump is required. 117 tests pass locally.Follow-up (not in this PR): trace-tests is published to PyPI (
agentrust-trace-tests); the/tracereport skill and other consumers install it from PyPI, so a trace-tests release will be needed after merge for them to accept Azure records.🤖 Generated with Claude Code