Skip to Main Content

[標題]最新消息

From Risk to Verification: Understanding the OWASP AISVS AI Security Verification Standard

Knowing a building could catch fire doesn't mean its fire-safety equipment has passed inspection — the same is true for AI security. As agentic AI systems gain the ability to operate tools and access data, merely identifying threats like prompt injection and data leakage is no longer enough to prove that protections actually work. Where the OWASP Top 10 focuses on threat identification, the AI Security Verification Standard (AISVS) 1.0 — released by OWASP on June 24, 2026 — goes further by providing implementable, testable, and verifiable technical requirements, moving AI security from "knowing what the risks are" to "proving that protections are actually effective."

Modeled on the OWASP Application Security Verification Standard (ASVS), AISVS adds AI-specific security requirements rather than replacing existing application security frameworks. OWASP positions it as the technical control layer that governance frameworks such as the NIST AI RMF and ISO/IEC 42001 can reference, rather than a substitute for them. Version 1.0 comprises 12 core chapters and 191 requirements. The standard defines three verification levels, ranging from baseline protection (Level 1) to high-assurance security (Level 3); OWASP recommends that most production systems target at least Level 2, paired with equivalent-level ASVS verification, to avoid a scenario where only the AI model is checked while security issues in the underlying application itself are overlooked. Its core principle is that every security requirement should be verifiable — confirmable through testing, inspection, or audit — so that security is no longer just a promise, but a technical baseline that design, development, and evaluation can all reference together.

AISVS's 12 chapters cover the different security dimensions of an AI system across data, models, and deployment operations, rather than focusing solely on the model's final output. The data- and supply-chain-related chapters emphasize source trustworthiness, integrity, and traceability; the model and deployment chapters cover lifecycle management, execution environments, and access control. In response to the rapid growth of agentic AI in recent years, the standard also brings memory, vector databases, agent behavior, and the Model Context Protocol (MCP) into its verification scope, focusing on the trust boundaries between data, models, and external tools. This structure reflects the fact that AI security cannot rely on a single protective measure — it requires multi-layered controls built across the entire system lifecycle.

With this approach, development and testing teams now have a shared baseline to reference, rather than vague suggestions like "strengthen prompt injection defenses." AISVS 1.0 is the current official stable release, with the next version, 1.01, already in development. Passing verification does not mean all AI risk has been eliminated; the real shift it brings is moving the security conversation from "we have protections in place" to "which controls have been verified, and what evidence proves it."

Links:
OWASP AISVS Official Documentation Page (opens in a new window)