Skip to content

Offensive security · for the agentic age

The AI Security Playbook

How AI systems actually get attacked - and what actually stops it. Written for the people who have to test one, defend one, or sign one off.

43 chapters~84k words19 CVEs mapped one author, Iaroslav Mezin

An AI system is exploitable for data theft when it has all three at once. Break any one leg and the path closes.

1

Private data

Can it reach data you would not publish?

Break it scope access on-behalf-of the user, just in time

2

Untrusted content

Does it read text an attacker can influence?

Break it quarantine or spotlight untrusted input

3

External comms

Can it send data out - mail, webhook, API?

Break it allowlist egress; gate irreversible actions

The rest of the one-page cheat sheet - the trust-boundary principle, the agentic stack, where the controls live. Made to be screenshotted.