Jake-Schoellkopf/aicu
GitHub: Jake-Schoellkopf/aicu
Stars: 0 | Forks: 0
# AICU
[](https://github.com/Jake-Schoellkopf/aicu/actions/workflows/ci.yml)
[](https://www.python.org/downloads/)
[](LICENSE)
**Black-box security scanner for LLM applications.** Point it at any chat endpoint, get a report of what leaks.
/`:
- `report.html` — interactive HTML report
- `results.json` — structured findings
- `report.md` — markdown summary
- `evidence/` — raw response captures
## Companion Tool
| Tool | Tests |
|------|-------|
| **AICU** | LLM applications (prompt injection, multimodal attacks, safety bypass) |
| [**AICU Agent**](https://github.com/Jake-Schoellkopf/aicu-agent) | MCP infrastructure (server probing, credential extraction, protocol attacks) |
## Install
pip install aicu-scanner # from PyPI
# or
pip install -e . # editable install from source
pip install -e ".[dev]" # with test/lint tools
## Run Tests
pytest -v
## License
MIT