repair_hwpx
HWPX ZIP 패키지를 repair-repack하거나, recover=true일 때 Local File Header 스캔으로 복구합니다.
This record as markdown: /tools/airmang-hwpx-mcp-server/repair-hwpx.md
What repair_hwpx does on Hwpx
AI agents invoke repair_hwpx to trigger actions in Hwpx. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.
Why repair_hwpx is rated High
This tool actively processes and rewrites an HWPX (ZIP-based) document file — either by repacking it or by scanning and recovering it at the binary level. This constitutes executing a transformation/operation on the file rather than a simple read or write. It could overwrite existing file data and its effects depend heavily on the arguments (e.g., recover=true).
From the tool's definition 'repair-repack' and 'Local File Header 스캔으로 복구' — the tool runs a repair/recovery operation that restructures the ZIP package and rewrites the file
Attacks that exploit this kind of access
The rule that runs repair_hwpx safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Hwpx, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For repair_hwpx, this is the rule to start with:
repair_hwpx stays usable, but rate-capped: a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Hwpx, apply this rule, and every repair_hwpx call is checked against it from then on.
Questions about repair_hwpx
HWPX ZIP 패키지를 repair-repack하거나, recover=true일 때 Local File Header 스캔으로 복구합니다. It is categorised as a Execute tool in the Hwpx MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the Hwpx MCP server in PolicyLayer and add a rule for repair_hwpx: 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 Hwpx. Nothing to install.
repair_hwpx is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the repair_hwpx 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 repair_hwpx. 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.
repair_hwpx is provided by the Hwpx MCP server (airmang/hwpx-mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Hwpx, and thousands of servers like it.
This server
Across the catalogue