AISVS Research Wiki

September 8, 2026 ยท View on GitHub

OWASP AI Security Verification Standard: Research and Analysis Hub

Welcome to the AISVS research wiki. This wiki provides structured research context for every chapter and appendix in AISVS 1.01, helping developers, auditors, and security teams understand and implement each requirement. Every requirement is mapped to the threats it mitigates, the tools and techniques available to implement it, practical verification approaches, and open questions where tooling or research is still maturing. Whether you are building an AI application, auditing one, or evaluating your organization's AI security posture, this wiki is designed to help you get started.


Chapters

The standard is organized into 12 chapters spanning the full AI application security lifecycle, from training data through deployment, monitoring, and human oversight. Every chapter has per-section sub-pages for focused navigation, plus a hub page with cross-cutting threat landscape, tooling, and research context.

#ChapterReqsPagesTypeUpdated
C1Training Data Integrity & Traceability13C013 sections2026-07-14
C2Input Validation12C022 sections2026-09-07
C3Model Lifecycle Management & Change Control15C035 sections2026-07-14
C4Infrastructure, Configuration & Deployment Security14C043 sections2026-07-14
C5Access Control & Identity for AI Components & Users11C053 sections2026-07-14
C6Supply Chain Security for Models7C062 sections2026-07-13
C7Model Behavior, Output Control & Safety Assurance14C074 sections2026-09-07
C8Memory, Embeddings & Vector Database Security11C083 sections2026-07-14
C9Orchestration & Agentic Security36C096 sections2026-09-07
C10Model Context Protocol (MCP) Security25C104 sections2026-09-07
C11Adversarial Robustness18C114 sections2026-09-07
C12Monitoring, Logging & Anomaly Detection21C125 sections2026-07-14
Total19759 pages

C1: Training Data Integrity & Traceability

Covers training data origin and traceability, data security and integrity, labeling and annotation security, quality assurance, and data lineage.

SectionPage
C1.1 Training Data Origin & Data SecurityC01-01
C1.2 Data Labeling and Annotation SecurityC01-02
C1.3 Training Data Quality and Security AssuranceC01-03

C2: Input Validation

Covers prompt injection defense, pre-tokenization normalization, content and policy screening, and multi-modal input validation.

SectionPage
C2.1 Prompt Injection DefensesC02-01
C2.2 Content & Policy ScreeningC02-02

C3: Model Lifecycle Management & Change Control

Covers model authorization and integrity, validation and testing, controlled deployment and rollback, secure development practices, hosted/provider-managed controls, and fine-tuning pipeline integrity.

SectionPage
C3.1 Model Authorization & IntegrityC03-01
C3.2 Model Validation & TestingC03-02
C3.3 Controlled Deployment & RollbackC03-03
C3.4 Secure Development PracticesC03-04
C3.5 Pipeline Fine-TuningC03-05

C4: Infrastructure, Configuration & Deployment Security

Covers AI-specific workload sandboxing and confidential computing, AI accelerator hardware security, and edge or distributed AI deployment security.

SectionPage
C4.1 AI Workload Sandboxing & ValidationC04-01
C4.2 AI Hardware SecurityC04-02
C4.3 Edge & Distributed AI SecurityC04-03

C5: Access Control & Identity for AI Components & Users

Covers AI-specific authentication, resource authorization and classification, query-time authorization, output entitlement enforcement, policy decision point isolation, and multi-tenant isolation.

SectionPage
C5.1 AuthenticationC05-01
C5.2 AI Resource Authorization & ClassificationC05-02
C5.3 Multi-Tenant IsolationC05-03

C6: Supply Chain Security for Models

Covers model artifact scanning, approved-source enforcement, integrity verification, behavioral acceptance testing, and signed AI bills of materials.

SectionPage
C6.1 Model Artifact IntegrityC06-01
C6.2 AI BOM & Supply Chain MonitoringC06-02

C7: Model Behavior, Output Control & Safety Assurance

Covers output format enforcement, hallucination detection, output safety and privacy filtering, generative media safeguards, and source attribution.

SectionPage
C7.1 Output Format EnforcementC07-01
C7.2 Hallucination Detection & MitigationC07-02
C7.3 Output SafetyC07-03
C7.4 Source Attribution & Citation IntegrityC07-04

C8: Memory, Embeddings & Vector Database Security

Covers vector identifier and namespace isolation, retrieval scope enforcement, embedding sanitization and quarantine, source validation for agent/tool memory writes, contradiction checks, expiry, reset, and quarantine exclusion.

SectionPage
C8.1 Access Controls on Memory & RAG IndicesC08-01
C8.2 Embedding Sanitization & ValidationC08-02
C8.3 Memory Expiry & RevocationC08-03

C9: Orchestration & Agentic Security

Covers execution budgets, approval gates for high-impact actions, component isolation, agent and orchestrator identity, authorization and delegation, and shutdown or graceful degradation for autonomous and multi-agent systems.

SectionPage
C9.1 Execution Budgets, Loop Control, and Circuit BreakersC09-01
C9.2 High-Impact Action Approval and Irreversibility ControlsC09-02
C9.3 Component Isolation and Tool AuthorizationC09-03
C9.4 Agent and Orchestrator IdentityC09-04
C9.5 Agent Authorization, Delegation, and Continuous EnforcementC09-05
C9.6 Shutdown and Graceful DegradationC09-06

C10: Model Context Protocol (MCP) Security

Covers MCP component integrity, authentication and authorization, transport security, and schema and message validation.

SectionPage
C10.1 Component IntegrityC10-01
C10.2 Authentication & AuthorizationC10-02
C10.3 Secure TransportC10-03
C10.4 Schema, Message, and Input ValidationC10-04

C11: Adversarial Robustness

Covers model alignment and safety testing, adversarial hardening, membership inference and model inversion resistance, model extraction defense, and model runtime anomaly detection.

SectionPage
C11.1 Model Alignment, Safety, and Robustness Testing and TrainingC11-01
C11.2 Membership-Inference and Model-Inversion MitigationC11-02
C11.3 Model-Extraction DefenseC11-03
C11.4 Model Runtime Anomaly DetectionC11-04

C12: Monitoring, Logging & Anomaly Detection

Covers request and response logging, abuse detection, model and data drift detection, performance telemetry, AI incident response, proactive security behavior monitoring, and training-data and model-lifecycle audit.

SectionPage
C12.1 Request & Response LoggingC12-01
C12.2 Detection and AlertingC12-02
C12.3 Model, Data, and Performance Drift DetectionC12-03
C12.4 Proactive Security Behavior MonitoringC12-04
C12.5 Training Data & Model Lifecycle AuditC12-05

Appendices

The appendices provide supporting material including a glossary of AI security terms, an inventory of security controls mapped to the standard, and requirements for AI-assisted secure coding.

AppendixPageUpdated
A: GlossaryAppendix A Glossary2026-07-12
B: AI Security Controls InventoryAppendix B Controls Inventory2026-07-12
C: AI-Assisted Secure Coding (68 reqs)Appendix C AI Secure Coding2026-07-13

Page Structure

Every wiki page follows a consistent format to make research easy to navigate. Each requirement has a research table with the following columns:

ColumnPurpose
RequirementFull text from the AISVS standard
LevelVerification level (1, 2, or 3)
Threat MitigatedSpecific attack technique, failure mode, or risk
Verification ApproachConcrete audit steps, tools, and checks
Gaps / NotesTooling maturity, open issues, implementation caveats

Beyond the requirement tables, pages include threat landscape summaries, notable real-world incidents, tooling recommendations with implementation maturity ratings, open research questions, references to related standards, and cross-chapter links to related requirements.


Contributing

This wiki is maintained alongside the AISVS repository. If you spot inaccuracies, know of relevant tooling or research, or want to improve the coverage of any section, contributions are welcome. Open an issue or submit a pull request to get involved.