Your AI agents are writing code unsupervised.

RacterSentry monitors, gates, and audits every action your AI coding agents take — in real time. Endpoint detection and response, purpose-built for the age of autonomous code.

terminal
$ racter-sentry init --token rs_live_...
 Agent registered (mTLS certificate issued)
 Claude Code hooks configured
 OTel telemetry routed to localhost:4317
 eBPF kernel module loaded
 Sigma rules synced (47 rules, v2.1.0)

Sentry is active. Monitoring 1 agent session.

The Problem

AI coding agents operate with broad permissions and zero security awareness. Every session is an unmonitored attack surface.

Critical

Destructive Commands

AI agents can run rm -rf /, DROP TABLE, or chmod 777 without understanding the consequences.

High

Secrets in Code

Agents hardcode API keys, database passwords, and private keys directly into source files — then commit them.

High

Supply Chain Attacks

Agents install unknown packages that could be typosquatting or malicious. One bad dependency compromises the entire build.

How It Works

Three steps from install to full coverage. No configuration drift. No maintenance burden.

01 — Deploy

One binary. One command.

The agent installs as a systemd service, loads eBPF into the kernel, and configures Claude Code hooks automatically. Under two minutes from download to active monitoring.

02 — Detect

Sigma rules in real time.

Sigma rules evaluate every tool call in real time. Block destructive commands, flag secrets, catch scope violations — before the code is written.

03 — Respond

Route, investigate, resolve.

Findings stream to your dashboard. Acknowledge, investigate, or auto-route to Slack, PagerDuty, or your SIEM. Full audit trail for compliance.

Detection Rules

Industry-standard Sigma rules. Write your own or use our curated library.

atr-001.yml
title: Destructive Bash Command
id: atr-001
status: stable
level: critical
description: Detects destructive commands executed by AI agents
tags:
  - attack.impact
  - owasp.agentic.asi02
detection:
  selection:
    tool_name: Bash
  keywords:
    bash_command|contains:
      - 'rm -rf'
      - 'mkfs'
      - 'dd if='
      - 'chmod 777'
  condition: selection and keywords
action: block

Security Controls

Six detection categories covering the full spectrum of AI agent risk.

Destructive Command Detection

Block file system destruction, database drops, and permission changes before they execute.

Secrets & Credential Exposure

Detect API keys, private keys, and passwords written into source files or passed through tool calls.

Scope Boundary Violation

Alert when agents access files outside the project workspace, including SSH keys, AWS credentials, and system configs.

Supply Chain Injection

Flag unknown package installations and check for typosquatting, low download counts, and recently published packages.

Network Exfiltration Detection

Monitor for curl, wget, and network calls that could exfiltrate source code, secrets, or sensitive data to external endpoints.

Permission Escalation Monitoring

Track permission mode changes, auto-approve toggling, and subagent delegation that expands the agent's authority.

Enterprise Ready

Built for security teams deploying AI agents at scale.

eBPF Tamper Resistance

Kernel-level protection on Linux. Detects and reports attempts to kill, debug, or modify the agent process.

mTLS Authentication

No static tokens. Short-lived certificates rotate every 24 hours. Compromised credentials expire automatically.

OWASP Agentic Top 10

Every detection rule maps to ASI01 through ASI10. Full coverage of the OWASP Agentic Security standard.

Zero Raw Data in Cloud

Source code, prompts, and file contents never leave the developer's machine. Only structured findings reach the SaaS platform.

Pricing

One price per agent. Tiers differentiated by feature set, not cost.

Starter

$80 /agent/month
  • Up to 10 agents
  • Community detection rules
  • 30-day finding retention
  • Email alerts
Request Early Access
Recommended

Business

$80 /agent/month
  • Up to 100 agents
  • Custom detection rules
  • 90-day finding retention
  • Slack + PagerDuty integration
  • OU hierarchy + dry-run mode
Request Early Access

Enterprise

$80 /agent/month
  • Unlimited agents
  • SSO / SAML / SCIM
  • 1-year finding retention
  • SLA + dedicated support
  • SIEM integration
  • eBPF tamper resistance
Request Early Access

Agent Compatibility

Coverage across the AI coding agent landscape.

Agent Coverage Capabilities
Claude Code Full Gate + Observe + Transform
Kiro Full Gate + Observe + Transform
Cursor Strong Observe + Transform
GitHub Copilot Moderate Observe
Windsurf Moderate Observe
Codex CLI Moderate Observe