OWASP AI Exchange
Description
Welcome to the GitHub repository for the OWASP AI Exchange, to be found at [owaspai.org](http://owaspai.org/): the living set of documents that collect AI threats and controls from collaboration between experts worldwide.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
OWASP AI Exchange Flagship project
Welcome to the GitHub repository for the OWASP AI Exchange, to be found at [owaspai.org](http://owaspai.org/): the living set of documents that collect AI threats and controls from collaboration between experts worldwide.
The goal of this initiative is to collect and clearly present the state of the art on AI security and privacy through community collaboration.
Project Lead
Tech
The website at owaspai.org is rendered from this Github repository by technology called Hugo, part of the CI/CD pipeline. Search is powered by [Pagefind](https://pagefind.app/), which runs after the Hugo build.
Testing the site (including search) locally
From the repo root (Hugo is run via `npx`, so you don't need it installed):
npm run test:site
This builds the site, builds the Pagefind search index, and serves it at **http://localhost:3000**. Open that URL, click the search icon in the header, and try a query.
Or run the steps separately:
npm run build:site # Hugo build
npm run pagefind # Search index (required for search to work)
npm run serve # Serve at http://localhost:3000
**If you get** `permission denied` **on** `/var/lib/snapd/void` **when using a system-installed Hugo:** that's the Snap sandbox. Either run `sudo snap install hugo --classic` or use the commands above—they use `npx hugo-extended` so no system Hugo is needed.
Contributions
The OWASP projects are an open source effort, and we enthusiastically welcome all forms of contributions and feedback.
Contribution instructions at https://owaspai.org/contribute/
In case this repo is still called AI security and privacy guide: that is for historical reasons.
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,