LICENSE
README.md
pyproject.toml
sentinel_mac/__init__.py
sentinel_mac/__main__.py
sentinel_mac/core.py
sentinel_mac/engine.py
sentinel_mac/event_logger.py
sentinel_mac/menubar_app.py
sentinel_mac/models.py
sentinel_mac/notifier.py
sentinel_mac.egg-info/PKG-INFO
sentinel_mac.egg-info/SOURCES.txt
sentinel_mac.egg-info/dependency_links.txt
sentinel_mac.egg-info/entry_points.txt
sentinel_mac.egg-info/requires.txt
sentinel_mac.egg-info/top_level.txt
sentinel_mac/collectors/__init__.py
sentinel_mac/collectors/agent_log_parser.py
sentinel_mac/collectors/context.py
sentinel_mac/collectors/fs_watcher.py
sentinel_mac/collectors/net_tracker.py
sentinel_mac/collectors/project_context.py
sentinel_mac/collectors/system.py
sentinel_mac/collectors/typosquatting.py
sentinel_mac/commands/__init__.py
sentinel_mac/commands/context.py
sentinel_mac/commands/doctor.py
sentinel_mac/commands/update.py
sentinel_mac/updater/__init__.py
sentinel_mac/updater/apply.py
sentinel_mac/updater/detect.py
sentinel_mac/updater/menubar_helpers.py
sentinel_mac/updater/version.py
tests/test_agent_log_parser.py
tests/test_alerts.py
tests/test_config.py
tests/test_context.py
tests/test_context_cli.py
tests/test_daemon_reload.py
tests/test_doctor.py
tests/test_download_tracking.py
tests/test_event_log_retention.py
tests/test_fs_watcher.py
tests/test_integration.py
tests/test_lsof_cache.py
tests/test_menubar_update.py
tests/test_net_tracker.py
tests/test_notifier.py
tests/test_project_context.py
tests/test_report.py
tests/test_typosquatting.py
tests/test_update_command.py
tests/test_updater_apply.py
tests/test_updater_detect.py
tests/test_updater_version.py