From 2fb69dee919cdfab5b8abc2ae9c25c1a0b1ef07d Mon Sep 17 00:00:00 2001 From: Matteo Meucci Date: Thu, 20 Nov 2025 11:06:07 +0100 Subject: [PATCH] Update 1.0_Introduction.md --- Document/content/1.0_Introduction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Document/content/1.0_Introduction.md b/Document/content/1.0_Introduction.md index 04a6cd9..9a463ee 100644 --- a/Document/content/1.0_Introduction.md +++ b/Document/content/1.0_Introduction.md @@ -10,7 +10,7 @@ AI testing is no longer just about security, it is a multidisciplinary disciplin ### Why AI Testing is Unique -Traditional software testing focuses on protecting systems from unauthorized access, code flaws, and system vulnerabilities. 
AI systems require more. Because AI models learn, adapt, generalize, and fail in non-deterministic ways, they introduce risks that cannot be addressed with conventional security testing. +Traditional software testing focuses on protecting systems from unauthorized access, code flaws, and system vulnerabilities. AI systems require more. Because AI models learn, adapt, generalize, and fail in non-deterministic ways, they introduce risks that cannot be addressed with conventional security testing. From the evidence documented in the NIST AML Taxonomy and the OWASP Top 10 for LLM Applications 2025 , we know that AI systems fail for reasons that go far beyond security: @@ -34,8 +34,8 @@ AI models can be fooled or manipulated by carefully crafted inputs (adversarial ### Purpose and Scope of the OWASP AI Testing Guide The OWASP AI Testing Guide provides: -- A standardized methodology for trustworthiness testing of AI and LLM-based systems
 -- Repeatable test cases that evaluate risks across: +* A standardized methodology for trustworthiness testing of AI and LLM-based systems
 +* Repeatable test cases that evaluate risks across: - AI Application Layer - AI Model Layer - AI Infrastructure Layer