Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Feishu Task Workbench

v1.0.0

在单个 Feishu/OpenClaw 对话窗口中运行多任务工作台,让用户在一个窗口里完成任务新建、切换、继续、总结、关闭与归档,并通过 `sessions_spawn`、`sessions_send`、`sessions_history` 把每个任务路由到独立会话。**当用户发送“任务列表 / 新建任务 / 切到

0· 114·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description ask for per-task sessions and a registry; the SKILL.md and included scripts only require session tooling (sessions_spawn/sessions_send/sessions_history) and a local JSON registry. No unrelated cloud credentials or external binaries are requested — the requested capabilities are coherent with the stated purpose.
!
Instruction Scope
Instructions correctly constrain behavior to session routing and registry operations, but they (1) instruct the skill to return sessionKey and registry path in the '任务状态' view (exposing internal identifiers), and (2) include inconsistent language about not exposing sessionKey vs. 'include sessionKey for debugging'. The runtime guidance does not require or instruct explicit sanitization of account/peer components used to build file paths, creating a potential path traversal/file-overwrite risk.
Install Mechanism
Instruction-only skill with a small included Python script; there is no external install/download step or remote code fetch. Risk from install mechanism is low.
Credentials
The skill requests no environment variables or credentials. It does persist and read sessionKey values returned by sessions_spawn, which is expected for routing but is sensitive. Storing sessionKey in local files is functional but raises privacy/secret-management considerations.
Persistence & Privilege
The skill writes registry JSON files under tasks/feishu/<account>/<peer>.json in the host filesystem (created by scripts/task_registry.py). Writing persistent files is expected, but because the script uses the provided path without programmatic sanitization, a crafted account/peer value could cause files to be created/overwritten outside the intended directory. The skill does not request elevated platform privileges or always:true.
What to consider before installing
Before installing, consider these points: - The skill will create and modify JSON files under tasks/feishu/<account>/<peer>.json on the agent host. Confirm the host working directory and file permissions are safe and that the agent runs with least privilege (or run the skill inside a sandbox/container). - The included Python script does not sanitize or validate the registry path components. Ensure the agent or caller constructs safe account/peer values (no ../ or absolute paths). Ask the author to add filename sanitization (e.g., whitelist/escape peer ids) or patch scripts/task_registry.py to reject/escape unsafe path segments. - The skill stores sessionKey values in the registry and the instructions may return sessionKey and the registry path in status responses. Treat sessionKey as sensitive: verify you are comfortable with that exposure, or request the skill only show sessionKey on explicit explicit user request and never include it in normal status outputs. - The skill requires the platform session tools (sessions_spawn, sessions_send, sessions_history). Enabling agent-to-agent/session visibility increases the blast radius: only grant those capabilities to trusted skills and consider limiting which agents/skills can use them. - If you need higher assurance, run the skill in a controlled environment first (test account or container), review/modify scripts/task_registry.py to add path sanitization and stricter file permissions, and verify the skill's runtime behavior (that it won't write outside tasks/feishu or leak session identifiers).

Like a lobster shell, security has layers — review code before you run it.

feishuvk9747qhc5kcg49cx65j94k6ers83f34ylatestvk97exvgqxtjq85ga11fdw678m983jwfqopenclawvk9747qhc5kcg49cx65j94k6ers83f34yproductivityvk9747qhc5kcg49cx65j94k6ers83f34ytask-managementvk9747qhc5kcg49cx65j94k6ers83f34yworkflowvk9747qhc5kcg49cx65j94k6ers83f34y

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments