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

推荐订阅源

B
Blog
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理
Jina AI
Jina AI
雷峰网
雷峰网
博客园_首页
WordPress大学
WordPress大学
博客园 - 司徒正美
爱范儿
爱范儿
博客园 - 聂微东
IT之家
IT之家
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
有赞技术团队
有赞技术团队
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
Tailwind CSS Blog
博客园 - Franky
V
V2EX
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志

Sysdig Blog

Masterclass: AI is more than ChatGPT and LLMs CVE-2026-39987 update: How attackers weaponized marimo to deploy a blockchain botnet via HuggingFace 5 steps to securing AI workloads Marimo OSS Python Notebook RCE: From Disclosure to Exploitation in Under 10 Hours Security briefing: March 2026 The Sysdig MCP server is now available in AWS Marketplace Risk isn’t reduced until you take action: How teams resolve issues in the cloud AI infrastructure security: Why it deserves its own category Three pillars for building effective runtime-powered cloud defense, the right way Closing the cloud security gap with runtime security Seeing risk isn’t stopping it: Why visibility alone isn’t enough TeamPCP expands: Supply chain compromise spreads from Trivy to Checkmarx GitHub Actions AI coding agents are running on your machines — Do you know what they're doing? Runtime security for AI coding agents: Protecting AI-assisted development How runtime insights power every cloud security use case CVE-2026-33017: How attackers compromised Langflow AI pipelines in 20 hours Inline Cloud Response: Accelerating AWS threat containment for SOC teams Runtime malware detection for AWS Fargate Detecting CVE-2026-3288 & CVE-2026-24512: Ingress-nginx configuration injection vulnerabilities for Kubernetes Malware detection with Sysdig Security briefing: February 2026 Leveling up Kubernetes Posture: From baselines to risk-aware admission Eliminating runtime blind spots: How CleanStart and Sysdig build continuous trust across the container lifecycle LLMjacking: From Emerging Threat to Black Market Reality Real risks live at runtime: Why CISOs must care about deep telemetry in 2026 Sysdig named a Leader in the Forrester Wave™: Cloud Native Application Protection Solutions, Q1 2026 How to run rootless containers AI-assisted cloud intrusion achieves admin access in 8 minutes Security briefing: January 2026 Securing GPU-accelerated AI workloads in Oracle Kubernetes Engine
Sysdig MCP server on Amazon Bedrock: AI-powered DSPM in a...
Dan Belmonte · 2026-05-26 · via Sysdig Blog

Security teams are integrating foundation models into operational workflows for alert triage, investigation, remediation. For these agents to be effective, they need structured access to security intelligence such as runtime detections, identity analysis, vulnerability context, and data security findings. 

But for many teams hoping to take advantage of the speed and scale of agentic security, there’s a data-sized gap in their workflows. The gap isn’t in the availability of data; it’s making that data callable from an agentic workflow. That’s where headless cloud security that leverages a model context protocol (MCP) server comes into play. 

The Sysdig MCP server, available on the AWS Marketplace, enables security teams leveraging agentic AI to use Sysdig data for a wide range of use cases with workflows that align to their specific needs.

For this blog post the focus will be on Sysdig’s data security findings, cloud-native data security posture management (DSPM) capabilities delivered by Sysdig through an integration with Bedrock Data

Data security findings discovers and classifies financial data, personally identifiable information (PII), and personal health information (PHI) to help security teams understand, investigate, and remediate risks such as exposure. 

The architecture: A native AWS AI security stack

The core AI stack runs entirely inside AWS, meaning model inference, tool orchestration, and agent memory all stay within your account boundary.

Here is how the components come together:

  • Amazon Bedrock: Foundation models hosted on Amazon Bedrock provide the natural language understanding, reasoning, and decision-making capabilities that drive every investigation.
  • Amazon Bedrock AgentCore: AgentCore hosts the Sysdig MCP server as a managed AgentCore Runtime, fronted by an AgentCore Gateway that any MCP-compatible client can connect to.
  • Sysdig MCP server: The standardized bridge between the LLM and Sysdig’s security intelligence. It provides the agent with runtime threat detection, Kubernetes observability, vulnerability intelligence, and posture findings. The MCP server fetches findings from Sysdig Secure over authenticated outbound API calls.

Operationalizing the Sysdig MCP server

Before walking through the demo scenarios, here is what this environment requires.

Headless cloud security:  Onboarding skill

To connect your AWS environment to Sysdig, we use a specific skill that packages complex security workflows into actions that any AI agent can execute. Skills offer pre-built expertise without the friction of legacy onboarding workflows. 

Instead of manually configuring cloud accounts, IAM roles, and scanning policies, you can invoke a Skill and it handles the end-to-end setup.

For this demo, we use the Onboarding skill to connect the target AWS account to Sysdig Secure. The agent calls the Skill, which provisions the necessary cloud infrastructure and enables DSPM scanning – all from a single conversational prompt.

Sysdig Secure with Data Security Findings

A Sysdig Secure account with Data Security Findings enabled for your AWS storage (S3 and RDS) is required to scan, classify , and map a risk profile such as public exposure or IAM, attack paths for the stored data.

Amazon Bedrock AgentCore

We use three AgentCore resource types:

  • Runtime: Hosts the Sysdig MCP server container, manages its lifecycle, and injects credentials from Secrets Manager.
  • Gateway: Exposes a stable MCP endpoint with IAM-based authentication between services, so any MCP-compatible client can connect without managing infrastructure.
  • Memory: Provides conversational continuity so the agent retains context across multi-step investigations.

The Gateway is what makes this setup practical. It gives the agent a single, stable URL to reach Sysdig’s tools, while AgentCore handles networking, scaling, and IAM trust between the Runtime and the client.

Local client: Your AI agent of choice

Any client that supports the MCP can serve as the local surface.

For this blog post, we use OpenCode as the single interface for the entire workflow: it handles your questions, routes tool calls to the AgentCore Gateway, and runs LLM inference on Amazon Bedrock.

Workflows in action

With the stack deployed and the Sysdig MCP server connected, we can now run some prompts against live data to return traceable, tool-backed answers.

Sensitive data exposure:What's out there and who can see it?

The scenario: Your security team is kicking off a data security review. Before prioritizing remediation, you need an accurate picture of what sensitive data exists across your cloud environment and how much of it is publicly accessible right now.

The agent queries Sysdig's DSPM graph directly to provide information about S3 buckets that are both publicly exposed and contain classified sensitive data, filtered to the Personal data category. It returns a structured inventory that includes bucket names, owning accounts, exposure status, the specific data classes detected, and the severity of each finding.

Remediation is out of scope for this scenario, but the same conversational surface extends naturally into action via an AWS MCP server, CLI-driven skills, or whatever fits your workflow.

Interpreted posture review, from inventory to insight

The scenario: Your compliance team needs interpretation of the data security findings provided by Sysdig Secure. Which findings map to which regulations? Where are the non-obvious risks hiding? Which combinations of data classes could make a single bucket a top-priority target for adversaries?

The agent runs parallel QL queries against Sysdig Secure data, including distinct data categories, severity distribution, and full bucket-level detail. The agent then reasons over the combined output. 

It maps data classes to regulatory frameworks such as HIPAA for health data and PCI DSS/SOX for financial data. Using this information, the agent identifies non-obvious risks such as login credentials in Terraform state as a lateral-movement enabler, and then prioritizes these risks using several factors that provide context beyond severity alone.

The result is a stacked risk ranking, led by a publicly exposed bucket containing PII like social security numbers and dates of birth, as well as health and financial data. The list of risks also includes a bucket that isn't publicly exposed but still ranks top-three on regulatory breach risk alone.

From detection to remediation

Identifying the risk is half the problem – you still need to close the gap. When the Sysdig MCP is paired with an AWS CLI MCP server on Amazon Bedrock, the same conversational workflow extends from investigation into remediation.

In this example, an agent identifies an overly permissive IAM role granting access to sensitive S3 buckets. With this information, the agent can draft a scoped-down IAM policy that removes the unnecessary permissions:

Restrict the access. Apply a deny policy on the EKS-Node-PaymentsRole for the three sensitive buckets you identified.

The investigation log containing every tool call, every finding, and every policy change remains a traceable record for your incident documentation.

Key takeaways

Each scenario above requires traversing multiple security domains like storage configuration, IAM access paths, runtime detections, and data sensitivity in a single investigation. The Sysdig MCP server exposes each of these as discrete, queryable tools. 


An agent can chain these disparate signals in whatever order the investigation demands, and because each step maps to a specific tool call, the result is a traceable chain of evidence, not a hallucinated summary. This powerful capability enables:

  • Context-aware remediation: The agent correlates DSPM classifications (what sensitive data exists) with posture findings (who can access it, is it exposed) and runtime signals (is something actively suspicious) to recommend — and with approval, execute — specific actions.
  • Speed to resolution:  What is usually a time-consuming manual workflow that requires navigating between views only takes seconds via a conversational interface with an agent.

Get started with headless cloud security

Headless cloud security powered by skills and MCP servers marks a major transition for organizations. Security teams can evolve to being orchestrators rather than operators. The DSPM scenarios in the post are a starting point. 

Ultimately, how you choose to use headless cloud security will be up to you. 

To learn more about Sysdig headless cloud security, sign up for our newsletter to get the latest agent skills, educational content, and practical guidance. 

When you’re ready to see headless cloud security for yourself, request a demo.