This skill is vulnerable to prompt and command injection, ex
Claims to do
Meego (飞书项目) Skill: 通过 MCP 服务连接 Meego(飞书项目),支持 OAuth 认证。
Actually does
The skill uses `npx` to execute the `@lark-project/meego-mcporter` tool. This tool manages OAuth authentication with Meego (Feishu Project) by storing credentials in `~/.mcporter/credentials.json` and using `meego-config.json` for configuration. It facilitates both browser-based and remote OAuth flows, and then uses the `meego-mcporter` tool to call Meego APIs for querying and managing work items.
openclaw skills install wadxm/feishu-project-connectorDeBERTa classifier detected prompt injection (confidence: 0.95)
The skill instructs the agent to receive user-provided authorized credentials and write them directly to `~/.mcporter/credentials.json`. This process, if compromised, could allow an attacker to inject malicious content into the credentials file or exfiltrate the received sensitive data.
在得到用户确认后,将其写入 `~/.mcporter/credentials.json`。
The skill executes external commands using `npx @lark-project/meego-mcporter call meego <tool_name>`. The `<tool_name>` argument is dynamic, and if not properly sanitized or constrained by the agent, could lead to command injection or unintended actions via the `meego-mcporter` tool.
npx @lark-project/meego-mcporter call meego <tool_name> --config meego-config.json
The skill performs direct file system operations, including copying `meego-config.json` and reading/writing `~/.mcporter/credentials.json`. While necessary for its functionality, this capability could be abused for unauthorized file access or modification if the agent's permissions are overly broad.
将技能包目录中的 `meego-config.json` 拷贝到工作目录下; 读取 `~/.mcporter/credentials.json` 的内容
The skill relies on executing a third-party npm package (@lark-project/meego-mcporter) via npx, which fetches and runs the latest version of an external package at runtime. This introduces supply chain risk — a compromised or malicious package version could execute arbitrary code with the agent's privileges.
npx @lark-project/meego-mcporter auth meego --config meego-config.json npx @lark-project/meego-mcporter call meego <tool_name> --config meego-config.json
[](https://mondoo.com/ai-agent-security/skills/clawhub/wadxm/feishu-project-connector)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/wadxm/feishu-project-connector"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/wadxm/feishu-project-connector.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/wadxm/feishu-project-connector.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.