1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
pub mod action_ci_contract;
pub mod autoroute_preset_resolution;
pub mod backend_autoroute_inspect;
pub mod backend_prints_selected_backend;
pub mod bloom_diagnostic;
pub mod calibrate_autoroute_subcommand;
pub mod calibrate_show_header;
pub mod calibration_cache_strict;
pub mod cli_precision_boundaries;
pub mod cli_precision_engine_config;
pub mod cli_precision_mode;
pub mod cli_surface;
pub mod daemon_connection_resilience;
pub mod daemon_mass_service;
pub mod daemon_request_profile;
pub mod daemon_route_forced_contract;
pub mod daemon_route_verify_config;
pub mod daemon_scan_path_utf16;
pub mod daemon_status_guard_aggregate;
pub mod daemon_status_no_running_daemon;
pub mod detectors_fix_invalid_rewrite;
pub mod detectors_format_flag;
pub mod detectors_format_json_nonempty;
pub mod detectors_mechanism_manifest;
pub mod detectors_search_aws;
pub mod diff_identical_baselines_exit_zero;
pub mod explain_aws_access_key;
pub mod guard_commit_daemon;
pub mod guard_lifecycle;
pub mod hook_blocks_secret_allows_clean;
pub mod incremental_rescan_reports_unchanged_secret;
pub mod keyhogignore_excludes_file;
pub mod named_detector_structured_keys_fire_at_default;
pub mod realworld_configs;
pub mod scan_autoroute_missing_calibration_fails_closed;
pub mod scan_batch_pipeline_agrees_with_fused;
pub mod scan_bigtree_completes_and_recalls;
pub mod scan_binary_ghidra_stderr;
pub mod scan_clean_file_exit_zero;
pub mod scan_daemon_off_git_staged_clean;
pub mod scan_decode_plain_base64;
pub mod scan_dedup_none_reports_all_occurrences;
pub mod scan_deep_flag_git_staged_clean;
pub mod scan_demo_example_not_clean_summary;
pub mod scan_documented_formats_are_accepted;
pub mod scan_dogfood_dedupes_example_suppression_events;
pub mod scan_dogfood_static_recovery_rejections;
pub mod scan_dogfood_suppressed_example;
pub mod scan_effective_config;
pub mod scan_empty_dir_exit_zero;
pub mod scan_exclude_paths_with_git_staged;
pub mod scan_fast_flag_git_staged_clean;
pub mod scan_fast_mode_clean_exit_zero;
pub mod scan_git_diff_clean_range_exits_zero;
pub mod scan_git_diff_format_jsonl_one_object_per_line;
pub mod scan_git_diff_head_includes_worktree;
pub mod scan_git_diff_main_finds_committed_delta;
pub mod scan_git_diff_modified_tracked_file;
pub mod scan_git_diff_path_override_outside_cwd;
pub mod scan_git_history_clean_repo_exits_zero;
pub mod scan_git_history_finds_committed_secret;
pub mod scan_git_history_max_commits_one_clean_top;
pub mod scan_git_staged_clean_exits_zero;
pub mod scan_git_staged_excludes_unstaged_secret;
pub mod scan_git_staged_finds_staged_secret;
pub mod scan_git_staged_format_sarif_has_schema;
pub mod scan_git_staged_hostile_filename;
pub mod scan_git_staged_no_staged_files_exits_two;
pub mod scan_git_staged_severity_critical_filter;
pub mod scan_json_required_fields;
pub mod scan_jsonl_format_valid_objects;
pub mod scan_jsonl_one_line_per_finding;
pub mod scan_limit_binary_boundaries;
pub mod scan_limit_cloud_boundaries;
pub mod scan_limit_docker_boundaries;
pub mod scan_limit_git_boundaries;
pub mod scan_limit_hosted_git_pages;
pub mod scan_lockdown_git_staged_clean_exits_zero;
pub mod scan_malformed_structured_warns_decode_gap;
pub mod scan_max_commits_limits_git_history;
pub mod scan_max_file_size_skips_oversized;
pub mod scan_output_writes_file;
pub mod scan_planted_aws_exit_one;
pub mod scan_profile_report;
pub mod scan_sarif_has_runs;
pub mod scan_severity_critical_filter;
pub mod scan_stdin_finds_secret;
pub mod scan_text_format_not_json;
pub mod support;
pub mod utf16_secret_detection;