AI agents use create_share to create or update resources in Baidu Pan — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Baidu Pan environment.
Creating a share link is a Write operation because it establishes new sharing configuration and generates a shareable resource. While it modifies access permissions, this is reversible (shares can be deleted or disabled). It is not Destructive (no data is deleted), not Execute (no arbitrary code/commands run), and not Financial (no money moves).
From the tool's definition The tool name is 'create_share' and the description translates to 'create Baidu Netdisk file share link.' This operation creates a new shareable link for files, which is a reversible modification of access configuration rather than data deletion or…
Attacks that exploit this kind of access
创建百度网盘文件分享链接. It is categorised as a Write tool in the Baidu Pan MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Baidu Pan MCP server in PolicyLayer and add a rule for create_share: 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 Baidu Pan. Nothing to install.
create_share 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 create_share 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 create_share. 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.
create_share is provided by the Baidu Pan MCP server (xileforcly/baidu-pan-mcp-server). 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 →