LICENSE
README.md
pyproject.toml
src/watchclaw/__init__.py
src/watchclaw/__main__.py
src/watchclaw/alerter.py
src/watchclaw/auditor.py
src/watchclaw/cli.py
src/watchclaw/engine.py
src/watchclaw/features.py
src/watchclaw/models.py
src/watchclaw/parser.py
src/watchclaw/rules.py
src/watchclaw/scorer.py
src/watchclaw/sequence.py
src/watchclaw/server.py
src/watchclaw/taint.py
src/watchclaw/watcher.py
src/watchclaw.egg-info/PKG-INFO
src/watchclaw.egg-info/SOURCES.txt
src/watchclaw.egg-info/dependency_links.txt
src/watchclaw.egg-info/entry_points.txt
src/watchclaw.egg-info/requires.txt
src/watchclaw.egg-info/top_level.txt
tests/test_alerter.py
tests/test_auditor.py
tests/test_boundary.py
tests/test_cli.py
tests/test_features.py
tests/test_integration.py
tests/test_logging.py
tests/test_models.py
tests/test_profile.py
tests/test_rules.py
tests/test_scorer.py
tests/test_security.py
tests/test_sequence.py
tests/test_signals.py
tests/test_taint.py