How does OpenAI’s Operator agent log into accounts without seeing user passwords?

OpenAI’s new agentic ChatGPT features utilize secure browser session tokens and cookies to perform tasks rather than accessing or storing raw user passwords. While this protects credentials from being 'seen' by the model, it introduces security risks through persistent sessions that can execute actions while a user is away.
How does OpenAI’s Operator agent log into accounts without seeing user passwords?

OpenAI’s 'Operator' and other agentic ChatGPT features log into user accounts by leveraging web-based session tokens and browser cookies rather than storing or viewing raw passwords. When a user provides authorization, the agent utilizes the existing authenticated state to navigate web interfaces and execute multi-step tasks. This architecture ensures that sensitive login credentials remain encrypted and hidden from the large language model (LLM), though the agent retains the ability to act within the account as long as the session remains active.

The development of agentic AI represents a transition from simple text generation to active execution, where the AI acts as a digital proxy. By operating as a layer over the user’s browser, the agent can click buttons, fill out forms, and navigate complex site architectures. However, security experts have raised 'red flags' regarding the persistent nature of these sessions. Because the AI can continue working autonomously after the initial login, there is a risk that the agent could perform unintended actions or be manipulated if a user is not actively monitoring the process.

In the broader US technology and regulatory landscape, these developments are under intense scrutiny by agencies like the FTC. As AI agents begin to handle sensitive financial data and personal accounts, the legal liability for 'automated harm' becomes a primary concern. For the crypto and decentralized finance (DeFi) sectors, the ability for an agent to log into a centralized exchange or interact with a web-based wallet could streamline trading, but it also creates a new attack surface for session-hijacking malware.

Moving forward, users and investors should watch for OpenAI’s implementation of 'human-in-the-loop' confirmations for high-stakes actions, such as financial transfers or security setting changes. The market impact will likely be felt across AI-adjacent crypto projects as the industry shifts toward 'Agentic Web3' integrations. Security-conscious users should monitor whether OpenAI introduces mandatory multi-factor authentication (MFA) prompts for every new task the agent attempts to perform in a signed-in environment.