
ADIUVARE- an adaptive security midlleware for python api(flask/fast/django(
Recently open sourced a project I’ve been working on called **Adiuvare**.
It’s an adaptive request-security layer for FastAPI, Flask, and Django applications focused on request scoring instead of only static filtering.
The idea came from noticing that a lot of smaller projects either:
* barely inspect requests
* rely on a few regex checks
* or push everything into external tooling without much runtime visibility
So I wanted to experiment with something more local, inspectable, and extensible for developers.
Current features include:
* payload inspection
* behavior + identity scoring
* context-aware signals
* optional AI-assisted review
* local audit logging
* CLI + TUI tooling
* configurable runtime policies
* low-latency inprocess handling
* support for custom signals/extensions
Still early stage and evolving, but the core runtime and scoring pipeline are now working.