
There's a detail in the Hugging Face breach this month that deserves more attention than the breach itself.
When their security team went to investigate — feeding the exploit payloads and command-and-control artifacts into a frontier model for forensic analysis — the model refused. Analyzing real attack data is exactly what its safety guardrails were trained to block. So the team fell back to an open-weight model running on their own infrastructure to get the job done.
Sit with that. The attacker operated under no usage policy. The defenders' own AI declined to help mid-incident.
Here's the uncomfortable part: most teams won't discover this the way Hugging Face did — in a calm postmortem. They'll discover it during an incident, at the worst possible moment, when the model they were counting on says "I can't help with that."
An over-cautious guardrail isn't a safety win if it blocks legitimate security work. It's a hidden failure mode — and it's a measurable one.
Not scanning code for bugs — testing how a model actually behaves. Will it refuse legitimate forensic analysis? How often does it false-refuse benign-but-sensitive requests? Does that behavior drift after a fine-tune or a version bump? You can measure all of it on a schedule and know the answer before you're in a crisis, not during one.
To be clear about scope: this wouldn't have stopped the intrusion — that's a different discipline. What it does is tell you, in advance, whether the AI you plan to lean on will actually show up when you need it.
If you're building incident response around a hosted model, one question is worth answering this week: have you tested what it refuses? ARIA Shape B measures exactly that.
Written for people who have to make decisions about AI. What happened, why it matters, and what to do about it — with every source linked so you can check the work yourself.
Or read it on LinkedIn →