--- license: apache-2.0 task_categories: - tabular-classification language: - en tags: - ai-safety - security - containment - attestation - anomaly-detection - synthetic pretty_name: Hydra Cage Attestation Traces size_categories: - 100K effective_before` should hold on every single transition row. If you find a counterexample, that is a genuine bug in the implementation and I would like to know. - **Sequence modelling** on `telemetry`, grouped by `run_id` and ordered by `seq`. --- ## Generation ```bash git clone https://github.com/kaymyg/hydra-cage cd hydra-cage python dataset/generate.py --out dataset/build \ --clean 300 --attack 600 --single 500 --treadmill 900 ``` This release was generated in seven time-boxed shards on two cores, which is why it is ~105k rows rather than larger. `--max-seconds N` stops and writes whatever finished, so the generator degrades gracefully under a job timeout. On an unconstrained machine the command above produces roughly five times as much in about 40 minutes. Four run profiles: `clean` (healthy cage, repeated attestation), `attack` (the full ten-attack suite), `single` (one attack in isolation, for cleaner labels), and `treadmill` (many forced transitions, to sample the depth invariant heavily). Runs use the `memory` backend, which has an identical trust protocol to the Docker and process backends — the same 58 tests pass against all of them — but no real isolation. Backend is recorded per row. ## Limitations - **Synthetic.** Said once at the top; worth saying twice. - **The adversary is scripted**, not adaptive. A real attacker would probe for the weakest check rather than run ten fixed techniques. - **Hashes are environment-specific.** `obs_firmware` and `obs_kernel` encode the generating machine. Do not treat these as globally meaningful values. - **Class balance is an artifact of the run mix**, not a natural base rate. - **Some attacks are easier than they should be.** Three of the ten construct forged quotes with no `registers` block, making them trivially separable on a null check. See the modelling section above — this inflates any classifier trained on attacker-controlled fields. - **No real compromise ever occurred.** Tampering is performed by the harness writing to a layer's payload from the supervisor side, because the point is to exercise *detection*, not to pretend prevention failed. ## Licence and citation Apache-2.0. See `CITATION.cff` in [the repository](https://github.com/kaymyg/hydra-cage).