惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
Vercel News
Vercel News
D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
H
Help Net Security
小众软件
小众软件
美团技术团队
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
D
Docker
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Blog — PlanetScale
Blog — PlanetScale
H
Hackread – Cybersecurity News, Data Breaches, AI and More
罗磊的独立博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
S
SegmentFault 最新的问题
云风的 BLOG
云风的 BLOG
B
Blog
雷峰网
雷峰网
The Cloudflare Blog

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis Monitor Aruba Central in Datadog
Introducing Bits AI Dev Agent for Code Security
Kassen Qian, Veer Bhatia · 2026-03-26 · via Datadog | The Monitor blog

As organizations adopt AI-assisted development and increase their release velocity, they are not only generating more code but also finding more vulnerabilities from static analysis. The traditional remediation workflow of manually triaging issues, creating tickets, and opening individual pull requests (PRs) cannot keep pace. Fixing tens of thousands of vulnerabilities one by one is not a viable remediation strategy.

To help remediate vulnerabilities at scale, Datadog is introducing Bits AI Dev Agent for Code Security. Built into Datadog Code Security, the Dev Agent can automatically generate fixes for vulnerabilities in your codebase and open PRs on your behalf for review.

This post explains how Bits AI Dev Agent for Code Security helps you:

  • Reduce vulnerability backlogs more efficiently

  • Maintain control and visibility over automated remediation

  • Scale your vulnerability management practices with AI

Reduce vulnerability backlogs more efficiently

Datadog Static Code Analysis (SAST) continuously scans your source code repositories to identify vulnerabilities, using a combination of rule-based and AI-native scans. It filters out false positives and highlights high-confidence issues mapped to Common Weakness Enumeration (CWE) entries in the OWASP Top 10.

As development accelerates with AI-generated code, the volume of findings tends to increase just as quickly. Bits AI Dev Agent helps teams keep pace by generating fixes, both for individual findings and for batches of vulnerabilities.

Generate a fix for a single vulnerability

When reviewing a SAST finding, you can generate a fix directly from Bits AI Dev Agent. For supported high-confidence vulnerabilities, fixes can be pre-generated and made ready for review. This gives security engineers a fast way to assess a proposed remediation before involving a developer.

If you want to refine the proposed change, you can expand the session and interact with the Dev Agent to adjust the fix. Once you’re satisfied, you can create a GitHub PR directly from the interface. Instead of filing a ticket and waiting for someone to pick it up, you can provide developers with concrete, code-level changes that they can review and merge.

Bits AI SAST remediation session showing an SQL injection fix with a code diff in productRoutes.js.

Fix vulnerabilities in batches

For large backlogs, single fixes simply aren’t efficient enough to scale with the pace of backlog growth. This is where batch fixes come in. With batch fixes, you can define a set of many vulnerabilities that the Dev Agent should remediate at once. For example, you can choose to fix all SQL injections in selected repositories, addressing one type of vulnerability at once across many instances of it in your codebase.

You can also define how fixes should be grouped into PRs that the Dev Agent will create. You can group PRs by repository (e.g., “fix all matching findings in this repository in one PR”), by file, or by individual finding (e.g., “create one fix PR per finding”). These options are provided to help you match Dev Agent PR cadence to your development teams’ code review processes and bandwidth for reviewing security patches.

Once a batch fix is created, the Dev Agent generates individual fixes and can open PRs according to the preferences you defined. You no longer have to open thousands of PRs manually. Now, you can define the strategy once and let the agent handle the repetitive work.

Create a new Bits AI Batch Fix modal showing PR grouping options and a preview of findings to remediate.

Maintain control and visibility over automated remediation

Bits AI Dev Agent is designed to operate transparently, providing security and engineering teams with clear visibility into every action it takes.

Track each remediation session

Every unit of work performed by the Dev Agent is captured as a session, which maps 1:1 to a PR created by Bits. Each session is saved in the Sessions view, which provides a centralized record of activity, including the associated findings, generated fixes, and PR status. From any session, you can review progress, inspect generated diffs, and stop or restart remediation progress as needed.

Monitor batch fix progress in real time

The Batches view gives you a high-level picture of remediation progress across different sessions. In this view, you can track how many findings have been remediated in the source code, how many PRs are open, and which PRs have been approved or merged.

Dev Agent Batches list showing multiple active and paused SAST batch fixes with creator and status details.

If priorities shift, you can pause or stop a batch fix at any time. Because remediation is tied to tracked findings, you keep a clear link between vulnerabilities and the code changes meant to address them. That context helps security and development teams collaborate more efficiently.

Batch detail view showing session progress, remediation status, and PR states for a Python command injection fix campaign.

Scale your vulnerability management practices with AI

Remediations by Bits AI Dev Agent reflect a shift in how security and development teams are approaching vulnerability management. As the pace of software development accelerates, security teams must scale existing processes to keep up. AI can be used not only to fix vulnerabilities in bulk but also to increase efficiency across other parts of the vulnerability management life cycle.

For example, at Datadog, we have seen that combining a traditional static analysis approach with AI-native scanning leads to higher detection accuracy of code vulnerabilities. From that set of vulnerabilities, Code Security also filters out false positives with LLM-based filtering. Once findings have been narrowed down, you can now use the Bits AI Dev Agent to automatically generate fixes, open PRs, and track remediation progress—all while maintaining control over scope and review.

Reduce risk without increasing manual effort

As codebases grow and release cycles accelerate, security teams need tools that go beyond detection and help drive remediation at scale. Bits AI Dev Agent for Code Security helps these teams reduce their vulnerability backlogs while maintaining visibility and control over every remediation.

To get started, visit the documentation for Bits AI Dev Agent and the Datadog Code Security. And if you’re new to Datadog, sign up for our 14-day free trial.