README.md
pyproject.toml
shutapp/__init__.py
shutapp/_adapters.py
shutapp/_blob.py
shutapp/_format.py
shutapp/_smartstr.py
shutapp/cli.py
shutapp/client.py
shutapp/llm.py
shutapp/logging_filter.py
shutapp/session.py
shutapp/wrap.py
shutapp.egg-info/PKG-INFO
shutapp.egg-info/SOURCES.txt
shutapp.egg-info/dependency_links.txt
shutapp.egg-info/entry_points.txt
shutapp.egg-info/requires.txt
shutapp.egg-info/top_level.txt
shutapp/local/__init__.py
shutapp/local/cache_guard.py
shutapp/local/detectors.yaml
shutapp/local/guard_state.py
shutapp/local/notices.py
shutapp/local/repo_guard.py
shutapp/local/adapters/__init__.py
shutapp/local/adapters/base.py
shutapp/local/adapters/codex.py
shutapp/local/adapters/cursor.py
shutapp/local/adapters/cursor_hooks.py
shutapp/local/adapters/githooks.py
shutapp/local/adapters/hook_client.js
shutapp/local/autoprotect/__init__.py
shutapp/local/autoprotect/audit.py
shutapp/local/autoprotect/doctor.py
shutapp/local/autoprotect/enroll.py
shutapp/local/autoprotect/markers.py
shutapp/local/autoprotect/pathenv.py
shutapp/local/autoprotect/realbin.py
shutapp/local/autoprotect/shims.py
shutapp/local/autoprotect/state.py
shutapp/local/box/__init__.py
shutapp/local/box/allowlist.py
shutapp/local/box/base.py
shutapp/local/box/box_relay.js
shutapp/local/box/detect.py
shutapp/local/box/egress_policy.py
shutapp/local/box/egress_proxy.py
shutapp/local/box/egress_shim.py
shutapp/local/box/env_scrub.py
shutapp/local/box/linux_bwrap.py
shutapp/local/box/linux_landlock.py
shutapp/local/box/mac_seatbelt.py
shutapp/local/box/node_pipe_shim.js
shutapp/local/box/report.py
shutapp/local/box/runner.py
shutapp/local/box/secret_scan.py
shutapp/local/box/soft.py
shutapp/local/box/staging.py
shutapp/local/box/win_appcontainer.py
shutapp/local/box/win_pipe.py
shutapp/local/broker/__init__.py
shutapp/local/broker/claude_settings.py
shutapp/local/broker/service.py
shutapp/local/broker/supervisor.py
shutapp/local/cli/__init__.py
shutapp/local/cli/launcher.py
shutapp/local/cli/session_id.py
shutapp/local/cli/commands/__init__.py
shutapp/local/cli/commands/autoprotect_cmds.py
shutapp/local/cli/commands/box.py
shutapp/local/cli/commands/claude.py
shutapp/local/cli/commands/detectors.py
shutapp/local/cli/commands/guard.py
shutapp/local/cli/commands/history.py
shutapp/local/cli/commands/hook_cmd.py
shutapp/local/cli/commands/install.py
shutapp/local/cli/commands/npm_shim.py
shutapp/local/cli/commands/resolve.py
shutapp/local/cli/commands/runbox.py
shutapp/local/cli/commands/scan_staged.py
shutapp/local/cli/commands/session.py
shutapp/local/cli/commands/status.py
shutapp/local/cli/commands/wrap.py
shutapp/local/core/__init__.py
shutapp/local/core/detector.py
shutapp/local/core/engine.py
shutapp/local/core/placeholder_filter.py
shutapp/local/core/registry.py
shutapp/local/core/vault.py
shutapp/local/proxy/__init__.py
shutapp/local/proxy/history_redactor.py
shutapp/local/proxy/oauth.py
shutapp/local/proxy/openai_redact.py
shutapp/local/proxy/openai_sse.py
shutapp/local/proxy/redact.py
shutapp/local/proxy/rehydrate.py
shutapp/local/proxy/server.py
shutapp/local/proxy/sse.py
shutapp/local/proxy/stream.py
shutapp/local/proxy/tool_rewrite.py
shutapp/local/validators/__init__.py
shutapp/local/validators/banking.py
shutapp/local/validators/common.py
shutapp/local/validators/crypto.py
shutapp/local/validators/entropy.py
shutapp/local/validators/gov_ids.py
shutapp/local/validators/gs1.py
shutapp/local/validators/luhn.py
shutapp/local/validators/securities.py
shutapp/local/validators/vehicle.py
shutapp/local/validators/vendor.py
shutapp/local/validators/data/bip39_english.txt
shutapp/local/verification/__init__.py
shutapp/local/verification/cli.py
shutapp/local/verification/corpus.py
shutapp/local/verification/report.py
shutapp/local/verification/runner.py
tests/test_autoprotect_doctor.py
tests/test_autoprotect_enroll.py
tests/test_autoprotect_honesty.py
tests/test_autoprotect_pathenv.py
tests/test_autoprotect_shims.py
tests/test_autoprotect_wrap.py
tests/test_benign_corpus.py
tests/test_blob_roundtrip.py
tests/test_blob_stripped_from_llm.py
tests/test_blob_stripped_from_scan.py
tests/test_box_cli.py
tests/test_box_core.py
tests/test_box_egress.py
tests/test_box_landlock.py
tests/test_box_os.py
tests/test_box_scanner.py
tests/test_box_staging.py
tests/test_broker_service.py
tests/test_broker_settings_supervisor.py
tests/test_cache_guard.py
tests/test_codex_adapter.py
tests/test_counter_stability.py
tests/test_cursor_adapter.py
tests/test_edge_cases_messiness.py
tests/test_eval_guards.py
tests/test_exception_scrubbing.py
tests/test_githooks_and_npm_rewrite.py
tests/test_guard_install.py
tests/test_history_redactor.py
tests/test_key_rotation.py
tests/test_no_pii_to_disk.py
tests/test_openai_protocol.py
tests/test_provider_adapters.py
tests/test_rehydrate_tool_aware.py
tests/test_render.py
tests/test_repo_guard_scan.py
tests/test_resolve_cmd.py
tests/test_scan_staged.py
tests/test_secret_type_matrix.py
tests/test_smart_str.py
tests/test_tool_rewrite.py
tests/test_tui_noninterference.py
tests/test_unscan_value_first.py