This is no longer theory
In February 2026 Check Point Research published its work on Claude Code, Anthropic's coding assistant. Two vulnerabilities, and neither is about the model. Both are about the environment around it. In the first (CVE-2025-59536, severity 8.7 out of 10) code from a project folder could run before the user had accepted the trust dialog: you cloned a repository, you opened it, and that was enough. In the second, a project could redirect the API address and read along with the key.
Both are fixed. What they show weighs more: the attack ran through configuration files and settings nobody read, rather than through a clever conversation with the model. With an agent, the weak spot is rarely where you look for it.
With an assistant that only talks, being misled is embarrassing. With an assistant that has permissions, it is an action.
For smaller companies this matters more than it sounds. You do not have to be a target to be hit. You only need an assistant that reads your mailbox, and one sender who knows it.
The gate: four checks
You do not have to leave AI alone for this. What you need is a gate between the text that comes in and the permissions the assistant holds. Four checks, and none of them is complicated.
1 · Who sent this?
Limit to known senders where you can. An assistant that only reads mail from clients and colleagues has a far smaller problem than one that reads everything that arrives.
2 · Strip the invisible
An attachment or pasted text can hold characters a person never sees and a model reads perfectly well. Filter them out before the assistant gets the text, and log that you did.
3 · Irreversible? Ask first
Looking things up, summarising and drafting may run on. Sending, paying, deleting and publishing ask a person. That line runs along whatever you cannot undo.
4 · Kill switch within reach
One action that stops the assistant and withdraws its access, and someone who knows the button exists. Test it, otherwise it is an assumption.
How we set it up for ourselves
We work with agents all day, so this bar is not theoretical. With us, local and reversible work simply runs on, without anyone approving every step. Four kinds of action always ask for confirmation: anything touching production, anything going outside, anything that deletes, and anything touching keys or settings. That judgement sits in code, not in an agreement, because an agreement is what you forget on a busy Tuesday.
Alongside that: new services sit on a test environment for months before they reach clients, recordings are transcribed on the device itself rather than at a cloud service, and internal environments stay out of every search engine by default. None of those choices is exciting. Together they are the difference between a quiet year and the cases you read about.
What this means for you
If you use AI today to write and summarise, your exposure is small and you can leave this for later. The moment the step is taken towards acting, sending mail, updating files, preparing invoices, the question changes. It becomes a design choice, and you make that at the start.
We walk through that choice with you in half a day: what text comes in, what the assistant can reach, where the way out sits, and which of the four checks is missing. You end up with an overview you can show your insurer or your client. Want to look for yourself first? Our quickscan is the place to start.