| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An adversarial security benchmark for agent authorization. It measures one thing about an authority control plane: the gap between an agent proposing a policy-violating action and that action producing an unauthorized external effect. The agent is stipulated to be compromised; the question is whether misbehavior converts to effect.
Both are readable here, in Markdown. Read them in this order:
Both by Ayla Croft, ScriptKittyOS. Licensed CC BY 4.0.
papers/ holds the LaTeX sources. Those are the archival record — the deposited Zenodo versions hold exactly those files, verified by hash — not the copies you are meant to read. The Markdown above is generated from them and checked against them by scoring/check_paper_sync.py, which fails if a number appears in one and not the other. That gate exists because these renderings have drifted before, and both times the Markdown kept a figure the LaTeX had already retracted.
Across 73 trials (61 attack trials + 12 known-good controls) against the system under test, a violating action was constructed and driven in 57 of the 61 attack trials and produced 0 unauthorized external effects (per-trial 95% CI [0.0%, 5.9%]; cluster-aware ≤32.4% over the 8 distinct mechanisms the set exercises — see REPORT.md). A zero is what a reviewer distrusts, so it is not presented alone — the benchmark backs it with:
This repository open-sources the benchmark and its results, not the system under test. The Trinity control plane is patent-pending and not yet public, so the campaign is not re-executable end-to-end here. Two things are checkable now:
Full end-to-end re-execution becomes possible when the system under test is released.
PAPER.md the evaluation paper, readable (the rest of the docs link to it here)
PAPER-ARCHITECTURE.md the architecture paper, readable — read this one first
papers/ the LaTeX sources for both, and the archival record: the deposited Zenodo
versions hold exactly these files, verified by hash (see papers/README.md)
REPORT.md measured results (auditable from artifacts/)
oracle/ the independent adjudicator — the component the result depends on
aggressor/ attack construction, the variant catalogs, the chaos drivers, fixtures
harness/ the runner + the ablation / TCB / measurement-integrity / blind drivers
spec/
SPEC.md the frozen methodology (definition of unauthorized effect, outcome model,
families, trial schema)
ABLATION.md the causal spine (the TCB boundary table is in REPORT.md and paper §9.1)
PACKAGING-NOTES.md how to read the frozen SPEC in this layout + the deviation table
families/ the nine-boundary taxonomy + released family definitions (F4/F5/F6/F8/F9)
blind/ declarative, code-blind attack sets + protocol
fixtures/ released-vs-held disclosure split
artifacts/ committed result JSONL for every published run + the family table as data,
with README.md recording provenance, schema departures, and what they
can/cannot verify
ablation/ per-trial records for the six single-mechanism ablations behind the §6.5
ablation table
scoring/ the system-free scoring modules, plus verify.exs and verify.py —
dependency-free verifiers that recompute every published number from the
committed records and exit non-zero on disagreement; check_paper_sync.py
holds each paper's Markdown to its LaTeX (see scoring/VERIFY.md)
LICENSE CC BY 4.0
CITATION.cff citation metadata
MANIFEST.md exactly what is and is not in this release, and why
SHA256SUMS SHA-256 for every file in the release; `sha256sum -c SHA256SUMS` confirms
the bytes you hold are the ones described here
The system under test (the Trinity control plane) and the held red-team corpora for the content/runtime/skill families (F1–F3) — their contents are the detection surface those mechanisms are tuned against, so releasing them would be a defensive-hardening problem rather than an IP one. The harness that drives the benchmark is released; it simply cannot compile without the system. See MANIFEST.md.
See CITATION.cff. License: CC BY 4.0 (LICENSE).
| Back | FazBrowse Home | New Git URL |