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

推荐订阅源

H
Hackread – Cybersecurity News, Data Breaches, AI and More
U
Unit 42
Vercel News
Vercel News
Martin Fowler
Martin Fowler
云风的 BLOG
云风的 BLOG
爱范儿
爱范儿
MongoDB | Blog
MongoDB | Blog
J
Java Code Geeks
F
Fortinet All Blogs
MyScale Blog
MyScale Blog
C
Check Point Blog
N
Netflix TechBlog - Medium
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏
博客园_首页
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
IT之家
IT之家
Last Week in AI
Last Week in AI
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Jina AI
Jina AI
V
Visual Studio Blog
小众软件
小众软件

Aikido Security's Blog

GlassWorm goes native: New Zig dropper infects every IDE on your machine Aikido Attack finds multiple 0-days in Hoppscotch The cybersecurity doomerism around Mythos doesn't match what we see on the ground axios compromised on npm: maintainer account hijacked, RAT deployed Popular telnyx package compromised on PyPI by TeamPCP Aikido × Lovable: Vibe, Fix, Ship CanisterWorm Gets Teeth: TeamPCP's Kubernetes Wiper Targets Iran TeamPCP deploys CanisterWorm on NPM following Trivy compromise Security testing is validating software that no longer exists Aikido Recognized by Frost & Sullivan with the 2026 Customer Value Leadership Award in ASPM GlassWorm Hides a RAT Inside a Malicious Chrome Extension fast-draft Open VSX Extension Compromised by BlokTrooper Glassworm Strikes Popular React Native Phone Number Packages Glassworm Is Back: A New Wave of Invisible Unicode Attacks Hits Hundreds of Repositories How Security Teams Fight Back Against AI-Powered Hackers Introducing Betterleaks, an open source secrets scanner by the author of Gitleaks Trump’s 2026 cybersecurity strategy: From compliance to consequence How does AI pentesting work with compliance? What continuous pentesting actually requires Rare Not Random: Using Token Efficiency for Secrets Scanning Persistent XSS/RCE using WebSockets in Storybook’s dev server Why Determinism Is Still a Necessity in Security WAF vs. RASP vs. ADR Introducing Aikido Infinite: A new model of self-securing software How Aikido secures AI pentesting agents by design Astro Full-Read SSRF via Host Header Injection How to Get Your Board to Care About Security (Before a Breach Forces the Issue) What is Slopsquatting? The AI Package Hallucination Attack Already Happening SvelteSpill: A Cache Deception Bug in SvelteKit + Vercel Top 6 Wiz Code Alternatives
Aikido integrates with AWS Kiro: Catching in review doesn...
Michiel Denis · 2026-04-30 · via Aikido Security's Blog

AI agents are writing your code now. Not helping you write it, but actually specs, designing systems, scaffolding infrastructure, and opening pull requests. The job of a dev is changing into reviewing and directing, not typing line by line code.

That's what AWS Kiro is built for.

And it raises an uncomfortable question: if an AI agent is generating your code, who's responsible for making it secure?

We've spent the last couple of years building Aikido into the places developers actually work (IDE integrations, CI/CD pipelines, cloud posture checks). We've watched the toolchain evolve, and we've been deliberate about where we place our bets. Today, we're placing a big one.

Aikido is the first security ISV globally that AWS is going to market with Kiro and the first security company in our region selected as part of this pilot program.

What Kiro is (and why security can't be an afterthought)

Kiro is AWS's new agentic development environment. It's not a code assistant bolted onto an IDE. It's an autonomous system: you give it a goal, it generates requirements, designs the system, writes the code, runs the tests, and updates the docs. Spec-driven, agent-executed.

While powerful, agentic development expands the attack surface.

When code generation was 10% of the workflow, you could catch security issues in review. When agents are generating roughly 60 to 70% of the code (including infrastructure configs, dependency selections, and API integrations), "catching it in review" doesn't scale. You need security to be part of the loop that the agents are already in. 

The integration: Security in the agent loop

Aikido integrates directly into Kiro's agentic workflow. Every change those agents produce is automatically analyzed for:

  • Vulnerabilities in application code across all major languages and frameworks
  • Exposed secrets and credentials caught before they ever hit a commit
  • Insecure infrastructure configuration IaC scanning from the first line

What you get is not a post-deployment scan, but continuous analysis running inside the development environment, feeding security context back into the same workflow the agents are using to build.

Kiro's agent hooks now include Aikido security checks. The result is what we're calling a self-securing development environment: Kiro builds the feature; Aikido validates and secures it.

"Agentic engineering is changing how startups build, and it's changing how they need to think about security. You can't manually review what an agent produces at the pace it produces it. Aikido's integration with Kiro solves that at the source, which is why they're the first security partner we're going to market with globally."
– Siddharth Iyer, Head of Agentic Engineering GTM Strategy, AWS Startups EMEA

When Aikido finds something, Kiro agents can act on it directly. 

Secure Velocity: eliminating the trade-off

The conventional wisdom has always been that security slows you down. Ship fast, harden later. Get it out the door, then worry about the CVEs. We've never bought that framing, and agentic development makes it completely obsolete.

With their powers combined, Aikido and Kiro end the tension between security and speed. Together, you get the best of both. 

Kiro provides the velocity: teams save 5 to 7x time in the development phase by resolving requirements in the planning phase, before writing any code.

Aikido provides the security: automated scanning and fixing across code, cloud, and runtime, so security never becomes the bottleneck (our customers like n8n have seen this first-hand).

Together, they deliver what we're calling secure velocity: the ability to ship AI-generated software at full speed, with built-in security guardrails that scale with the pace of development.

What this means for teams building on Kiro

If you're building cloud-native applications using Kiro, you now have security coverage that moves at the same speed as your agents:

  • No context switching: Security insights appear inside your development workflow instead of just a separate dashboard
  • No false-positive fatigue: Aikido's reachability analysis filters out irrelevant alerts, surfacing only exploitable risks
  • No late-stage surprises: Vulnerabilities caught during development, not during security review before a release
  • Compliance without the manual grind: Automated reporting for SOC2, ISO 27001, PCI, DORA, NIS2, HIPAA, and more
  • Fast onboarding: Developers up and running in minutes via IDE, CI/CD, and issue management integrations

Why we're excited about partnering with Kiro 

The industry is moving in one direction: security has to be native to AI-driven development, not bolted on after the fact. Being selected as AWS's first global security partner to jointly go to market with Kiro is a signal that we're building in the right place.

The teams that win the next five years are going to be the ones that figure out how to give AI agents the security context they need to build things correctly, not the ones still running manual security reviews on AI-generated code. 

"Security used to follow development. First in CI/CD, then in the IDE. With Kiro, it moves directly into the agent: the thing writing the code. That's where it needs to be. That's what we built this partnership for.”
Johan De Keulenaer, Head of Partnerships & Channel

If you're building on Kiro, we'd love to show you what Aikido looks like inside that workflow. And if you're not on Kiro yet, you should probably be paying attention.

Want to learn more about how Aikido secures AI-generated code? Check out our Kiro integration page.