Metadata-Version: 2.4
Name: meshflow-forensic
Version: 1.0.0
Summary: Deterministic AI governance kernel — DASC-core forensic layer with tamper-evident audit ledger, IFC taint propagation, and EU AI Act compliance. Works standalone or as part of MeshFlow.
Project-URL: Homepage, https://meshflow.dev
Project-URL: Repository, https://github.com/Anteneh-T-Tessema/meshflow
Project-URL: Bug Tracker, https://github.com/Anteneh-T-Tessema/meshflow/issues
Project-URL: Documentation, https://meshflow.dev/docs/forensic
Author-email: Anteneh Tessema <anteneh@yayasystems.com>
License: Apache-2.0
Keywords: ai-governance,audit-ledger,compliance,dasc,eu-ai-act,forensic,llm-safety,zero-trust
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Provides-Extra: meshflow
Requires-Dist: meshflow>=1.13.0; extra == 'meshflow'
Provides-Extra: postgres
Requires-Dist: psycopg2-binary>=2.9; extra == 'postgres'
Description-Content-Type: text/markdown

# meshflow-forensic

Standalone forensic audit layer for AI agent systems. Implements the DASC pattern with tamper-evident audit ledger, taint propagation, and EU AI Act compliance checking.

```bash
pip install meshflow-forensic
```

See [docs/security/forensic.md](https://meshflow.dev/docs/security/forensic) for full documentation.
