-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
40 lines (40 loc) · 1.62 KB
/
Copy pathCITATION.cff
File metadata and controls
40 lines (40 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
cff-version: 1.2.0
message: "If you use this format, please cite it."
title: "Bundle v1: A Multi-Modal Capture Format for Adversarial Research on Blockchain Validator Infrastructure"
version: 0.1.0
date-released: 2026-05-06
license: MIT
type: software
authors:
- name: NullRabbit
alias: NullRabbitLabs
email: simon@nullrabbit.ai
repository-code: "https://github.com/NullRabbitLabs/nr-bundle-spec"
url: "https://github.com/NullRabbitLabs/nr-bundle-spec"
keywords:
- bundle
- multi-modal capture
- blockchain
- validator
- adversarial research
- security
- dataset format
- response amplification
- compute amplification
- cross-chain holdout
abstract: >-
Bundle v1 specifies the on-disk shape of a single attack (or benign)
run against a validator: a manifest, a packet capture, and four
time-series Parquet modalities (host, app, protocol, responses) all
keyed off a monotonic t_ns referenced to the manifest's started_at.
The format is designed for adversarial research on blockchain
validator infrastructure, with explicit support for cross-chain
holdout via a chain-agnostic family_id taxonomy paired with
chain-specific primitive_id labels. Provenance fidelity tiers
(stub / proxy / lab / lab-tls-fronted / production-captured /
production-derived) and target authorisation scope (self-owned /
customer-authorised / public-mainnet-passive / synthetic) are
required structured fields, gating downstream publication and
dataset curation. Reference parsers in Python and Rust ship under
MIT licence with byte-equivalent wire-format and genome_id
guarantees verified by cross-language test vectors.