[
  "tests/test_auth.py::test_check_user_permission_allowed",
  "tests/test_auth.py::test_check_user_permission_denied",
  "tests/test_auth.py::test_is_authorized_with_empty_whitelist",
  "tests/test_auth.py::test_is_authorized_with_whitelist",
  "tests/test_config.py::test_default_settings",
  "tests/test_config.py::test_empty_whitelist_allows_all",
  "tests/test_config.py::test_env_override",
  "tests/test_config.py::test_is_user_allowed",
  "tests/test_config.py::test_load_config_from_yaml",
  "tests/test_guardrail.py::TestDangerousCommandDetection::test_chmod_777_detection",
  "tests/test_guardrail.py::TestDangerousCommandDetection::test_command_injection_detection",
  "tests/test_guardrail.py::TestDangerousCommandDetection::test_disk_operations_detection",
  "tests/test_guardrail.py::TestDangerousCommandDetection::test_rm_rf_detection",
  "tests/test_guardrail.py::TestDangerousCommandDetection::test_safe_commands",
  "tests/test_guardrail.py::TestDangerousCommandDetection::test_safe_rm_single_file",
  "tests/test_guardrail.py::TestDangerousCommandDetection::test_sudo_detection",
  "tests/test_guardrail.py::TestDangerousCommandDetection::test_system_operations_detection",
  "tests/test_sanitizer.py::test_sanitize_api_key",
  "tests/test_sanitizer.py::test_sanitize_bearer_token",
  "tests/test_sanitizer.py::test_sanitize_multiple_secrets",
  "tests/test_sanitizer.py::test_sanitize_password",
  "tests/test_sanitizer.py::test_sanitize_preserves_safe_content",
  "tests/test_sanitizer.py::test_sanitize_private_key",
  "tests/test_skills.py::TestSkillBase::test_skill_context_creation",
  "tests/test_skills.py::TestSkillBase::test_skill_matches_trigger",
  "tests/test_skills.py::TestSkillBase::test_skill_result_creation",
  "tests/test_skills.py::TestSkillRegistry::test_find_matching_skill",
  "tests/test_skills.py::TestSkillRegistry::test_find_no_matching_skill",
  "tests/test_skills.py::TestSkillRegistry::test_register_skill",
  "tests/test_state.py::test_message_context_command_detection",
  "tests/test_state.py::test_message_context_creation",
  "tests/test_state.py::test_pty_state_enum",
  "tests/test_state.py::test_session_mode_enum",
  "tests/test_state.py::test_session_state_creation",
  "tests/test_state.py::test_session_state_default_mode",
  "tests/test_state.py::test_session_state_touch",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_capture_pane",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_create_session",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_kill_session",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_send_keys_no_enter",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_send_keys_normal",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_send_keys_special_key",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_send_raw",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_session_exists_false",
  "tests/test_wrapper.py::TestTmuxWrapperBasic::test_session_exists_true",
  "tests/test_wrapper.py::TestTmuxWrapperModeDetection::test_detect_mode_normal",
  "tests/test_wrapper.py::TestTmuxWrapperModeDetection::test_detect_mode_vim",
  "tests/test_wrapper.py::TestTmuxWrapperModeDetection::test_get_active_process_shell_only",
  "tests/test_wrapper.py::TestTmuxWrapperModeDetection::test_get_active_process_top",
  "tests/test_wrapper.py::TestTmuxWrapperModeDetection::test_get_active_process_vim"
]