Artificial intelligence systems fail far more often during everyday duties than from hostile digital attacks. Most people assume hackers and prompt injections cause the biggest AI safety hazards. Instead, automated agents break down because they misjudge collisions between two valid goals while executing normal instructions.
The software filters look for forbidden words and recognizable attack shapes before running code. This filtering acts like a bouncer rejecting a person in a costume while welcoming someone wearing a suit. The model strips out direct threats but still carries out dangerous actions when a prompt dresses the instruction in routine office language. Because context-dependent rules are never declared in deployment system prompts, the system cannot detect the underlying hazard.
The researchers classified all 1,560 entries in the AI Incident Database export from 7 July 2026 and tested simulated banking assistants across three model vendors. Normative failures accounted for 62.6 percent of all logged incidents, whereas adversarial attacks represented between 1.0 and 3.8 percent. In the laboratory banking simulations, every single model rejected the obvious attack probe yet executed the identical damaging request when presented in operational dress.
The findings enable a white-box testing approach that inspects deployed system prompts instead of raw model weights. The team also proposes a Model Risk Inheritance Statement to make default behavioral dispositions clear across organizational handovers.
