guardana-server
Guardana's optional collector — a minimal FastAPI service that ingests findings from many agents and, optionally, serves a read-only monitoring dashboard.
Part of Guardana — security verification for self-hosted and self-built AI (model files, live endpoints, and agents) from one rule engine that runs on your laptop, in CI, and next to a served model.
Run it
# API only (POST/GET /findings, GET /trend):
uvicorn --factory guardana.server:create_app
# With the opt-in dashboard (adds GET / and GET /stats):
GUARDANA_DASHBOARD=1 uvicorn --factory guardana.server:create_app
# or, from your own code: create_app(dashboard=True, refresh_seconds=15)
The dashboard is a single self-contained page (no build step, works offline)
showing severity, per-source/per-rule breakdowns, an activity-over-time trend,
the unverified counter, and a filterable recent-findings table. It is
read-only and unauthenticated — do not expose it to an untrusted network
(see SECURITY.md).
- Main README & quickstart: https://github.com/guardana/guardana#readme
- Documentation: https://guardana.dev
Licensed under Apache-2.0.
Release files for guardana-server 0.7.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| guardana_server-0.7.0.tar.gz | 24.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| guardana_server-0.7.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 48.3 kB
Release files / guardana_server-0.7.0.tar.gz
| Download URL | guardana_server-0.7.0.tar.gz |
|---|---|
| Size | 24.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
812d461c2bb2feb6c1f1b4435f244620ce3f58b9567fecfea5487146149c4a0e
|
|
BLAKE2b-256 checksum How to use checksums |
fbdca37189cbbb76114c521d10f6a73e06d8aad67bce58b22a8cd2a7e9a34c70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 2, 2026.
Transparency logRelease files / guardana_server-0.7.0-py3-none-any.whl
| Download URL | guardana_server-0.7.0-py3-none-any.whl |
|---|---|
| Size | 23.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2e49ee36eec3cbb632f174fb140a7e6dd861f8363f4d8b009ec8dc7dd8e3bd58
|
|
BLAKE2b-256 checksum How to use checksums |
722c9676f83d461b2c6e32a99d83050b6c57379821c2db1b0b8a96ce193e6288
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 2, 2026.
Transparency log