uds-spans-receipts
收藏资源简介:
UDS-Mesh 数据集是一个用于 OpenTelemetry 风格可观测性的统一决策跨度(Unified Decision Span)模式与治理收据集合。该数据集基于 Doctrine v6 图拓扑,旨在为跨组件治理提供结构化的审计追踪框架。数据集包含两种核心数据类型:1) OTel 兼容的跨度模式,用于描述组件间的决策与交互;2) DSSE(数字签名软件工单)格式的治理收据,确保审计链的完整性。数据集规模明确包含 100 个 OpenTelemetry 跨度和 50 个 DSSE 收据。其底层结构是一个有向无环图,遵循因果一致性(Lamport 时间戳)、A15 拓扑不变性(Edelsbrunner–Letscher–Zomorodian 持久同调条件)和 SCITT 收据完整性(Merkle 锚定)等图论与密码学原则。数据集捆绑包(如 v0.3.1)包含多个组件模块,例如用于策略组合的 composition-runtime、用于 SCITT-Rekor 公证的 scitt-adapter、用于策略网关的 policy-gate、用于计算拓扑不变性的 a15-homology、用于随机数生成的 xoshiro-prng 以及用于事件溯源重放的 k10v2-replay。该数据集适用于分布式系统治理、合规性审计、可观测性工具开发、以及基于形式化数学基础(参考 Ouroboros Thesis v18.0)的跨组件安全分析等任务。
The UDS-Mesh dataset is a collection of Unified Decision Span schemas and governance receipts for OpenTelemetry-style observability. Built on Doctrine v6 graph topologies, this dataset aims to provide a structured audit tracing framework for cross-component governance. It includes two core data types: 1) OTel-compatible span schemas that describe decision-making and interactions between components; 2) governance receipts in DSSE (Digitally Signed Software Evidence) format to ensure the integrity of the audit chain. The dataset explicitly contains 100 OpenTelemetry spans and 50 DSSE receipts. Its underlying structure is a directed acyclic graph (DAG) that adheres to graph theory and cryptography principles including causal consistency (Lamport timestamps), A15 topological invariance (Edelsbrunner–Letscher–Zomorodian persistent homology conditions), and SCITT receipt integrity (Merkle anchoring). Dataset bundles (e.g., v0.3.1) include multiple component modules, such as composition-runtime for policy composition, scitt-adapter for SCITT-Rekor notarization, policy-gate for policy gateways, a15-homology for topological invariance calculation, xoshiro-prng for random number generation, and k10v2-replay for event sourcing replay. This dataset is applicable to tasks including distributed system governance, compliance auditing, observability tool development, and cross-component security analysis based on formal mathematical foundations (refer to Ouroboros Thesis v18.0).
数据集概述
- 名称:UDS Spans + Receipts — Governance Receipt Corpus
- 许可证:CC-BY-4.0
- 语言:英语
- 记录数量:100 条 OpenTelemetry spans + 50 条 DSSE 签名的治理回执
- 格式:JSONL
- 合成标志:所有记录均标记
"synthetic": true - OTel 规范:遵循 W3C TraceContext
- 回执模式:遵循 DSSE 标准
数据集描述
该数据集包含由 uds-mesh 组件生成的 100 条合成 OpenTelemetry spans 和 50 条 DSSE 签名的治理回执。所有记录均为合成数据,不包含任何生产遥测数据。
数据模式
Spans 模式(spans_sample.jsonl)
| 字段 | 类型 | 描述 |
|---|---|---|
trace_id |
string | W3C 32 位十六进制 trace ID |
span_id |
string | W3C 16 位十六进制 span ID |
component |
string | 组件名称,例如 a11oy, amaru, rosie |
kind |
string | 类型:GOVERNANCE |
timestamp_us |
int | 自纪元以来的微秒数 |
synthetic |
bool | 始终为 true |
lambda_score |
float | Λ 轴评分,范围 [0,1] |
Receipts 模式(receipts_sample.jsonl)
| 字段 | 类型 | 描述 |
|---|---|---|
envelope |
object | DSSE 信封(包含 payloadType、payload 和 signatures) |
chain_hash |
string | 前一条回执的 SHA-256 哈希 |
component |
string | 发出回执的组件 |
mocked |
bool | 始终为 false,表示使用真实 DSSE 加密 |
synthetic |
bool | 始终为 true,表示合成数据 |
来源与验证
- 生成工具:
uds-meshCI 系统 - 源代码仓库:github.com/szl-holdings/uds-mesh
- 验证状态:269 项
uds-mesh测试全部通过(2026-05-29)
相关链接
- 在线演示:SZLHOLDINGS/vsp-otel-emitter
- MCP 服务器:SZLHOLDINGS/mcp-receipts-server
- 源代码:github.com/szl-holdings/uds-mesh
- 组织页面:SZLHOLDINGS/SZLHOLDINGS
引用格式
bibtex @misc{lutar2026ouroboros, title = {Ouroboros: Formal Verification of Agentic AI Governance — v18.0}, author = {Lutar, Stephen P.}, year = {2026}, doi = {10.5281/zenodo.20434276}, url = {https://doi.org/10.5281/zenodo.20434276} }
联系方式
- 作者:Stephen P. Lutar
- 邮箱:stephen@szlholdings.com
- ORCID:0009-0001-0110-4173
- GitHub:github.com/szl-holdings
- Hugging Face:huggingface.co/SZLHOLDINGS





