README.md
pyproject.toml
open_source_secret_watcher.egg-info/PKG-INFO
open_source_secret_watcher.egg-info/SOURCES.txt
open_source_secret_watcher.egg-info/dependency_links.txt
open_source_secret_watcher.egg-info/entry_points.txt
open_source_secret_watcher.egg-info/requires.txt
open_source_secret_watcher.egg-info/top_level.txt
secret_watcher/__init__.py
secret_watcher/export.py
secret_watcher/logging_config.py
secret_watcher/security.py
secret_watcher/cli/__init__.py
secret_watcher/cli/context.py
secret_watcher/cli/main.py
secret_watcher/config/__init__.py
secret_watcher/config/settings.py
secret_watcher/dashboard/__init__.py
secret_watcher/dashboard/dashboard.py
secret_watcher/database/__init__.py
secret_watcher/database/models.py
secret_watcher/database/repository.py
secret_watcher/database/session.py
secret_watcher/discovery/__init__.py
secret_watcher/discovery/discoverer.py
secret_watcher/discovery/github_client.py
secret_watcher/discovery/mock_client.py
secret_watcher/discovery/models.py
secret_watcher/guard/__init__.py
secret_watcher/guard/ai_scan.py
secret_watcher/guard/hook.py
secret_watcher/guard/remediation.py
secret_watcher/guard/scanner.py
secret_watcher/guard/threat.py
secret_watcher/guard/ui.py
secret_watcher/guard/detectors/__init__.py
secret_watcher/guard/detectors/secrets.py
secret_watcher/notifications/__init__.py
secret_watcher/notifications/remediation.py
secret_watcher/notifications/reporter.py
secret_watcher/parser/__init__.py
secret_watcher/parser/models.py
secret_watcher/parser/trufflehog_parser.py
secret_watcher/scanner/__init__.py
secret_watcher/scanner/mock_runner.py
secret_watcher/scanner/runner.py
secret_watcher/scanner/scan_manager.py
secret_watcher/validators/__init__.py
secret_watcher/validators/entropy_validator.py
secret_watcher/validators/patterns.py
secret_watcher/validators/regex_validator.py
secret_watcher/validators/scoring.py
tests/test_database.py
tests/test_discovery_queries.py
tests/test_entropy_validator.py
tests/test_guard_detector.py
tests/test_guard_hook.py
tests/test_guard_remediation.py
tests/test_guard_scanner.py
tests/test_guard_threat.py
tests/test_parser.py
tests/test_pipeline.py
tests/test_regex_validator.py
tests/test_scoring.py
tests/test_security.py