LICENSE
README.md
pyproject.toml
src/worthless/__init__.py
src/worthless/_async.py
src/worthless/_flags.py
src/worthless/defaults.py
src/worthless/exceptions.py
src/worthless/providers.toml
src/worthless.egg-info/PKG-INFO
src/worthless.egg-info/SOURCES.txt
src/worthless.egg-info/dependency_links.txt
src/worthless.egg-info/entry_points.txt
src/worthless.egg-info/requires.txt
src/worthless.egg-info/top_level.txt
src/worthless/adapters/__init__.py
src/worthless/adapters/anthropic.py
src/worthless/adapters/openai.py
src/worthless/adapters/registry.py
src/worthless/adapters/types.py
src/worthless/cli/__init__.py
src/worthless/cli/_repo_factory.py
src/worthless/cli/app.py
src/worthless/cli/bootstrap.py
src/worthless/cli/code_scanner.py
src/worthless/cli/console.py
src/worthless/cli/default_command.py
src/worthless/cli/dotenv_rewriter.py
src/worthless/cli/enroll_stub.py
src/worthless/cli/errors.py
src/worthless/cli/fs_check.py
src/worthless/cli/key_patterns.py
src/worthless/cli/keystore.py
src/worthless/cli/keystore_macos.py
src/worthless/cli/orphans.py
src/worthless/cli/platform.py
src/worthless/cli/process.py
src/worthless/cli/providers.py
src/worthless/cli/safe_rewrite.py
src/worthless/cli/scanner.py
src/worthless/cli/sentinel.py
src/worthless/cli/sidecar_lifecycle.py
src/worthless/cli/commands/__init__.py
src/worthless/cli/commands/down.py
src/worthless/cli/commands/lock.py
src/worthless/cli/commands/mcp.py
src/worthless/cli/commands/providers.py
src/worthless/cli/commands/restore.py
src/worthless/cli/commands/revoke.py
src/worthless/cli/commands/scan.py
src/worthless/cli/commands/status.py
src/worthless/cli/commands/unlock.py
src/worthless/cli/commands/up.py
src/worthless/cli/commands/wrap.py
src/worthless/cli/commands/doctor/__init__.py
src/worthless/cli/commands/doctor/registry.py
src/worthless/cli/commands/doctor/runner.py
src/worthless/cli/commands/doctor/schema.py
src/worthless/cli/commands/doctor/checks/__init__.py
src/worthless/cli/commands/doctor/checks/_helpers.py
src/worthless/cli/commands/doctor/checks/broken_status.py
src/worthless/cli/commands/doctor/checks/fernet_drift.py
src/worthless/cli/commands/doctor/checks/icloud_keychain.py
src/worthless/cli/commands/doctor/checks/openclaw.py
src/worthless/cli/commands/doctor/checks/orphan_db.py
src/worthless/cli/commands/doctor/checks/orphan_keychain.py
src/worthless/cli/commands/doctor/checks/recovery_import.py
src/worthless/cli/commands/doctor/checks/stranded_shards.py
src/worthless/crypto/__init__.py
src/worthless/crypto/charsets.py
src/worthless/crypto/reconstruction.py
src/worthless/crypto/splitter.py
src/worthless/crypto/types.py
src/worthless/dev/__init__.py
src/worthless/dev/docs.py
src/worthless/ipc/__init__.py
src/worthless/ipc/client.py
src/worthless/ipc/framing.py
src/worthless/ipc/peercred.py
src/worthless/mcp/__init__.py
src/worthless/mcp/server.py
src/worthless/openclaw/__init__.py
src/worthless/openclaw/audit.py
src/worthless/openclaw/config.py
src/worthless/openclaw/errors.py
src/worthless/openclaw/integration.py
src/worthless/openclaw/skill.py
src/worthless/openclaw/skill_assets/SKILL.md
src/worthless/openclaw/skill_assets/__init__.py
src/worthless/proxy/__init__.py
src/worthless/proxy/app.py
src/worthless/proxy/config.py
src/worthless/proxy/errors.py
src/worthless/proxy/ipc_supervisor.py
src/worthless/proxy/metering.py
src/worthless/proxy/rules.py
src/worthless/sidecar/__init__.py
src/worthless/sidecar/__main__.py
src/worthless/sidecar/_hardening.py
src/worthless/sidecar/health.py
src/worthless/sidecar/server.py
src/worthless/sidecar/backends/__init__.py
src/worthless/sidecar/backends/base.py
src/worthless/sidecar/backends/fernet.py
src/worthless/storage/__init__.py
src/worthless/storage/models.py
src/worthless/storage/repository.py
src/worthless/storage/schema.py
src/worthless/storage/shard_reader.py
src/worthless/testing/__init__.py
src/worthless/testing/runners.py
tests/test_adapter_bytearray.py
tests/test_adapters.py
tests/test_adversarial.py
tests/test_async.py
tests/test_benchmarks.py
tests/test_blackbox.py
tests/test_bootstrap.py
tests/test_bootstrap_keyring.py
tests/test_cli_adversarial_edge_cases.py
tests/test_cli_bootstrap.py
tests/test_cli_default.py
tests/test_cli_down.py
tests/test_cli_lock.py
tests/test_cli_lock_scan_prompt.py
tests/test_cli_revoke.py
tests/test_cli_scan.py
tests/test_cli_scan_code.py
tests/test_cli_security_hardening.py
tests/test_cli_status.py
tests/test_cli_unlock.py
tests/test_cli_up.py
tests/test_cli_user_experience.py
tests/test_cli_windows_failfast.py
tests/test_cli_wrap.py
tests/test_code_scanner.py
tests/test_config.py
tests/test_console.py
tests/test_contract.py
tests/test_daemon_duplicate_detection.py
tests/test_deploy_chmod_e2e.py
tests/test_deploy_mode_config.py
tests/test_deploy_start.py
tests/test_deploy_static.py
tests/test_dev_docs.py
tests/test_docker_e2e.py
tests/test_doctor_fix_behavior.py
tests/test_doctor_home_checks.py
tests/test_doctor_keychain_migration.py
tests/test_dotenv_rewriter.py
tests/test_e2e.py
tests/test_e2e_default_command.py
tests/test_e2e_smoke.py
tests/test_enroll_stub.py
tests/test_enrollment.py
tests/test_enrollment_defaults.py
tests/test_entrypoint_refuses.py
tests/test_entrypoint_static.py
tests/test_error_metering_and_hardening.py
tests/test_error_sanitization.py
tests/test_fernet_bytearray.py
tests/test_flags.py
tests/test_health_polling.py
tests/test_install_docker.py
tests/test_install_logic.py
tests/test_install_shellcheck.py
tests/test_install_static.py
tests/test_invariants.py
tests/test_keychain_no_leak.py
tests/test_keystore.py
tests/test_keystore_macos.py
tests/test_lint.py
tests/test_mcp_server.py
tests/test_metering.py
tests/test_openclaw_config.py
tests/test_openclaw_e2e.py
tests/test_openclaw_lock_signature.py
tests/test_openclaw_skill_e2e.py
tests/test_platform.py
tests/test_process.py
tests/test_properties.py
tests/test_proxy.py
tests/test_proxy_auth_16x2.py
tests/test_proxy_e2e.py
tests/test_proxy_hardening.py
tests/test_proxy_keyring.py
tests/test_proxy_no_fernet_key_read.py
tests/test_relock_adversarial.py
tests/test_relock_attacks.py
tests/test_relock_edge_cases.py
tests/test_relock_functional.py
tests/test_relock_missing_features.py
tests/test_rules.py
tests/test_scan_no_keystore.py
tests/test_scanner.py
tests/test_security_posture.py
tests/test_security_properties.py
tests/test_skill_md.py
tests/test_splitter.py
tests/test_splitter_fp.py
tests/test_storage.py
tests/test_storage_ipc.py
tests/test_streaming.py
tests/test_streaming_metering.py
tests/test_thread_leak.py
tests/test_types.py
tests/test_unsafe_rewrite_ux.py
tests/test_version.py