diff --git a/agent/file_safety.py b/agent/file_safety.py index 22b190c3a..e317b3439 100644 --- a/agent/file_safety.py +++ b/agent/file_safety.py @@ -249,6 +249,10 @@ def get_read_block_error(path: str) -> Optional[str]: ".env", "webhook_subscriptions.json", os.path.join("auth", "google_oauth.json"), + # Bitwarden Secrets Manager disk cache: stores plaintext secret values + # to avoid re-fetching across back-to-back CLI invocations. The file + # was introduced by #31968 but not added to this guard. + os.path.join("cache", "bws_cache.json"), ) for hd in hermes_dirs: for name in credential_file_names: