AWS Continuum: AI to Secure Agent-Generated Code
AWS's new service automates detection, validation, and remediation of vulnerabilities in enterprise environments, addressing the security challenge in AI-accelerated development.
June 23, 2026 · 4 min read
TL;DR: AWS has introduced Continuum, an AI-powered security service that automates detection, validation, and remediation of vulnerabilities in agent-generated code. With assisted and autonomous modes, it aims to keep pace with accelerated code generation without compromising security.
What happened?
AWS introduced Continuum, a cloud-native security service that uses artificial intelligence to automate the full vulnerability management lifecycle: from discovery to remediation, in both proprietary and third-party code. The tool can analyze code, validate whether a vulnerability is exploitable, generate recommendations, and optionally apply patches autonomously in a mode called "enforce mode."
According to Chet Kapoor, VP of Security and Observability at AWS, Continuum is designed to help companies "move findings through the entire remediation lifecycle" (source: AWS blog). The service incorporates pentesting and code scanning capabilities inherited from Security Agent, and introduces novel features such as automatic threat modeling in STRIDE format.
Continuum joins a growing trend of AI-driven security solutions, such as GitHub Copilot Autofix or GitLab's Vulnerability Remediation, but stands out for its comprehensive approach and ability to operate in autonomous mode. AWS positions it as a response to the increasing volume of code generated by coding agents, which Gartner predicts could account for 65% of new code by 2027.
Why is it important?
The rise of AI coding agents has skyrocketed the volume of generated or modified code, but traditional security processes—based on dashboards and manual triage—do not scale at that speed. Akshat Tyagi of HFS Research notes that "the hardest problem is no longer finding flaws, but knowing which ones are real, which matter in your environment, and which should be fixed first." Continuum addresses this bottleneck by prioritizing risks and suggesting mitigations, keeping humans in control of high-risk decisions.
Moreover, attackers also have access to AI capabilities, making faster response critical. Continuum promises to reduce the average remediation time from days or hours to minutes, directly competing with solutions like GitHub Advanced Security, GitLab Secret Detection, or Snyk. According to an IBM report, the average cost of a data breach in 2024 was $4.88 million, with a containment time of 194 days. Tools like Continuum could significantly reduce these figures.
The historical context is relevant: for years, security in development has relied on static (SAST) and dynamic (DAST) scanners that generate endless lists of false positives. Continuum attempts to solve this by integrating contextual validation and continuous learning from the environment. Additionally, the STRIDE model (Spoofing, Tampering, Repudiation, Information Disclosure, Denial of Service, Elevation of Privilege) is a threat modeling standard that previously required human expertise; automating it is a significant advancement.
What consequences will it have?
For companies, Continuum can transform the dynamics between development and security teams: developers will be able to fix vulnerabilities without relying on manual security analysis, integrating security into the CI/CD flow more smoothly. The autonomous mode, though optional, raises questions about human oversight and the possibility of automated errors. AWS assures that the system learns from the environment and respects user-defined guardrails before acting on its own. However, in regulated sectors like finance or healthcare, full automation may require additional audits.
In the market, Continuum strengthens AWS's position in cloud security against Azure and GCP, and could pressure traditional security tool providers to incorporate more AI-based automation. It may also accelerate the adoption of coding agents by reducing the risk of generating insecure code. According to Forrester, the application security market will reach $12 billion in 2025, and automation will be a key differentiator.
Compared to previous events, such as the launch of Amazon Inspector in 2015 (a vulnerability scanner), Continuum represents a qualitative leap: it moves from detection to remediation. This could lead to market consolidation, where providers offering only detection fall behind.
What should readers know?
- Not just a scanner: Continuum covers the full vulnerability lifecycle, from detection to automated remediation.
- Assisted vs. autonomous mode: Initially operates in assisted mode; autonomous mode activates only after the system has learned enough rules from the environment.
- Integration with existing workflows: Proposes reviewable patches within development workflows, without replacing security teams.
- Automatic threat modeling: Generates STRIDE models from code or design documents, a novel capability that reduces friction in adopting threat modeling.
- Availability: Expected to be available in the coming months; no official pricing announced yet. It is speculated to integrate with AWS Security Hub and have a cost based on the volume of code analyzed.
- Limitations: It is unclear how it handles vulnerabilities in complex third-party dependencies or zero-days. Support for less common languages has not been detailed.
In summary, Continuum represents a significant step toward "machine-speed security," a concept AWS coins to describe the ability to respond to threats as fast as code is generated. If it delivers on its promises, it could mark a before and after in integrating security into modern development, though it remains to be seen how it manages the risks of automation and adoption in highly regulated environments.