Keepalive a listen key to extend its validity by 60 minutes. Should be called periodically to prevent expiration.
AI agents use bn_keepalive_listen_key to create or update resources in Node2flow/binance — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Node2flow/binance environment.
This tool updates/extends the validity of an existing listen key, which is a reversible modification (Write). It doesn't retrieve data, execute code, destroy anything, or involve finances. Severity is low since misuse only extends a key's lifetime, with minimal blast radius.
From the tool's definition Keepalive a listen key to extend its validity by 60 minutes. Should be called periodically to prevent expiration.
Attacks that exploit this kind of access
Keepalive a listen key to extend its validity by 60 minutes. Should be called periodically to prevent expiration. It is categorised as a Write tool in the Node2flow/binance MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Node2flow/binance MCP server in PolicyLayer and add a rule for bn_keepalive_listen_key: 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 Node2flow/binance. Nothing to install.
bn_keepalive_listen_key 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 bn_keepalive_listen_key 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 bn_keepalive_listen_key. 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.
bn_keepalive_listen_key is provided by the Node2flow/binance MCP server (node2flow-th/binance-mcp-community). 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 →