From 76ef76c80de1f34c615968dfe73f7afe262baa11 Mon Sep 17 00:00:00 2001 From: Bill Martin Date: Mon, 20 Jul 2026 16:33:13 +0700 Subject: [PATCH 1/2] Fix typos in profile README Corrects four spelling errors in profile/README.md: Secuity -> Security, adressing -> addressing, deatils -> details, reseources -> resources. Signed-off-by: Bill Martin --- profile/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/profile/README.md b/profile/README.md index 98d3c7b..618ce1a 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,13 +1,12 @@ -

Welcome to the Gen AI Secuity Project Repo!

- +

Welcome to the Gen AI Security Project Repo!

About

The OWASP Gen AI Security Project is an OWASP Flagship Project and global, open-source initiative dedicated to identifying, mitigating, and documenting security and safety risks associated with generative AI technologies, including large language models (LLMs), agentic AI systems, and AI-driven applications. Our mission is to empower organizations, security professionals, AI practitioners, and policymakers with comprehensive, actionable guidance and tools to ensure the secure development, deployment, and governance of generative AI systems.

-The project began as the OWASP Top 10 for LLM Applications, but has rapidly grown beyond that first project to now include over 8 working groups, 14+ projects and growing, all focused at adressing the security lifecycle for LLM, GenAI and Agentic applications. We are consolidating all of the project githubs here under one umbrella github organization to help improve collaboration, discoverability, cross-project collaboration, and contribution.
+The project began as the OWASP Top 10 for LLM Applications, but has rapidly grown beyond that first project to now include over 8 working groups, 14+ projects and growing, all focused at addressing the security lifecycle for LLM, GenAI and Agentic applications. We are consolidating all of the project githubs here under one umbrella github organization to help improve collaboration, discoverability, cross-project collaboration, and contribution.

-For full deatils about our project, join us at our main website https://genai.owasp.org +For full details about our project, join us at our main website https://genai.owasp.org

Core Principles

@@ -19,7 +18,7 @@ For full deatils about our project, join us at our main website https://genai.ow

Project Objectives

Risk Identification & Documentation -* Maintain and evolve the OWASP Top 10 for LLM Applications, and other reseources, providing a structured framework for understanding generative AI’s most critical security risks. +* Maintain and evolve the OWASP Top 10 for LLM Applications, and other resources, providing a structured framework for understanding generative AI’s most critical security risks. * Research and document emerging threats, adversarial attack techniques, and potential vulnerabilities specific to AI models and applications. Security Best Practices & Mitigations From 88c0d323f1b320b83a00ff7755c63c0efdbfb7b2 Mon Sep 17 00:00:00 2001 From: Bill Martin Date: Mon, 20 Jul 2026 16:34:05 +0700 Subject: [PATCH 2/2] Restore blank line after header Keeps the diff limited to the four typo fixes. Signed-off-by: Bill Martin --- profile/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/profile/README.md b/profile/README.md index 618ce1a..4ed9146 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,4 +1,5 @@

Welcome to the Gen AI Security Project Repo!

+

About