simonmorley commited on
Commit
3c5f18f
Β·
verified Β·
1 Parent(s): 5babf98

org card: brutal reference-style substrate description (taxonomy/corpus/earned-autonomy/advisories/Index)

Browse files
Files changed (1) hide show
  1. README.md +12 -30
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: mit
3
  title: README
4
  sdk: static
5
- emoji: πŸš€
6
  colorFrom: pink
7
  colorTo: purple
8
  pinned: false
@@ -10,39 +10,21 @@ pinned: false
10
 
11
  # NullRabbit Labs
12
 
13
- **Autonomous defence for decentralised networks.**
14
 
15
- NullRabbit Labs is the research arm of NullRabbit, a defensive security company building autonomous protection for blockchain validator infrastructure. We watch the outside of the perimeter: the network-layer attack surface that validator daemons expose to the open internet.
16
 
17
- This organisation publishes the datasets, models, and interactive artefacts that come out of our research. Everything here is versioned, pre-registered, and audited on close.
18
 
19
- ## What we work on
20
 
21
- - **Network-layer anomaly detection** against validator RPC, gossip, and consensus surfaces
22
- - **Bundle format** - an open, chain-agnostic representation of network traffic for security ML ([nr-bundle-spec](https://github.com/NullRabbitLabs/nr-bundle-spec))
23
- - **Earned autonomy framework** - governance layer for autonomous defensive systems ([Zenodo DOI 10.5281/zenodo.18406828](https://doi.org/10.5281/zenodo.18406828))
24
- - **Iterative leak-surface peeling** - pre-registered ML methodology for adversarially robust security models
25
 
26
- ## Coordinated disclosures
27
 
28
- NullRabbit's research feeds a coordinated-disclosure track. Published advisories sit on [nullrabbit.ai](https://nullrabbit.ai).
29
-
30
- - **NR-2026-001** - Agave RPC architectural findings (Solana), 2026-05-12
31
- - **NR-2026-002** - Sui Indexer-Alt findings, embargoed to 2026-06-20
32
-
33
- ## Methodology
34
-
35
- Every model on this page is trained against a versioned, immutable corpus and a pre-registered design document. Audits run on close against sanity floors, per-feature audit trails, and falsification holdouts. Where an audit fires, training halts, the design is re-registered, and the prior version is retracted in writing.
36
-
37
- Corpus versions are increment-only. Published checkpoints reference the exact corpus version and pre-registration document used.
38
-
39
- ## Links
40
-
41
- - Website - [nullrabbit.ai](https://nullrabbit.ai)
42
- - GitHub - [NullRabbitLabs](https://github.com/NullRabbitLabs)
43
- - X - [@NullRabbitLabs](https://x.com/NullRabbitLabs)
44
- - Earned autonomy paper - [Zenodo](https://doi.org/10.5281/zenodo.18406828)
45
-
46
- ## Contact
47
 
48
- Research enquiries: simon@nullrabbit.ai
 
 
 
 
2
  license: mit
3
  title: README
4
  sdk: static
5
+ emoji: πŸ‡
6
  colorFrom: pink
7
  colorTo: purple
8
  pinned: false
 
10
 
11
  # NullRabbit Labs
12
 
13
+ Substrate for adversarial evaluation of decentralized infrastructure.
14
 
15
+ **Taxonomy** β€” chain-agnostic vulnerability classes, mechanism-defined and contract-locked; each realized as chain-specific primitives.
16
 
17
+ **Corpus** β€” wire-level, ground-truth-labelled captures of attack and benign traffic against real node software (public sample: [`nr-bundles-public`](https://huggingface.co/datasets/NullRabbit/nr-bundles-public)).
18
 
19
+ **Earned-autonomy framework** β€” [Zenodo 10.5281/zenodo.18406828](https://doi.org/10.5281/zenodo.18406828).
20
 
21
+ **Advisories** β€” each disclosed finding reproduced at wire level against the vulnerable node.
 
 
 
22
 
23
+ **Index** β€” the reference for verifiable execution in decentralized infrastructure.
24
 
25
+ ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
+ - [nullrabbit.ai](https://nullrabbit.ai)
28
+ - [github.com/NullRabbitLabs](https://github.com/NullRabbitLabs)
29
+ - [nr-bundle-spec](https://github.com/NullRabbitLabs/nr-bundle-spec)
30
+ - [Zenodo 10.5281/zenodo.18406828](https://doi.org/10.5281/zenodo.18406828)