LICENSE
README.md
README.zh-CN.md
SKILL.md
pyproject.toml
assets/social-preview.en.jpg
assets/social-preview.jpg
claude_sonar/__init__.py
claude_sonar/__main__.py
claude_sonar/__version__.py
claude_sonar/analyze.py
claude_sonar/badge.py
claude_sonar/diff.py
claude_sonar/models.py
claude_sonar/personalize.py
claude_sonar/redaction.py
claude_sonar/report.py
claude_sonar/resources.py
claude_sonar/schema.py
claude_sonar/serve.py
claude_sonar.egg-info/PKG-INFO
claude_sonar.egg-info/SOURCES.txt
claude_sonar.egg-info/dependency_links.txt
claude_sonar.egg-info/top_level.txt
claude_sonar/analysis/__init__.py
claude_sonar/analysis/browser.py
claude_sonar/analysis/common.py
claude_sonar/analysis/mihomo.py
claude_sonar/analysis/privacy.py
claude_sonar/analysis/system.py
claude_sonar/collectors/__init__.py
claude_sonar/collectors/posix.py
claude_sonar/probes/__init__.py
claude_sonar/probes/base.py
claude_sonar/probes/baseurl_probe.py
claude_sonar/probes/cross_site.py
claude_sonar/probes/dns_egress_probe.py
claude_sonar/probes/dns_probe.py
claude_sonar/probes/egress.py
claude_sonar/probes/endpoints.py
claude_sonar/probes/http_probe.py
claude_sonar/probes/ja4_probe.py
claude_sonar/probes/proxy_detector.py
claude_sonar/probes/reputation.py
claude_sonar/probes/runtime_probe.py
claude_sonar/probes/safety.py
claude_sonar/probes/stability.py
claude_sonar/probes/webrtc_guide.py
claude_sonar/reposcan/__init__.py
claude_sonar/reposcan/baseline.py
claude_sonar/reposcan/models.py
claude_sonar/reposcan/report.py
claude_sonar/reposcan/rules.py
claude_sonar/reposcan/sarif.py
claude_sonar/reposcan/scanner.py
claude_sonar/reposcan/scoring.py
claude_sonar/reposcan/stack.py
claude_sonar/reposcan/suggest.py
claude_sonar/reposcan/tools.py
claude_sonar/resources/known_baseurl_blacklist.txt
claude_sonar/resources/semgrep_rules/NOTICE.md
claude_sonar/resources/semgrep_rules/csharp.yaml
claude_sonar/resources/semgrep_rules/go.yaml
claude_sonar/resources/semgrep_rules/java.yaml
claude_sonar/resources/semgrep_rules/javascript.yaml
claude_sonar/resources/semgrep_rules/php.yaml
claude_sonar/resources/semgrep_rules/python.yaml
claude_sonar/resources/semgrep_rules/ruby.yaml
claude_sonar/resources/semgrep_rules/rust.yaml
scripts/collect_posix_network.py
scripts/collect_windows_network.ps1
scripts/remediate_posix_network.py
scripts/remediate_windows_network.ps1
static/panel.html
tests/test_advanced_network_checks.py
tests/test_analyze.py
tests/test_audit_diff.py
tests/test_badge.py
tests/test_cli.py
tests/test_dogfood_fixes.py
tests/test_encrypted_dns.py
tests/test_golden_snapshot.py
tests/test_intended_mode.py
tests/test_netdims.py
tests/test_online_parallel.py
tests/test_online_probes.py
tests/test_online_probes_ext.py
tests/test_personalize_cli.py
tests/test_personalize_fixes.py
tests/test_posix_collector.py
tests/test_privacy.py
tests/test_privacy_artifacts.py
tests/test_privacy_fold.py
tests/test_probes_smoke.py
tests/test_redaction.py
tests/test_report_format.py
tests/test_report_i18n.py
tests/test_report_plain.py
tests/test_report_schema.py
tests/test_reposcan_core.py
tests/test_reposcan_endtoend.py
tests/test_reposcan_freshness.py
tests/test_reposcan_report.py
tests/test_reposcan_stack.py
tests/test_reposcan_tools.py
tests/test_serve_panel.py
tests/test_system_checks.py
tests/test_system_proxy_consistency.py