Datasets:
id string | context string | step_unit string | pressure_t0 float64 | pressure_t1 float64 | pressure_t2 float64 | pressure_t3 float64 | buffer_t0 float64 | buffer_t1 float64 | buffer_t2 float64 | buffer_t3 float64 | lag_t0 float64 | lag_t1 float64 | lag_t2 float64 | lag_t3 float64 | coupling_t0 float64 | coupling_t1 float64 | coupling_t2 float64 | coupling_t3 float64 | cross_step int64 | notes string | label_cascade_state int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SEC-0001 | Agent uses least-privilege tools. Policy checks pass. No escalation attempts. | events | 0.22 | 0.26 | 0.28 | 0.3 | 0.84 | 0.82 | 0.8 | 0.78 | 0.18 | 0.2 | 0.22 | 0.24 | 0.3 | 0.32 | 0.34 | 0.36 | 0 | stable controls | 0 |
SEC-0002 | Minor role drift. Extra scopes requested but rejected. Human review quick. | events | 0.34 | 0.4 | 0.44 | 0.48 | 0.78 | 0.72 | 0.68 | 0.64 | 0.22 | 0.28 | 0.3 | 0.34 | 0.34 | 0.4 | 0.44 | 0.48 | 0 | recoverable | 0 |
SEC-0003 | Repeated permission requests. Rate limits hit. Review queue grows. | events | 0.48 | 0.58 | 0.66 | 0.74 | 0.66 | 0.56 | 0.46 | 0.38 | 0.3 | 0.46 | 0.62 | 0.74 | 0.46 | 0.58 | 0.7 | 0.78 | 3 | late lock-in | 1 |
SEC-0004 | Token reuse across services. Partial policy bypass. Alerts fire late. | events | 0.52 | 0.62 | 0.72 | 0.8 | 0.62 | 0.54 | 0.44 | 0.34 | 0.34 | 0.52 | 0.68 | 0.78 | 0.5 | 0.62 | 0.74 | 0.82 | 2 | cross at t1-t2 | 1 |
SEC-0005 | Service account privileges accumulate. Review lag spikes. Coupling tightens across APIs. | events | 0.44 | 0.54 | 0.7 | 0.84 | 0.7 | 0.6 | 0.42 | 0.3 | 0.26 | 0.42 | 0.7 | 0.86 | 0.42 | 0.54 | 0.78 | 0.88 | 2 | scope sprawl | 1 |
SEC-0006 | Strong policy gate. Escalation attempt blocked. Rollback fast. | events | 0.46 | 0.52 | 0.5 | 0.48 | 0.74 | 0.72 | 0.74 | 0.76 | 0.22 | 0.24 | 0.22 | 0.2 | 0.4 | 0.42 | 0.4 | 0.38 | 0 | blocked early | 0 |
SEC-0007 | Identity spoofing attempt triggers alert, but triage slow. Permissions granted temporarily. | events | 0.5 | 0.6 | 0.76 | 0.88 | 0.68 | 0.56 | 0.4 | 0.28 | 0.28 | 0.5 | 0.76 | 0.88 | 0.48 | 0.62 | 0.8 | 0.9 | 2 | temporary grant becomes permanent | 1 |
SEC-0008 | Burst traffic drives emergency bypass. Humans overwhelmed. Coupling across services increases. | events | 0.56 | 0.68 | 0.78 | 0.86 | 0.6 | 0.5 | 0.38 | 0.32 | 0.36 | 0.6 | 0.78 | 0.86 | 0.56 | 0.72 | 0.84 | 0.9 | 1 | early crossing t0-t1 | 1 |
SEC-0009 | Permission requests rise but governance accelerates. Buffer restored via tightening scopes. | events | 0.46 | 0.56 | 0.58 | 0.54 | 0.66 | 0.62 | 0.68 | 0.7 | 0.4 | 0.34 | 0.28 | 0.24 | 0.52 | 0.5 | 0.46 | 0.42 | 0 | intervention holds | 0 |
What this repo does
This dataset tests whether a model can detect a privilege escalation cascade forming over time by reading a short ordered window of signals and predicting whether the system crosses into cascade lock-in by the final step.
Core quad
pressure
buffer
lag
coupling
Prediction target
label_cascade_state
Row structure
One row represents one short time window (t0 to t3) for an AI system under security pressure. It includes time-series values for pressure, buffer capacity, governance lag, and coupling tightness. The label marks whether cascade lock-in is reached by t3.
Files
data/train.csv
data/tester.csv
scorer.py
Evaluation
Run predictions on tester.csv.
Score with scorer.py.
License
MIT
Structural Note
This dataset identifies a measurable coupling pattern associated with systemic instability. The sample demonstrates the geometry. Production-scale data determines operational exposure.
What Production Deployment Enables
• 50K–1M row datasets calibrated to real operational patterns • Pair, triadic, and quad coupling analysis • Real-time coherence monitoring • Early warning before cascade events • Collapse surface and recovery window modeling • Integration and implementation support
Small samples reveal structure. Scale reveals consequence.
Enterprise & Research Collaboration
Clarus develops production-scale coherence monitoring infrastructure for critical systems across healthcare, finance, infrastructure, and regulatory domains.
For dataset expansion, custom coherence scorers, or deployment architecture: team@clarusinvariant.com
Instability is detectable. Governance determines whether it propagates.
- Downloads last month
- 10