LICENSE
README.md
pyproject.toml
src/memaudit/__init__.py
src/memaudit/__main__.py
src/memaudit/audit.py
src/memaudit/callback.py
src/memaudit/canaries.py
src/memaudit/cli.py
src/memaudit/compliance.py
src/memaudit/constants.py
src/memaudit/demo.py
src/memaudit/doctor.py
src/memaudit/exceptions.py
src/memaudit/injection.py
src/memaudit/peft_semantics.py
src/memaudit/preflight.py
src/memaudit/preflight_labels.py
src/memaudit/py.typed
src/memaudit/recommendations.py
src/memaudit/report.py
src/memaudit/scoring.py
src/memaudit/stats.py
src/memaudit/types.py
src/memaudit/utils.py
src/memaudit.egg-info/PKG-INFO
src/memaudit.egg-info/SOURCES.txt
src/memaudit.egg-info/dependency_links.txt
src/memaudit.egg-info/entry_points.txt
src/memaudit.egg-info/requires.txt
src/memaudit.egg-info/top_level.txt
src/memaudit/scorers/__init__.py
src/memaudit/scorers/min_k.py
src/memaudit/scorers/protocol.py
src/memaudit/scorers/registry.py
src/memaudit/scorers/signals.py
tests/test_adversarial.py
tests/test_buyer_defaults.py
tests/test_canaries.py
tests/test_cli.py
tests/test_compliance.py
tests/test_demo_report.py
tests/test_doctor.py
tests/test_inject.py
tests/test_multiseed.py
tests/test_peft_matrix.py
tests/test_peft_surfaces.py
tests/test_preflight.py
tests/test_preflight_evidence.py
tests/test_product_surface.py
tests/test_qlora_live.py
tests/test_report.py
tests/test_scorers.py
tests/test_scoring.py
tests/test_sft_integration.py
tests/test_smoke.py
tests/test_stats.py
tests/test_trl_live_integration.py
tests/test_verify_provenance.py
tests/test_ws2_ws3.py