【低码组件生成】生成符合 M8 低码平台规范的组件代码。 🔴 重要:此工具会自动在项目根目录执行 npm run ioc create 命令创建组件! ⚠️ 【最重要】优先使用 em-组件库!: - 轮播/走马灯:必须使用 \
AI agents use create_ioc_page to create or update resources in M8 Codex MCP — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your M8 Codex MCP environment.
The tool creates component files in the project structure by executing npm commands. This is a Write operation because it creates new data artifacts (component code) that are reversible through version control or manual deletion. The 'high' severity reflects that an AI agent could generate numerous components or place them in incorrect project locations, but the action remains reversible.
From the tool's definition Tool description states it 'will automatically execute npm run ioc create command in project root directory to create components' (自动在项目根目录执行 npm run ioc create 命令创建组件). This action creates new component code files in the project, modifying the codebase.
Attacks that exploit this kind of access
【低码组件生成】生成符合 M8 低码平台规范的组件代码。 🔴 重要:此工具会自动在项目根目录执行 npm run ioc create 命令创建组件! ⚠️ 【最重要】优先使用 em-组件库!: - 轮播/走马灯:必须使用 \. It is categorised as a Write tool in the M8 Codex MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the M8 Codex MCP server in PolicyLayer and add a rule for create_ioc_page: 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 M8 Codex MCP. Nothing to install.
create_ioc_page 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_ioc_page 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_ioc_page. 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_ioc_page is provided by the M8 Codex MCP server (lipeng9401222/m8-codex-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 →