This tool identifies authorization and trust boundary inconsistencies by analyzing API specifications.
It performs structural reasoning only.
- Parses API specifications
- Models trust and identity flow
- Detects inconsistencies between assumptions and enforcement
- Produces neutral, explainable findings
- No exploit simulation
- No attacker modeling
- No risk scoring
- No vulnerability claims
- No live testing
This tool highlights reasoning gaps, not vulnerabilities.
pip install -r requirements.txt
python app.pyYou will be prompted to provide: An OpenAPI specification Your own OpenAI API key The key is used locally and is never stored.
Security engineers
Red teamers
API developers
Security reviewers
Trust boundaries fail due to assumption drift, not missing tools. This project formalizes that reasoning.