LICENSE
MANIFEST.in
README.md
pyproject.toml
antguard/__init__.py
antguard/audit_logger.py
antguard/bridge.py
antguard/correlation.py
antguard/file_profiler.py
antguard/models.py
antguard/network_profiler.py
antguard/observer.py
antguard/policy.py
antguard/process_profiler.py
antguard/runtime_profiler.py
antguard/utils.py
antguard.egg-info/PKG-INFO
antguard.egg-info/SOURCES.txt
antguard.egg-info/dependency_links.txt
antguard.egg-info/requires.txt
antguard.egg-info/top_level.txt
assets/antguard.png
assets/arch.png
demo/README.md
demo/antguard_quickstart.ipynb
demo/demo_01_file_monitoring.py
demo/demo_02_exfiltration_detection.py
demo/demo_03_suspicious_process.py
demo/demo_04_runtime_metrics.py
demo/demo_05_full_audit.py
demo/demo_06_wrap_any_library.py
demo/demo_07_policy_engine.py
demo/demo_08_endpoint_observer.py
demo/demo_09_bridge_report.py
tests/test_guard.py