DataDog

AI Guard Coding Agents — AI skill for Claude Code

AI community

A CLI that runs AI coding agent actions through Datadog AI Guard before they are executed.

How to install AI Guard Coding Agents

This entry records only its repository, not the path inside it, so there is no exact command to give. Open DataDog/ai-guard-coding-agents and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Guard Coding Agents does

A CLI that runs AI coding agent actions through Datadog AI Guard before they are executed.

Alternatives in AI

  • Peekaboo — Peekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, o 3.2k ★
  • Browserwing — BrowserWing turns your browser actions into MCP commands Or Claude Skill, allowing AI agents to control browse 1.2k ★
  • Kibitz — Real-time decoded feed of AI agent actions — monitor multiple Claude Code & Codex sessions, see exactly what e 521 ★

README

AI Guard for Coding Agents

![Claude Code](https://img.shields.io/badge/Claude_Code-ready-success?style=flat-square&logo=anthropic&logoColor=white) ![Codex CLI](https://img.shields.io/badge/Codex_CLI-roadmap-lightgrey?style=flat-square&logo=https%3A%2F%2Fraw.githubusercontent.com%2FDataDog%2Fai-guard-coding-agents%2Fmain%2Fdocs%2Fimages%2Fopenai.svg) ![Cursor](https://img.shields.io/badge/Cursor-roadmap-lightgrey?style=flat-square&logo=cursor&logoColor=white)

[!IMPORTANT] **Experimental.** This is an early experiment to validate our approach to securing coding agents; not a production-ready product, and not meant for dogfooding at scale. The deployment method here does not reflect the final product, which will use a more secure approach with full data-privacy guarantees. **Do not use this project in data-sensitive coding sessions**.

A CLI that runs AI coding agent actions through [Datadog AI Guard](https://docs.datadoghq.com/security/ai_guard/) before they are executed.

When a coding agent reads a file, runs a command, or loads a skill or plugin, that content can carry malicious intent: prompt-injection payloads, instructions to exfiltrate secrets, attempts to install hostile tools, and similar. This CLI hooks into the agent's lifecycle, evaluates each tool call against AI Guard, and denies the operation when policy is violated.

Denied tool calls provide a useful remediation to the user so they can clearly see what steps are required to fix the issue. Setting `DD_AI_GUARD_BLOCK=false` switches to observe-only: evaluations are still emitted, but no decision is enforced. Every evaluation (allow or deny) is emitted to Datadog with the session, tool, model, and risk category attached.

AI Guard for Coding Agents demo

Installation

A single command bootstraps the CLI on Linux and macOS — it downloads the latest signed binary, verifies its SHA-256 checksum and [Sigstore build-provenance signature](#ver