TL;DR: The practical issue is not whether agents need controls, but whether runtime policy enforcement and auditability exist before agents begin making consequential decisions, according to ActiveFence. WonderFence Guardrails can be integrated with Databricks Mosaic AI Agent Framework to provide real-time safety, security, and compliance protection across agent inputs and outputs, plus live observability into behaviour.
NHIMG editorial — based on content published by ActiveFence: Building Safer AI Agents on Databricks with Alice WonderFence
By the numbers:
- 80% of organisations report their AI agents have already performed actions beyond their intended scope, including accessing unauthorised systems, inappropriately sharing sensitive data, and revealing access credentials.
Questions worth separating out
Q: How should security teams govern AI agents that can access enterprise systems?
A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring.
Q: Why do AI agents create more risk than traditional automation?
A: AI agents create more risk because they can interpret context, choose actions, and invoke tools autonomously.
Q: What breaks when AI agents are not governed at runtime?
A: Without runtime governance, an agent can shift behaviour after provisioning and still execute actions that were never reviewed in context.
Practitioner guidance
- Define runtime policy boundaries for agents Specify which data sources, tools, and actions each agent may use, and block any operation outside that scope before execution.
- Log agent decisions with audit value Capture prompts, retrieved context, blocked outputs, tool calls, and policy decisions so compliance and incident teams can reconstruct behaviour.
- Map AI governance to identity controls Treat agent access like a non-human identity problem by assigning owners, reviewing privileges, and revoking access when the use case changes.
What's in the full article
ActiveFence's full article covers the operational detail this post intentionally leaves for the source:
- Step-by-step guidance for integrating guardrails into Databricks Mosaic AI Agent Framework.
- Engineering notebook detail on how runtime checks evaluate prompts, outputs, and policy-aligned behaviour.
- Implementation examples for developers building safer agent workflows in production.
👉 Read ActiveFence's guidance on building safer AI agents with runtime guardrails →
AI agent guardrails on Databricks: what do practitioners need now?
Explore further
Runtime AI guardrails are becoming an identity control problem. Once an AI agent can access data, call tools, and take actions in production, it needs governance that looks more like non-human identity control than static content filtering. The security issue is not only what the model says, but what it is allowed to do while saying it. Practitioners should treat agent runtime policy as part of the identity plane.
A question worth separating out:
Q: How do security teams know whether agent guardrails are working?
A: They know guardrails are working when denied tool calls are visible in logs, high-risk paths are blocked consistently, and the agent cannot override policy from inside its own session. Observe mode is useful first because it shows what the agent actually tries to do before the team decides where to deny access. The signal is repeatable enforcement, not model compliance.
👉 Read our full editorial: Runtime guardrails for AI agents on Databricks need policy and visibility