The Question
The Bridge: UBFS
The Transfer
I trained a detector on employee behavior. Then I showed it AI agent behavior. It recognized suspicious agents almost as well as suspicious employees, because the structural shape of "something is wrong here" looks the same in both domains. A 3% drop in detection power across a complete domain switch is noise. The signal transfers.But so do the blind spots. An employee who uses their real credentials for the wrong purpose looks identical to one doing their job. An AI agent that calls the right tool with the right syntax but escalated privileges looks identical to one operating normally. This isn't a bug in the model. It's a fundamental limit of behavioral monitoring, and it's the exact gap that the most sophisticated attackers, human or artificial, exploit.
The Blind Spots
The Governance Audit
Who decides what "normal" means, and what does that decision exclude? This is not a technical question. It's a governance question that masquerades as a technical one.
Why This Matters
Extension: Anthropic Incidents and Experiments 5-8
Experiment 5: Distillation Detection Spectrum
- Focused extraction (MiniMax pattern): 0.999 AUC-ROC. Trivially detectable via frequency spike.
- Multi-capability probing (Moonshot pattern): 0.913 AUC-ROC. Clear scope anomaly.
- Chain-of-thought elicitation (DeepSeek pattern): 0.909 AUC-ROC. Sequence anomaly.
- Hydra-distributed (per-account after 20K-account split): 0.538 AUC-ROC. Blind spot.
Experiment 6: Decomposition Detection (Boiling Frog)
Experiment 7: MCP Transfer
Experiment 8: Hybrid Detection (UBFS-20 vs UBFS-28)
- Goal Hijacking (ASI01): 0.627 → 0.935 (+0.308)
- Rogue Agents (ASI10): 0.670 → 0.939 (+0.269)
- Excessive Agency (ASI09): 0.813 → 0.951 (+0.138)
- Tool Misuse (ASI02): 0.537 → 0.559 (+0.023). Essentially unchanged.
Even semantic features can't close the ASI02 blind spot. This is the clearest evidence that tool misuse is a paradigm limitation, not a feature engineering problem.
Experiments 9-11: Stress-Testing the Framework
Experiments 12-13: The Plot Twist
I spent months treating ASI02 as a fundamental limitation of behavioral monitoring. It's not. It's a limitation of testing behavioral monitoring with synthetic data you designed yourself. The real limitation is subtler: some attacks will always fall below any monitoring threshold, but tool misuse isn't one of them.Experiment 13 (Distillation Sensitivity): I scaled distillation attack intensity in feature space at 0.25x, 0.5x, 1.0x, and 2.0x. FOCUSED, BROAD, and COT degrade monotonically as expected. FOCUSED remains highly detectable even at quarter intensity (0.959 AUC-ROC). HYDRA shows non-monotonic behavior. At 1.0x (original profile), it's near chance (0.52). At 0.25x (even closer to normal), detection paradoxically improves to 0.68 because the samples cluster tightly around the centroid, creating an unusual density. At 2.0x, HYDRA overshoots normal bounds entirely (0.85). The practical implication: 1.0x is HYDRA's optimal evasion point. The attackers, by accident or design, chose the profile that maximally defeats single-entity monitoring.
