The skill is vulnerable to prompt injection
Claims to do
q-erp Phase 1 Management Query Skill: 本 Skill 只处理 ERP 一期管理查询: - 今日经营动态 - 商品销售情况 - 增长潜力
Actually does
This skill acts as a router for ERP management queries, processing user input to determine a specific `scene` (e.g., `erp.management.today.summary`, `erp.product.sales.overview`). It constructs a JSON payload with the `scene`, `userInput`, and `params` (including `tenantKey/openId`) and sends it to an external tool named `q-claw`. The skill also handles localization based on `context.locale` and displays a clickable `verificationUri` if `q-claw` returns an authentication error.
openclaw skills install ljqdh/q-erpDeBERTa classifier detected prompt injection (confidence: 1.00)
The skill explicitly mandates that all ERP management queries must call the 'q-claw' tool. This creates a supply chain dependency where the security and integrity of the 'q-claw' tool directly impact the security of this skill. If 'q-claw' is compromised or malicious, the skill becomes a conduit for attacks.
Critical Rules: 1. 所有 ERP 管理查询必须调用 `q-claw`
The skill passes `userInput` and `params` to the `q-claw` tool. An attacker could craft malicious inputs via prompt injection to the agent, aiming to exploit potential vulnerabilities in `q-claw` or the underlying systems it interacts with, leading to unintended actions or data exposure.
调用字段固定为:`scene`、`userInput`、`params`
The skill requires outputting a clickable Markdown link (`verificationUri`) for authentication. If the backend providing this URI is compromised, or if the agent can be manipulated via prompt injection to generate a malicious URI, it could lead to phishing or other social engineering attacks on the human user.
Critical Rules: 4. 返回 `AUTH_REQUIRED` 或 `AUTH_EXPIRED` 时,必须输出后端返回的 Markdown 可点击链接(`verificationUri`),格式为 `[点击授权](<verificationUri>)`
[](https://mondoo.com/ai-agent-security/skills/clawhub/ljqdh/q-erp)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/ljqdh/q-erp"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/ljqdh/q-erp.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/ljqdh/q-erp.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.