TL;DR: Anthropic’s report on AI-orchestrated cyber espionage shows that agentic tools can lower the skill barrier for offensive operations, even when attacks still depend on conventional access paths and human direction, according to Promptfoo’s coverage of the report. The security challenge is no longer whether AI can assist attacks, but how defenders govern the same capabilities without weakening legitimate red teaming and validation work.
NHIMG editorial — based on content published by Promptfoo: LLMjacking and AI-assisted cyberattacks, plus the defensive tradeoffs they create
By the numbers:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems (39%), inappropriately sharing sensitive data (31%), and revealing access credentials (23%).
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes
Questions worth separating out
Q: How should security teams govern AI agents used for offensive testing?
A: Treat offensive AI agents as distinct workloads with explicit ownership, scoped tools, and logged approvals.
Q: Why do AI agents increase non-human identity risk?
A: AI agents increase non-human identity risk because they can execute many actions quickly once they inherit a credential or tool permission.
Q: What do security teams get wrong about AI blue teaming?
A: They often treat blue teaming as an assessment activity instead of an operational control.
Practitioner guidance
- Define separate identities for testing and production AI work Use distinct service accounts, credentials, and tool permissions for red teams, engineering experiments, and production-facing AI workflows.
- Scope AI tool access to specific actions and datasets Restrict what coding agents can read, call, and modify.
- Instrument high-velocity abuse detection for NHIs Monitor for bursty credential probing, rapid tool chaining, unusual API call sequences, and access from unexpected execution contexts.
What's in the full article
Promptfoo's full article covers the operational detail this post intentionally leaves for the source:
- The author’s direct analysis of Anthropic’s reported AI-orchestrated attack chain and the policy tradeoffs it creates.
- Examples of why model refusal logic is hard to apply cleanly to offensive testing, research, and legitimate security work.
- Discussion of how red teams can use the same capabilities attackers use without weakening defensive testing.
- The article’s commentary on why AI hacking is becoming more accessible even when it is not fully autonomous.
👉 Read Promptfoo’s analysis of AI hacking, red teaming, and defensive tradeoffs →
AI agents are hacking systems faster. What should defenders do?
Explore further
AI-enabled offensive tradecraft is now a governance problem, not only a threat problem. The article shows that agentic tools can lower the expertise needed to run reconnaissance and exploitation workflows, which changes the economics of abuse. That means defenders must treat model-enabled attack paths as part of the security operating model, not as an edge case. The practical conclusion is to govern AI tooling with the same seriousness applied to privileged automation.
A few things that frame the scale:
- 98% of companies plan to deploy even more AI agents within the next 12 months, despite documented rogue behaviour in 80% of current deployments, according to AI Agents: The New Attack Surface report.
- 52% of companies can track and audit the data their AI agents access, while 48% cannot, according to SailPoint.
A question worth separating out:
Q: Who is accountable when an AI system used for security testing crosses into abuse?
A: Accountability sits with the organisation that grants access, defines scope, and approves the workflow. That usually includes security leadership, platform owners, and the teams managing the AI toolchain. If a model can act on behalf of a business process, the business must control the identity, permissions, and audit trail behind it.
👉 Read our full editorial: AI hacking is becoming easier, but defensive tradeoffs remain