About OWASP AGHAST
An OWASP project for codebase-specific, AI-augmented security testing.
What OWASP AGHAST is
OWASP AGHAST — AI-Guided Hybrid Application Static Testing — is an open-source framework for orchestrating custom security checks against your codebase. It combines traditional static rule-based discovery with AI-powered analysis to find security issues that are specific to your code and your organization, not just the generic vulnerability patterns that off-the-shelf scanners detect.
Why it exists
Most application security tools focus on classes of bugs everyone shares — SQL injection, XSS, hard-coded secrets. They are good at that. They are not good at answering questions like:
- Has our custom authorization mechanism been implemented consistently across the codebase?
- Has our business-specific input validation been applied wherever this particular field is processed?
- Are these API endpoints returning more data than they should, given our internal data-classification rules?
These are questions that require context about how things should work in your organization. OWASP AGHAST gives security teams a way to encode that context as checks — and then run those checks at CI scale.
OWASP project
OWASP AGHAST is developed in the open as an OWASP project: the framework is open source, and example checks and the surrounding methodology are shared with the wider open-source security community. The custom checks you write for your own codebase stay yours.
- OWASP project page: https://owasp.org/www-project-aghast/
- Source code: https://github.com/owasp-aghast/aghast
Maintainers and supporters
OWASP AGHAST is led by:
- Josh Grossman (josh.grossman@owasp.org)
- Avi Douglen (avi.douglen@owasp.org)
Bounce Security, the original contributor, continues as a maintaining supporter.
Copyright © 2026 OWASP Foundation. Originally contributed by Bounce Consulting Ltd.
Licensing
- Code — AGPL-3.0. This keeps OWASP AGHAST open and ensures improvements flow back to the community.
- Site content — CC BY-SA 4.0, in line with OWASP project conventions.
- Commercial licensing, professional support, or implementation help — contact the OWASP AGHAST project leaders, Josh Grossman (josh.grossman@owasp.org) and Avi Douglen (avi.douglen@owasp.org), via the OWASP project page.
Code of Conduct
This project follows the OWASP Code of Conduct. Please report violations through the channels listed there.
Contact
- Questions, bug reports, and feature requests: GitHub Issues