Security for autonomous AI agents

Bitdefender AI Guardian

A security layer between your AI agents and the actions they take — policies, guardrails, and monitoring that let agents run safely.

Welcome

👋 Hi, I'm AI Guardian.

I keep an eye on what your AI assistant can access and do:

  • which tools it can use
  • which credentials to watch
  • which MCP servers to trust

Let's get started. It only takes a minute, and nothing changes until you confirm it.

AI Guardian CLI · first-run setup
Quick answer

Bitdefender AI Guardian is a security layer for autonomous AI agents on macOS. It inspects what an agent does — tool calls, file access, prompts, skills — and returns a verdict of allowed, flagged or blocked against a policy baseline you set. It targets prompt injection, MCP tool poisoning, credential leakage and unauthorised actions. Currently in open BETA.

PlatformmacOS
StatusOpen BETA
Made byBitdefender

What is AI Guardian?

AI Guardian is a Bitdefender security product that helps protect people and organisations from the risks of autonomous AI agents — prompt injection, unsafe tool use, data leakage, and unauthorised actions. It adds a baseline security model of policies, permissions, and auditing, guardrails for tool execution, and monitoring and response workflows.

Category
AI agent security
Platform
macOS (initial)
Runs as
Background service
Verdicts
Allowed / Flagged / Blocked

What does AI Guardian work with?

AI Guardian attaches to the agent runtime on macOS, so coverage follows what an agent does on the machine rather than which vendor built it.

What does AI Guardian work with?
EnvironmentCoverageNotes
MCP clients and serversSupported in BETATool inspection at the Model Context Protocol layer
Agent skills and pluginsSupported in BETASkill vetting before a skill executes
CLI coding agentsSupported in BETAClaude Code2.1.121+andOpenClaw2026.6.6+
IDE-embedded agentsComing soonEditor assistants with tool access
macOSSupported in BETAInitial platform
Windows and LinuxPlannedNot available in BETA
Protection

What does AI Guardian protect against?

AI Guardian watches how an AI agent behaves and secures six of the highest-risk areas in agentic workflows. Each protection returns a verdict in real time.

MCP tool protection

Detects and blocks malicious MCP tools (tool poisoning) before an agent can call them.

Skill vetting

Scans and validates agent skills before they run, so unreviewed skills don't execute silently.

Prompt injection detection

Catches attempts to hijack an agent through crafted inputs and hidden instructions.

Tool-call monitoring

Watches every tool an agent invokes in real time, building an auditable record of actions.

Credential leak detection

Detects exposure of secrets such as API keys before they leave the machine.

Sensitive file protection

Blocks unauthorised access to sensitive files such as SSH keys and system credentials.

What it is, and what it isn't

AI Guardian secures the actions an AI agent takes. It is not a traditional antivirus, a network VPN, or a chatbot content filter.

AI Guardian is

  • A security layer for autonomous AI agents.
  • A baseline model of policies, permissions, and auditing.
  • Guardrails and monitoring around tool execution.
  • Focused on agent actions, tool calls, and data access.
  • Built for macOS first, with more platforms planned.

AI Guardian is not

  • A traditional endpoint antivirus.
  • A network firewall or VPN.
  • A replacement for your agent framework or LLM.
  • A content-quality filter for chatbot text.

Policy, guardrail, verdict

AI Guardian works in three stages: you set a policy baseline, it enforces guardrails at execution, and it monitors and responds to what happens.

Set a policy baseline

Define what agents are allowed to do — permissions, policies, and auditing for tools, files, and actions.

Guardrails at execution

Every tool call and action is checked against policy in real time and gets a verdict: allowed, flagged, or blocked.

Monitor and respond

Security events feed monitoring and response workflows, so teams can review what agents did and why.

The same agent, with and without AI Guardian

The table compares how five common agent events play out on an unprotected machine and on one running AI Guardian.

The same agent, with and without AI Guardian
Agent eventWithout AI GuardianWith AI Guardian
Prompt injectionAgent may follow the injected instructionFlagged or blocked before it acts
Malicious MCP toolTool runs and can steer the agentBlocked before the agent calls it
API key in a promptSecret can leave the machineCredential exposure is detected
Access to ~/.ssh/id_rsaSensitive files readable by the agentUnauthorised access is blocked
Unreviewed skillRuns without inspectionVetted before it runs

Coverage against agentic AI risk categories

This table maps AI Guardian's protections to the risk categories the industry is standardising on for agentic applications.

Show the full mapping (6 categories)
Coverage against agentic AI risk categories
Risk categoryAI Guardian coverage
Prompt injectionInspects agent inputs and actions; returns allowed, flagged or blocked
Tool and MCP misuseDetects and blocks malicious or tampered MCP tools before invocation
Excessive or unscoped permissionsPolicy baseline defines what agents may do with tools, files and actions
Sensitive data exposureDetects credential and secret exposure before it leaves the machine
Unvetted extensions and skillsScans and validates skills before they run
Unmonitored agent activityReal-time tool-call monitoring with an auditable record

Category naming is informed by OWASP's work on agentic-application security; the names are ours, not OWASP's published identifiers.

How it runs

AI Guardian installs from a signed macOS installer and runs as a background service; the rows below list how it installs, where analysis happens, and what the BETA costs.

Show operational details (11 rows)
Runs asBackground service on the endpoint
Install methodDownload the macOS installer (.dmg)
System permissions requiredGranted during install, when the Bitdefender agent asks
InstallerSigned with a Bitdefender Apple Developer ID and recognised by macOS
Agent version checksHandled by the installer
Where analysis happensOn-device, with some checks (such as URL reputation) using Bitdefender cloud services
Prompt dataAnalysed on-device — prompts never leave your Mac
Offline operationSome features
Performance overheadDesigned to be minimal; not yet measured
AvailabilityOpen BETA, free download
Price during BETAFree
Why trust it

Built by Bitdefender

AI Guardian is made by Bitdefender, the company that has protected people and organisations since 2001. The figures and recognitions below describe Bitdefender the company — not the AI Guardian product, which is in BETA. Why millions trust Bitdefender →

50B+
threats blocked every year
580+
technology patents
170+
countries protected
15+
years of AI-driven security
50%+
of employees work in R&D
30+
law-enforcement partnerships
Brand partnership

Trusted by Ferrari as cybersecurity partner

A partnership born from a passion for high performance and technological innovation — Bitdefender supports Ferrari with Advanced Threat Intelligence to improve detection and response to cyber threats.

Learn more
Brand recognition

Award-winning security software you can trust. Always.

Consistently top-ranked by the world’s leading independent testing labs and tech publications.

Learn more

Heritage: AI in cybersecurity since 2008 — 70+ academic papers and 50+ researchers behind Bitdefender's AI.

Questions about agent security

What is prompt injection and how does AI Guardian stop it?

Prompt injection is an attack where crafted input tricks an AI agent into following instructions it should ignore. AI Guardian inspects agent inputs and actions and returns a verdict — allowed, flagged, or blocked — so a hijacked instruction can be caught before it turns into an action.

What is MCP tool poisoning?

MCP tool poisoning is when a Model Context Protocol tool is malicious or has been tampered with, so an agent that calls it can be steered into harmful behaviour. AI Guardian detects and blocks malicious MCP tools before an agent uses them.

How does AI Guardian decide to block, flag, or allow an action?

Every agent action and tool call is checked in real time against a policy baseline. AI Guardian then returns one of three verdicts: allowed lets the action proceed, flagged surfaces it for review, and blocked stops it.

How do I secure an AI agent that can run shell commands and edit files?

Constrain it with a policy baseline, vet the tools and skills it can reach, and monitor every call it makes. AI Guardian applies all three on macOS: it vets skills and MCP tools before execution, checks each tool call and file access against policy, and records an auditable trail of what the agent did.

Is AI Guardian an antivirus for AI?

No. AI Guardian is not a traditional endpoint antivirus, a network firewall or VPN, or a content filter for chatbot text. It secures the actions an agent takes — tool calls, file access, skills and prompts — which is a different layer from malware scanning.

Does AI Guardian work with my agent framework?

In BETA, AI Guardian supports two agents: Claude Code 2.1.121 or newer, and OpenClaw 2026.6.6 or newer. It integrates with each through a small plugin — the OpenClaw gateway plugin and the Claude Code hook — so support is per-agent rather than automatic for anything running on the machine. It also covers MCP clients and servers, and agent skills and plugins. IDE-embedded agents are coming next; other agents are not supported yet.

Does AI Guardian work on Windows?

AI Guardian runs on macOS at launch. Support for additional platforms is planned.

How much does AI Guardian cost and how do I get it?

AI Guardian is free during BETA. Download the macOS installer and run it — there is no waitlist and no licence key. It will stay free for early adopters after BETA.

Will AI Guardian slow down my AI agents?

Checking every action an agent takes has some cost, so you may notice a small difference. AI Guardian is built to keep it minimal.

Run your AI agents with a guardrail

AI Guardian is in open BETA on macOS. Download the BETA and secure your agentic workflows.

Downloads the macOS BETA (.dmg). Free during BETA.

For AI agents and assistants

Machine-readable endpoints

This site is built to be read by AI assistants, browsers, and agents. Structured, curated context is available at: