LICENSE
README.md
pyproject.toml
src/hermes_shield/__init__.py
src/hermes_shield/ai_assist.py
src/hermes_shield/ai_backends.py
src/hermes_shield/ai_finder.py
src/hermes_shield/ai_stream.py
src/hermes_shield/ai_tier.py
src/hermes_shield/ai_verify.py
src/hermes_shield/ast_sinks.py
src/hermes_shield/banner.py
src/hermes_shield/baseline.py
src/hermes_shield/brand_fonts.py
src/hermes_shield/call_graph.py
src/hermes_shield/cap_normalise.py
src/hermes_shield/config_loader.py
src/hermes_shield/cross_module.py
src/hermes_shield/cs_sinks.py
src/hermes_shield/dashboard_export.py
src/hermes_shield/dep_scan.py
src/hermes_shield/drift.py
src/hermes_shield/entrypoint_proof.py
src/hermes_shield/entrypoints.py
src/hermes_shield/guard_attribution.py
src/hermes_shield/guard_detector.py
src/hermes_shield/guard_integrity.py
src/hermes_shield/install_report.py
src/hermes_shield/inter_taint.py
src/hermes_shield/learned_sinks.json
src/hermes_shield/learned_sinks.py
src/hermes_shield/live_scan.py
src/hermes_shield/llm_eval_detector.py
src/hermes_shield/models.py
src/hermes_shield/module_index.py
src/hermes_shield/open_report.py
src/hermes_shield/patch_plan.py
src/hermes_shield/patterns.py
src/hermes_shield/prove.py
src/hermes_shield/repo_map.py
src/hermes_shield/repo_scanner.py
src/hermes_shield/report_writer.py
src/hermes_shield/scan_hermes.py
src/hermes_shield/secret_exfil_detector.py
src/hermes_shield/semgrep_runner.py
src/hermes_shield/shield_cli.py
src/hermes_shield/shield_report.py
src/hermes_shield/stream.py
src/hermes_shield/summary.py
src/hermes_shield/surface_classifier.py
src/hermes_shield/taint.py
src/hermes_shield/ts_sinks.py
src/hermes_shield/ts_taint.py
src/hermes_shield/_demo/app.py.txt
src/hermes_shield/_demo/eval_tool.py.txt
src/hermes_shield/_demo/tools.py.txt
src/hermes_shield/config/__init__.py
src/hermes_shield/config/entrypoints.json
src/hermes_shield/config/guard_primitives.json
src/hermes_shield_scanner.egg-info/PKG-INFO
src/hermes_shield_scanner.egg-info/SOURCES.txt
src/hermes_shield_scanner.egg-info/dependency_links.txt
src/hermes_shield_scanner.egg-info/entry_points.txt
src/hermes_shield_scanner.egg-info/requires.txt
src/hermes_shield_scanner.egg-info/top_level.txt
tests/test_ai_backends.py
tests/test_ai_backends_cloud.py
tests/test_ai_cache_path_rejects_symlink.py
tests/test_ai_default_cache_not_under_target_root.py
tests/test_ai_finder_wiring.py
tests/test_ai_reachability.py
tests/test_ai_stream.py
tests/test_ai_suspected_not_in_headline.py
tests/test_ai_tier_cache_only.py
tests/test_ai_tier_refusal_and_firstrun.py
tests/test_ai_tier_skips_out_of_root_symlink_targets.py
tests/test_ai_tier_status_render_consistency.py
tests/test_cli_ergonomics.py
tests/test_cve_2023_39662.py
tests/test_dedup_worst_band.py
tests/test_dedup_worst_representative.py
tests/test_demo_licence_metadata.py
tests/test_dep_scan.py
tests/test_det_recall_alias_binding.py
tests/test_field_container_taint.py
tests/test_fix_plan.py
tests/test_fix_plan_grouping.py
tests/test_fixed_destination_and_wrapper_descent.py
tests/test_fp_suppression.py
tests/test_get_source_recall.py
tests/test_guard_attribution.py
tests/test_guard_credit_bypass_cluster.py
tests/test_hs03_ai_redaction_trust_size.py
tests/test_hs04_semgrep_pinning.py
tests/test_inter_taint.py
tests/test_launch_hardening.py
tests/test_learned_structural.py
tests/test_llm_eval_detector.py
tests/test_p2_9a_review_drift.py
tests/test_p2_9b_precision.py
tests/test_p2_9b_review_adversarial.py
tests/test_p2_9c_cross_module.py
tests/test_p2_9c_review_adversarial.py
tests/test_p2_9d_config_entrypoints.py
tests/test_p2_9d_review_adversarial.py
tests/test_p2_9e_ast_sinks.py
tests/test_p2_9e_review_adversarial.py
tests/test_p2_9f_entrypoint_map.py
tests/test_p2_9g_earlyreturn_soundness.py
tests/test_precision_allowlist_evasion.py
tests/test_precision_v0_8_1.py
tests/test_prove_lane.py
tests/test_prove_platform_guard.py
tests/test_recall_scorer_no_locality_bleed.py
tests/test_s8_84_cli_command_entrypoints.py
tests/test_s8_85_scan_corrections.py
tests/test_s8_86_install_liability_rating.py
tests/test_s8_87_out_dir.py
tests/test_s8_88_shield_report_wired.py
tests/test_s8_89_semgrep_comparator.py
tests/test_s8_94_live_scan.py
tests/test_s9_cli_ux_live_open_aioffer.py
tests/test_scan_skips_symlinked_py_files.py
tests/test_scanner_core.py
tests/test_secret_exfil_detector.py
tests/test_ssti_sink.py
tests/test_stage1_5_guard_integrity.py
tests/test_target_guard_config_not_trusted_by_default.py
tests/test_ts_taint.py
tests/test_verified_fires.py