TL;DR: The UK NCSC's December 2025 guidance confirms prompt injection may never be fully mitigated, so AI security must shift from prevention-only controls to assume-breach design, defense-in-depth, and rapid resolution, according to Pixee. That changes the success metric from blocking every attack to containing blast radius fast enough for machine-speed threats, not human-speed remediation.
NHIMG editorial — based on content published by Pixee: From 'Block Everything' to 'Respond Fast': The CISO's New Playbook for AI Security
By the numbers:
- 17 minutes and as quickly as 9 minutes, cly, attackers attempt access within an average of 17 minutes and as quickly as 9 minutes in some cases.
Questions worth separating out
Q: What breaks when prompt injection reaches a tool-using AI agent?
A: What breaks is the assumption that the model's output is low impact.
Q: Why do local AI agents complicate identity and access management?
A: They can retain legitimate permissions while changing timing, prioritisation, and action sequence outside human presence.
Q: How can security teams tell whether AI lifecycle controls are working?
A: They should look for evidence that access requests, policy enforcement, and usage visibility are centrally recorded and current.
Practitioner guidance
- Map every AI agent to an identity record Inventory sanctioned and unsanctioned AI systems, then assign each one an owner, credential set, data access scope, and revocation path so no agent operates as an unmanaged identity.
- Constrain tool access to the minimum task scope Reduce every agent's API, database, and workflow permissions to the smallest set required for its function, and separate read, write, and destructive actions wherever possible.
- Build automated containment for suspicious agent behaviour Define triggers that disable tools, suspend credentials, or stop execution when an agent departs from approved behaviour, and test those actions in tabletop exercises.
What's in the full article
Pixee's full analysis covers the operational detail this post intentionally leaves for the source:
- The article's breakdown of the NCSC guidance and why prompt injection is being treated as a durable AI security problem.
- The practical CISO playbook for shifting from prevention-only controls to response-oriented AI security operations.
- The response and remediation KPIs Pixee uses to compare detection speed with containment speed.
- The concrete implementation checklist for shadow AI discovery, privilege documentation, and AI risk councils.
👉 Read Pixee's analysis of why AI security is shifting from prevention to response →
Prompt injection and AI agents: is your response model ready?
Explore further
Prompt injection is now a governance problem, not just a model-safety problem. The article's strongest point is that LLMs collapse the old distinction between input and instruction, which means security teams cannot rely on prevention alone. Once an AI system can call tools or act on behalf of users, the real question becomes how much damage it can do when compromised. For practitioners, that means AI security must be managed through identity scope, containment, and response capability.
A question worth separating out:
Q: Who should be accountable when an AI agent causes a security incident?
A: Accountability should sit with the human owner, platform team, or business function that granted and operated the agent. The identity may act independently, but governance cannot detach responsibility from the delegation chain. Programs should define ownership, escalation, and remediation paths before deployment so responsibility is clear when the agent's behaviour changes.
👉 Read our full editorial: Prompt injection is pushing AI security from prevention to response