LICENSE
README.md
pyproject.toml
src/stopgate/__init__.py
src/stopgate/cli.py
src/stopgate/digest.py
src/stopgate/engine.py
src/stopgate/evalsuite.py
src/stopgate/logparse.py
src/stopgate/policy.py
src/stopgate/session.py
src/stopgate/supervisor.py
src/stopgate.egg-info/PKG-INFO
src/stopgate.egg-info/SOURCES.txt
src/stopgate.egg-info/dependency_links.txt
src/stopgate.egg-info/entry_points.txt
src/stopgate.egg-info/top_level.txt
src/stopgate/core/__init__.py
src/stopgate/core/action.py
src/stopgate/core/detectors.py
src/stopgate/core/patterns.py
src/stopgate/core/taint.py
src/stopgate/data/sample_session.jsonl
tests/test_action.py
tests/test_claude_code_transcript.py
tests/test_cli.py
tests/test_detectors.py
tests/test_digest.py
tests/test_engine.py
tests/test_eval.py
tests/test_live_gate.py
tests/test_logparse.py
tests/test_policy.py
tests/test_supervisor.py
tests/test_taint.py