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

推荐订阅源

Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
量子位
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
Y
Y Combinator Blog
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
B
Blog
Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
博客园 - 聂微东
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks

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 Introducing Bits AI Dev Agent for Code Security 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
Detect source code attacks with Datadog Code Threat Detec...
Kassen Qian, Daniel Blazquez, Christoph Hamsen · 2026-06-09 · via Datadog | The Monitor blog

Automated developer workflows and AI coding assistants have changed what a pull request (PR) can do. PRs can now modify CI configuration, trigger jobs, access secrets, and initiate release workflows before code ever reaches production. That reach makes them a critical and increasingly targeted part of the supply chain. In supply chain incidents such as tj-actions, Nx s1ngularity, and Shai-Hulud, attackers bypassed production applications to target the systems that created them, including source code repositories, CI/CD pipelines, and dependency caches. 

Datadog Code Threat Detection detects GitHub PRs that are attempting to compromise your CI pipeline or inject malicious code into your codebase. It uses AI-assisted analysis to examine a PR’s full diff alongside repository metadata, dependency context, and actor information to surface behavior that traditional scanners and manual review may miss. 

In this post, we’ll look at how teams can detect malicious code changes and investigate and escalate Code Threat signals in Datadog.

Detect malicious code changes, not just vulnerable code

Most application security tools focus on vulnerabilities, which are unintended flaws in code that an attacker can exploit once the application is running. Unlike a vulnerability, a malicious code change takes advantage of the trusted workflows that teams depend on to ship software—the contributors, CI systems, package registries, and release pipelines that form the path to production. Attackers target that trust directly, and a single malicious PR can compromise downstream systems before anyone reviews it. In the HackerBot Claw campaign, for example, attackers targeted GitHub Actions and LLM-powered workflows through PRs in public repositories.

AI-assisted development expands this attack surface further. Coding agents and repository automation systems can now generate code, open PRs, respond to issues, and interact with CI/CD workflows with limited human oversight. As more PRs come from bots, agents, and external contributors, the volume can outpace manual review. Addressing both problems requires visibility into vulnerable code and code changes that abuse the development process itself. 

Datadog Code Threat Detection brings source code attack detection to PRs monitored by Datadog Code Security so teams can verify trust at the code level, regardless of whether a change comes from a human contributor or a coding agent. It evaluates PRs for obfuscated code and suspicious dependency changes, as well as other behaviors associated with source code attacks, such as typo-squatting, credential exfiltration attempts, and CI/CD workflow tampering. Because these detections indicate active attacks, findings bypass the PR comment thread and raise a security signal in Datadog instead. 

Code Threat Detection signal in Datadog Signals Explorer showing a pull request flagged as malicious with high severity.

Datadog routinely evaluates Code Threat findings against a labeled dataset of threats that are built from internal testing, public incident reports, GitHub threat modeling, and software supply chain security research. This ongoing tuning improves detection probability of real attacks while keeping the number of false positives low.

Investigate and escalate Code Threat signals in Datadog

Code Threat Detection generates signals directly in Datadog’s Signals Explorer, where security and engineering teams can investigate suspicious PRs alongside other security signals. Each signal includes context about the detected behavior—whether a PR is attempting to tamper with CI/CD systems, exfiltrate credentials, abuse dependencies, or manipulate release workflows—so teams can investigate without switching tools.

With each signal, teams can open a case, archive it as a false positive, or escalate the issue to an incident.

Datadog Signals Explorer showing a Code Threat Detection signal with the case creation panel open for incident escalation.

Code Threat Detection is integrated with Datadog’s Workflow Automation, so teams can route signals into the tools and workflows they already use. For example, a signal can trigger a workflow that automatically notifies owners via third-party systems such as Slack and PagerDuty. They can also create custom workflows that interact directly with GitHub for automated remediation. 

Get started with Code Threat Detection

Code Threat Detection extends Datadog Code Security to the PR level, giving teams a way to detect source code attacks before they reach the CI/CD pipeline or production environment. By evaluating PRs for obfuscated code, dependency abuse, credential exfiltration attempts, and CI/CD workflow tampering, Code Threat Detection addresses the part of the supply chain that vulnerability scanners don’t cover. It complements Secret Scanning, Software Composition Analysis, and Infrastructure as Code Security to give you detection across the full path to production. 

Datadog Code Threat Detection is available in Preview for Datadog Code Security customers. To learn more, read our Code Security documentation. For a deeper look at the engineering approach behind Code Threats, read our post about detecting malicious code at scale with LLMs.

If you don’t already have a Datadog account, you can sign up for a free 14-day trialto get started.