Skip to content

[fix] mcp_servers/browser: Remove clear-text password from login response#126

Open
RinZ27 wants to merge 1 commit intojd-opensource:mainfrom
RinZ27:fix/remove-password-from-login-response
Open

[fix] mcp_servers/browser: Remove clear-text password from login response#126
RinZ27 wants to merge 1 commit intojd-opensource:mainfrom
RinZ27:fix/remove-password-from-login-response

Conversation

@RinZ27
Copy link
Copy Markdown

@RinZ27 RinZ27 commented Mar 18, 2026

Summary

The browser_auto_login tool currently returns the raw login_password in its final response dictionary. This results in sensitive credentials being exposed in session logs and chat history within the MCP environment.

Related Issue(s)

  • Fixes potential credential leakage in browser tool responses.

Changes

  • Fix for C
    Removed the login_password field from the result dictionary in browser_auto_login to ensure passwords don't leak into the console or logs.

Checklist

  • been self-reviewed.
    • Code is formatted
    • All CI checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant