Save browser storage state (cookies, localStorage) to a JSON file.
AI agents use cloak_save_storage_state to create or update resources in CloakBrowser MCP Server — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your CloakBrowser MCP Server environment.
This tool exports browser storage (cookies, localStorage) to a file. While the export itself is not destructive or directly harmful, it creates/writes a new data artifact. The act of persisting sensitive session data (cookies, localStorage) to a file could enable session hijacking or credential reuse if the file is not properly secured.
From the tool's definition Tool description states it 'Save[s] browser storage state (cookies, localStorage) to a JSON file.' This is a write operation that creates/persists data (storage state export). The verb 'save' and the target 'to a JSON file' indicate data creation/modification.
Attacks that exploit this kind of access
Save browser storage state (cookies, localStorage) to a JSON file. It is categorised as a Write tool in the CloakBrowser MCP Server MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the CloakBrowser MCP Server MCP server in PolicyLayer and add a rule for cloak_save_storage_state: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches CloakBrowser MCP Server. Nothing to install.
cloak_save_storage_state is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the cloak_save_storage_state rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for cloak_save_storage_state. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
cloak_save_storage_state is provided by the CloakBrowser MCP Server MCP server (miwoomiwoo/cloakbrowser-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →