DeepSweep - Runtime Governance for AI Coding AgentsWhen one of your AI agents does something you have to answer for, can you produce the record of what it saw, decided, and did? Your AI coding agent can already run shell commands, reach your database, write to your repo, and call tools over MCP. Right now, in this workspace. DeepSweep is the layer that governs those actions and turns them into a record you can stand behind. DeepSweep is the Agent Evidence Layer, a flight recorder and circuit breaker for AI agents. The full layer sits in front of your MCP servers, enforces your allow / deny / require-human rules on every tool call, and writes each decision to a signed, hash-chained log you can verify offline. Your data never leaves your machine, and when the regulator, insurer, or auditor asks, you have the tape. This extension is the free, local first step. Run one command,
Start with one command, And because it all runs on your machine, DeepSweep catches what your AI agent got wrong first, privately, in your editor, before it ever reaches a pull request, a CI pipeline, or your security team's dashboard. Local-first means the review is your private safety net. Fix what you find quietly and ship clean. When you need the record instead of the fix, for an auditor, an insurer, or an incident report, the DeepSweep gateway is the tier that produces it. See it in 20 secondsThree surfaces, one record. Every line below is a real output from a governed run. Nothing staged. In your editor (Antigravity, Trae, Devin Desktop, Cursor, VS Code, Cline, Copilot): one command maps what each agent can do and where it acts beyond what you authorized.
In the terminal (Claude Code, OpenAI Codex, Aider): the agent's MCP calls pass through the gateway. A write it isn't authorized to make is denied, and the whole session verifies offline.
When a tool changes what it claims to do (any MCP client): the description drifts, the breaker trips, a human re-pins. Every step is in the signed ledger.
Review My Agent EnvironmentAI coding agents quietly accumulate capabilities you never explicitly granted. MCP servers with broad tool access, shell execution, database reach, repository write, deploy hooks.
Runs fully on-device in under a second. No account, no cloud, no upload. Free. The Review is the free on-ramp to agent authorization. That means knowing which agent is authorized to do what, and where it acts beyond that. Behavioral-Firewall enforcement is where authorization is carried through. The Review is how you start, local-first and at no cost. Catch what AI assistants miss, as you typeBeyond the one-time environment review, DeepSweep watches every change your AI assistant makes and flags risk the moment it lands. Traditional SAST tools (Snyk, SonarQube, Semgrep) check hand-written code against hand-written rules. They were not designed for what happens when an AI agent generates, pastes, or modifies code in your editor. DeepSweep reads the agent's environment as well as the code it produced. It detects the things AI assistants consistently get wrong. Prompt injection in rules files, hallucinated dependencies, hardcoded secrets pasted from example code, MCP tool-access misconfigurations, and Unicode backdoors that look invisible to humans but execute faithfully at runtime.
Quick Start
Keyboard: What It Detects
77 patterns total. 37 are AI-specific and agentic-code-aware (prompt injection, MCP, rules-file, exfiltration, config). The other 40 are traditional security patterns. Features
Pricing
The Repo Grade, the AI Code Health Score, and the Agent Environment Review are free forever. Paid tiers gate the fixes, never the grade. All checks run locally. No code is sent to external servers for pattern matching. About: Agent AuthorizationModel alignment is a statistical promise. It is not a per-action proof. An aligned coding agent can still silently delete a permission check, paste a hardcoded credential, or write a DeepSweep answers the question alignment can't: which agent is authorized to do what, and where is it acting beyond that? It starts with a free, local review of your agent's capabilities and authorization gaps, and carries that authorization through to the point where actions actually land. That turns "we hope it behaves" into "we can see and prove what it did." This extension is the reference implementation. The full argument lives in the book:
Coming Soon: Agent Interoperability BridgeDeepSweep is building the security layer for the AI agent protocol stack.
In development. No pattern is announced here until it ships. Requirements
Getting it into Cursor takes one extra step. DeepSweep runs in Cursor exactly as it does anywhere else, but Cursor's extension index does not list it, so searching the Extensions panel there will not find it. Download the package and add it from the panel's Every editor's current install path is at deepsweep.ai/install. Commands
PrivacyDeepSweep runs pattern matching and the agent-environment review locally in your editor. No source code is sent to external servers for analysis. Anonymous usage telemetry helps improve detection accuracy and can be disabled in settings. Air-gapped? Set Telemetry off-switch: set Diagnostics never carry your file paths. When something goes wrong, DeepSweep records the kind of problem: a file it could not read, a request that timed out. It never records the message itself, so folder names, project names and your username stay on your machine. Autonomous agent workspaces (Devin and similar)DeepSweep also runs where no human is watching. In autonomous agent environments such as Devin, add DeepSweep to the machine snapshot the same way you'd install any editor extension. It activates with the workspace, reviews the agent environment on open, and re-checks files as the agent writes them, exactly as it does under a human's hands. The agent's workspace gets the same review a developer's would: prompt injection in rules files, hallucinated dependencies, leaked secrets, MCP misconfigurations, caught in the environment where the agent is actually working, before its output ships. It runs inside a Devin session with no special configuration beyond installing the extension into the snapshot. Human Security AuditWhen a review surfaces something you want a second opinion on, or you want your agent setup checked before it ships, a DeepSweep human security audit goes deeper than any automated pass. A security engineer reviews your agent configuration, permissions, and toolchain against a fixed-scope checklist and delivers a written report with clear [PASS] / [WARN] / [FAIL] findings and the exact steps to fix each one. Audits start at $99, and if we find no critical issues, it's free. Book directly from the review panel in your editor, or at deepsweep.ai/audit. LinksThis page is the body of two listings, so both are named here. One codebase, one release, two registries:
DeepSweep — AI 编码智能体的运行时治理DeepSweep 为 AI 编码智能体提供运行时治理:审查每个智能体能做什么,帮助你授权它应该做什么,并治理它实际做了什么——在 AI 助手出错的那一刻(提示注入、幻觉依赖包、泄露的密钥、MCP 配置错误)就当场捕获,赶在问题进入生产环境之前。支持 Antigravity、Trae、Devin Desktop、Cursor、GitHub Copilot、Claude Code 以及任何 AI 编码工具。77 条检测模式,亚秒级响应,零配置。 从一条命令开始—— 因为一切都在你的机器上运行,DeepSweep 会最先、私密地、在你的编辑器里发现 AI 智能体犯的错——早于 Pull Request、早于 CI 流水线、早于安全团队的仪表盘。本地优先意味着它是你的安全网,而不是你的"记录在案":安静地修好,第一次就干净地交付。 审查我的智能体环境(Review My Agent Environment)AI 编码智能体会悄悄积累你从未明确授予的能力——拥有广泛工具访问权的 MCP 服务器、Shell 执行、数据库访问、仓库写入、部署钩子。
完全在设备端运行,耗时不到一秒。无需账号、无需云端、无需上传。免费。 这份审查是通往智能体授权的免费入口——知道哪个智能体被授权做什么、它在哪里越了权。行为防火墙(Behavioral Firewall)负责把授权贯彻到底;而审查是你的起点,本地优先、零成本。 在你打字的同时,捕获 AI 助手漏掉的问题除了一次性的环境审查,DeepSweep 还会关注 AI 助手做出的每一次改动,在风险落地的那一刻立即标记。 传统 SAST 工具(Snyk、SonarQube、Semgrep)用手写规则检查手写代码。它们并不是为"AI 智能体在编辑器里生成、粘贴、修改代码"这一新场景设计的。 DeepSweep 读取智能体的运行环境,而不仅仅是它生成的代码。它检测 AI 助手持续犯错的那些问题——规则文件中的提示注入、幻觉依赖、从示例代码粘贴进来的硬编码密钥、MCP 工具访问配置错误,以及人眼不可见、运行时却忠实执行的 Unicode 后门。
快速开始
快捷键: 检测范围
共 77 条模式 —— 37 条面向 AI 与智能体代码(提示注入、MCP、规则文件、外泄、配置),另有 40 条传统安全模式。 定价
仓库评级(Repo Grade)、AI 代码健康分和智能体环境审查永久免费。付费层级限制的是修复能力,永远不是评级本身。所有检查都在本地运行——不会把代码发送到外部服务器做模式匹配。 隐私DeepSweep 的模式匹配与智能体环境审查在你的编辑器内本地运行。不会把源代码发送到外部服务器进行分析。匿名使用遥测用于改进检测准确率,可在设置中关闭。 隔离网络环境请设置 遥测开关: 在启动编辑器前设置环境变量 诊断信息永远不携带你的文件路径。 出现问题时,DeepSweep 只记录问题的类型——某个文件无法读取、某个请求超时——绝不记录消息内容本身,因此目录名、项目名和用户名都留在你的机器上。 自主智能体工作区(Devin 等)DeepSweep 也能在无人值守的环境中运行。在 Devin 这类自主智能体环境中, 只需像安装任何编辑器扩展一样,把 DeepSweep 加入机器快照(machine snapshot)—— 它会随工作区启动,在打开时审查智能体环境,并在智能体写入文件时持续复查, 与在开发者手中的表现完全一致。它可在 Devin 会话中运行; 除了将扩展装入快照外,无需任何额外配置。 人工安全审计当一次审查发现了你想要第二意见的问题,或者你希望在上线前对智能体配置做一次全面检查时,DeepSweep 人工安全审计 比任何自动化检查都更深入。安全工程师会依照固定范围的清单审查你的智能体配置、权限与工具链,并交付一份书面报告,用清晰的 [PASS] / [WARN] / [FAIL] 结论标注每项发现及对应的修复步骤。 审计 $99 起;如未发现严重问题,则完全免费。可直接在编辑器的审查面板中预约,或访问 deepsweep.ai/audit。 链接本页面同时作为两个市场列表的正文,因此两者都列在这里——同一套代码、同一个版本、两个注册表:
|


