Skip to content

Add OWASP AI resource importers#858

Open
Bornunique911 wants to merge 4 commits intoOWASP:mainfrom
Bornunique911:review/issue-471-ai-resource-importers
Open

Add OWASP AI resource importers#858
Bornunique911 wants to merge 4 commits intoOWASP:mainfrom
Bornunique911:review/issue-471-ai-resource-importers

Conversation

@Bornunique911
Copy link
Copy Markdown

Summary

This PR adds AI-related OWASP resource importer support for issue #471.

It introduces the parser/data/test layer for:

  • OWASP AI Security Verification Standard (AISVS)
  • OWASP Top 10 for LLM and Gen AI Apps 2025

This is the first upstream PR in the stacked #471 review series.

What changed

  • added parser support for AISVS
  • added parser support for OWASP Top 10 for LLM and Gen AI Apps 2025
  • added bundled source data for these resources
  • added parser test coverage for the new OWASP AI resources

Why this is split out

The full #471 work is too large to review effectively as one PR.

This PR isolates one OWASP resource family so the parser/data model can be reviewed independently before the later Kubernetes, cheat sheet, backend analysis, and frontend changes.

Validation

./venv/bin/python -m pytest application/tests/owasp_aisvs_parser_test.py application/tests/owasp_llm_top10_2025_parser_test.py -q

@Bornunique911
Copy link
Copy Markdown
Author

Bornunique911 commented Apr 4, 2026

Screenshot of OWASP Top 10 2021 (Already added) :

image

Addition :

There is an addition of OWASP families with reference to issue #471 which includes OWASP Top 10 2025 (https://owasp.org/Top10/2025/), OWASP API Security Top 10 2023 (https://owasp.org/API-Security/editions/2023/en/), OWASP Top 10 for LLM and GenAI Apps 2025 (https://genai.owasp.org/llmrisk/), OWASP AI Security Verfication Standard (https://github.com/OWASP/AISVS/tree/main/1.0/en/).

Screenshot of OWASP Top 10 2025 :

image

Screenshot of OWASP API Security Top 10 2023 :

image

Screenshot of OWASP Top 10 for LLM and GenAI Apps 2025 :

image

Screenshot of OWASP AI Security Verification Standard (AISVS) :

image

@Bornunique911
Copy link
Copy Markdown
Author

Requesting kind reviews and feedback for this feature from : @northdpole , @Pa04rth , @robvanderveer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant