README.md
pyproject.toml
errex/__init__.py
errex/__main__.py
errex/_constants.py
errex/_first_run.py
errex/_paths.py
errex/_scan_scheduler.py
errex/app_window.py
errex/backup.py
errex/cache.py
errex/cli.py
errex/cloud_sync.py
errex/code_tools.py
errex/config.py
errex/core.py
errex/digest.py
errex/discord_notify.py
errex/email_report.py
errex/explainers.py
errex/github_sync.py
errex/history.py
errex/init_cmd.py
errex/launcher.py
errex/license.py
errex/mascot.py
errex/mcp_server.py
errex/output.py
errex/patterns.py
errex/restore_points.py
errex/scan.py
errex/security.py
errex/setup_tools.py
errex/ticketing.py
errex/tickets.py
errex/utils.py
errex/verify.py
errex/watch.py
errex/web_ui.py
errex.egg-info/PKG-INFO
errex.egg-info/SOURCES.txt
errex.egg-info/dependency_links.txt
errex.egg-info/entry_points.txt
errex.egg-info/requires.txt
errex.egg-info/top_level.txt
errex/scanners/__init__.py
errex/scanners/_base.py
errex/scanners/clamav.py
errex/scanners/cve.py
errex/scanners/diagnostics.py
errex/scanners/linux.py
errex/scanners/macos.py
errex/scanners/malware.py
errex/scanners/network.py
errex/scanners/virustotal.py
errex/scanners/windows.py
tests/test_backup.py
tests/test_cloud_sync.py
tests/test_cve_scanner.py
tests/test_diagnostics.py
tests/test_discord_notify.py
tests/test_email_report.py
tests/test_errex.py
tests/test_first_run.py
tests/test_github_action.py
tests/test_github_sync.py
tests/test_init_cmd.py
tests/test_integration.py
tests/test_launcher.py
tests/test_license.py
tests/test_linux_scanner.py
tests/test_macos_scanner.py
tests/test_malware_scanner.py
tests/test_mascot.py
tests/test_mcp_server.py
tests/test_network_scanner.py
tests/test_patterns.py
tests/test_patterns_new.py
tests/test_publishing_workflows.py
tests/test_restore_points.py
tests/test_scan.py
tests/test_scan_scheduler.py
tests/test_speak.py
tests/test_tickets.py
tests/test_verify.py
tests/test_vscode_extension.py
tests/test_web_ui_darkmode.py
tests/test_windows_scanner.py