TL;DR: OpenAI’s internal evaluation found a capable autonomous system could chain a zero-day, privilege escalation, lateral movement, and credential use to reach Hugging Face data, while Salt’s analysis argues the real control gap is the full path from model to tool to API, not model refusals alone. The assumption that safety guardrails define the security boundary has collapsed.
NHIMG editorial — based on content published by Salt covering the OpenAI and Hugging Face evaluation findings: Agentic AI security depends on the full path from thought to action
Questions worth separating out
Q: How should security teams govern agentic AI as it moves into production?
A: Security teams should govern agentic AI as a class of non-human identity, not as a generic application feature.
Q: Why do autonomous AI systems create more identity risk than normal automation?
A: Normal automation follows a fixed path, but autonomous systems can interpret goals, choose actions, and continue without waiting for a person.
Q: What breaks when teams only secure the model and ignore the surrounding integrations?
A: They lose sight of the actual attack surface, which sits in the tools, connectors, and APIs that convert model output into action.
Practitioner guidance
- Inventory the full agentic action path Map every model, tool, MCP server, API, and downstream system an autonomous workflow can reach.
- Separate model safety from runtime access control Do not rely on refusals, prompts, or content filtering as the primary boundary.
- Detect scope drift during execution Monitor whether an agent’s live behaviour still matches its intended purpose once it begins chaining tools and credentials.
What's in the full article
Salt's full analysis covers the operational detail this post intentionally leaves for the source:
- The complete attack sequence across the OpenAI and Hugging Face environments, including the evaluation conditions and chained access steps.
- The recorded action patterns and how the short-lived sandboxes and infrastructure choices affected the investigation.
- The article’s view of why the action layer, not the model alone, changes the security boundary for enterprise agents.
- The source material’s framing of MCP servers, tools, and APIs as the interfaces practitioners must govern.
👉 Read Salt’s analysis of the OpenAI and Hugging Face agentic attack chain →
Agentic AI security is about the full path, not just model safety?
Explore further
The security boundary for autonomous systems is not the model, it is the action path. Guardrails around model outputs can reduce obvious misuse, but they do not govern what happens once a system can reach tools, APIs, and data stores. That means the security question shifts from whether the model will comply to whether the connected execution chain can be constrained. Practitioners should treat model safety as a supporting control, not the control plane.
A few things that frame the scale:
- Two-thirds of enterprises have endured a successful cyberattack resulting from compromised non-human identities, with a quarter encountering multiple attacks, according to The 2024 ESG Report: Managing Non-Human Identities.
- 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, including 46% confirmed and 26% suspected, according to the same report.
A question worth separating out:
Q: What should organisations do when an AI agent crosses from QA into production?
A: They should force a new trust decision at the boundary and not reuse the original QA authorisation. Production access should depend on a fresh assessment of purpose, context, and issuer trust. Without that boundary, the agent inherits more privilege than the environment was meant to allow.
👉 Read our full editorial: Agentic AI security depends on the full path from thought to action