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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Help Net Security
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
D
Docker
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
博客园 - Franky
B
Blog RSS Feed
Stack Overflow Blog
Stack Overflow Blog
L
LangChain Blog
量子位
V
Visual Studio Blog
Y
Y Combinator Blog
小众软件
小众软件
N
Netflix TechBlog - Medium
博客园 - 三生石上(FineUI控件)
Microsoft Security Blog
Microsoft Security Blog
雷峰网
雷峰网

Wiz Blog | RSS feed

Meet Wiz for M365: Bringing SaaS into the Security Graph Bringing Security Visibility to Vercel with Wiz Axios NPM Distribution Compromised in Supply Chain Attack Tracking TeamPCP: Investigating Post-Compromise Attacks Seen in the Wild The Wiz Blue Agent, now Generally Available Beyond the Badge: What Achieving Microsoft’s Certified Software Designation Means for Your Cloud Security Introducing the Green Agent: AI-Powered Remediation for the Cloud Three’s a Crowd: TeamPCP trojanizes LiteLLM in Continuation of Campaign KICS GitHub Action Compromised: TeamPCP Strikes Again in Supply Chain Attack Introducing the Wiz Red Agent- AI-Powered Attacker Introducing Wiz AI Application Protection Platform (AI-APP) Introducing Wiz Agents & Workflows: Security at the Speed of AI AI Runtime Threat Detection: From Input to Real-World Impact Trivy Compromised: Everything You Need to Know about the Latest Supply Chain Attack It’s Official: Wiz Joins Google Understanding and Reducing AI Risk in Modern Applications Introducing Wiz Tenant Manager: Multi-Tenant Management for Federated Organizations The Agile FedRAMP Playbook, Part 4: Reactive Risk Management through Enriched Incident Response Wiz Achieves CPSTIC Certification in Spain Seeing AI Clearly: Building Visibility Across Modern AI Applications The Agile FedRAMP Playbook, Part 3: Preventative Risk Management by building Secure by Design Wiz Leads the 2026 Latio Application Security Report with awards in 4 categories Building an Agentic Cloud Security Ecosystem: A Reference Architecture with Wiz MCP and Infosys Cyber Next The Agile FedRAMP Playbook, Part 2: Proactive Risk Management with Continuous Monitoring Cloud-native Security for your Windows environment: Announcing the Wiz Runtime Sensor for Windows Would You Click ‘Accept’? Automatically detecting malicious Azure OAuth applications using LLMs Wiz Named a Leader in The Forrester Wave™: Cloud Native Application Protection Solutions, Q1 2026 From Detection to Remediation: It’s Time to Rethink AppSec Around Exploitability and Root Cause Fixes The Agile FedRAMP Playbook, Part 1: Why Risk is Your Best Starting Point Introducing AI Cyber Model Arena: A Real-World Benchmark for AI Agents in Cybersecurity
Securing AI Applications From Inception to Deployment | W...
https://www.wiz.io/authors/salman-ladha · 2026-04-16 · via Wiz Blog | RSS feed

Recently, we introduced the Wiz AI Application Protection Platform (AI-APP) to secure AI-native applications end-to-end and provide the context needed to understand real risks across models, agents, data, and infrastructure. Today, we’re extending that logic directly to the source: the code itself.

AI-accelerated development has fundamentally changed the volume and velocity of code reaching production, expanding the attack surface faster than security teams can keep up. As teams build AI-native applications, they need to consider a new threat model, one that accounts for how AI components interact with sensitive data, external tools, and user inputs.

To help organizations cover this challenge end-to-end, Wiz is tackling emerging risks associated with native AI apps with a unified approach that spans from the IDE to production. By detecting AI-specific risks in code, validating exploitability at runtime, and remediating with agents that understand your codebase, Wiz Code serves as the security fabric for AI-native development, securing the entire lifecycle from prompt to production so developers can address risks from their inception and code with confidence.

A Unified Approach To Uncover Risks From Code To Cloud

Securing AI-native applications is not about shifting left or shielding the controls right; it's about connecting the two into a single, unified workflow. Wiz provides a unified policy engine that spans the code, cloud, and runtime layers, unlocking simplified policy management and ensuring consistent scans across the entire AI application development lifecycle.

Wiz's unified policy engine identifies AI security risks.

Because this policy engine is unified, it ensures that the exact same AI risks detected in running cloud workloads are also identified during early development via Wiz SAST. To standardize this continuous detection, our rules engine leverages emerging industry benchmarks, providing SAST coverage mapped directly to both the OWASP Top 10 for LLM Applications 2025 and the OWASP Top 10 for Agentic Applications 2026.

For example, a rule such as "Unsanitized User Input in AI Agent Prompts" catches prompt injection vectors at the code level before they reach production where they can be exploited by a threat actor. In this way, organizations are protected whether the application is still in design or already live in production.

Expanded SAST rules mapped to the OWASP Top 10 for LLM Applications for 2025 and OWASP Top 10 for Agentic Applications 2026.

Inception: Securing AI Apps as they are  Designed

Modern development teams, now augmented with agentic AI, are now shipping code at an unprecedented speed while away from the keyboard. This shift demands that security be embedded at the very moment of code inception. To secure this AI-accelerated lifecycle, Wiz Code extends its reach across every developer workflow, utilizing the Wiz CLI, native IDE extensions for industry-leading environments like JetBrains, VS Code, Cursor, and Antigravity, with more integrations soon to follow.

This continuous security spans multiple domains, including SAST, SCA, IaC scanning, and secrets scanning. Developers receive immediate, inline guidance with deep context, helping them catch a wide spectrum of weaknesses before the code ever leaves their machine.

IDE scanning allows developers to identify code risks earlier in their workflows.

From Findings to Exploitable Attack Paths

Catching risks early is critical, but findings alone don’t tell the full story. The key challenge for Application Security has always been prioritizing based on exploitability, not just alerts. 

Wiz closes that gap by connecting code-level risks to how applications actually run. Instead of stopping at detection, we follow each risk through the deployment stack, from code to cloud to runtime, to understand if it can be exploited.

A key component of our approach to AI involves Red Agent, our AI-powered attacker that actively probes endpoints the way a threat actor would. For example, a SQL injection detected in code is mapped to the virtual machine serving the application, and connected to the public API endpoint exposing it to the internet. The Red Agent can validate exploitability by probing the endpoint in the way a threat actor would. In this way, Wiz can provide security teams not only an inside-out risk assessment, but also validate it from the outside-in.

But knowing a vulnerability is reachable is only half the battle. When the Red Agent detects an exploitable vulnerability in a live AI application, SAST ties that runtime finding directly back to its code-level root cause. What started as a confirmed runtime risk is mapped back through the deployment layer to the exact line of code that introduced it.

The Wiz Red Agent validates the exploitability of a SQL injection weakness, identifying a validated attack path.

Solving AI Risks at AI Speed

Finding a weakness is step one, but getting it fixed is where most AppSec programs stall. When you pair the exploitable findings proven by Red Agent with the precise root cause analysis delivered by SAST, organizations can close the security loop faster than ever. 

Wiz automates this path to remediation using the Green Agent, solving AI risks at AI speed. Because the Green Agent understands exactly where the exploitable vulnerability stems from in the codebase, it generates a precise fix grounded in actual code context and delivers a tailored fix directly into the developer's workflow. AppSec assigns it. The developer accepts it. Zero friction.

The Wiz Green Agent orchestrates remediation workflows at machine speed with context grounded in the code and cloud environment.

For teams leveraging coding agents in their pull request workflows, Wiz Code can delegate the remediation task directly to the agent. Wiz's Green Agent provides the full code-to-cloud investigation context and recommended remediation strategies. This allows the organization's own coding agent to autonomously generate the tailored fixes in a new PR.

The Wiz Green Agent can trigger a remediation workflow by working with an organizations preferred coding agent.

To accelerate agent-driven remediation at every boundary, we will soon equip coding agents and AI-native IDEs with dedicated Wiz Skills and plugins, empowering developers to continuously fix right where they build. By integrating directly into AI coding assistants, the security context travels with the task, meaning the agent understands not just what to fix, but how and why it matters.

Looking Ahead

AI is changing how software is built. Code is no longer written, reviewed, and fixed in isolation. It’s increasingly handled by a team of agents working alongside developers. From the first line of code to live deployment in production, Wiz gives security and development teams a unified approach to AI application security built on exploitability, not alerts. It detects risks as code is written, validates them in runtime, and routes remediation directly into the workflows and tools developers already use. 

The result is a closed loop, where risks are identified, proven, and resolved in the same flow the code was created. 

Stay tuned for more exciting updates on Wiz Code Week and if you’re curious how this works in practice, we’d love to show you. 

Request a demo to see how Wiz helps teams detect, validate, and fix AI risks, all in one flow.