Zrise Connect Release
Analysis
This appears to be a real Zrise automation skill, but it asks for high-privilege Zrise access and includes conflicting workflows that could write back to Zrise or mark tasks done without the advertised approval flow.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Agent tự xử lý: ... Spawn subagents ... Aggregate results ... Writeback to Zrise ... Luôn dùng `simple` workflow cho tasks mới
This recommends an automatic one-step execution path with subagents and Zrise writeback, which conflicts with the main SKILL.md approval-gated flow for writeback, timesheet fill, and Done-stage updates.
cd /tmp && git clone https://github.com/openclaw/lobster.git && cd lobster && npm install && npx tsc -p tsconfig.json ... ln -sf /tmp/lobster/bin/lobster.js ~/bin/lobster
The setup instructions fetch and build an unpinned remote repository and place a symlink to an executable under /tmp. This is disclosed and central to Lobster usage, but it is a supply-chain/provenance risk.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
ZRISE_USERNAME=admin ZRISE_API_KEY=your_api_key
The skill documents use of a Zrise admin/API-key credential, while the registry metadata says no primary credential or env vars are required. The artifacts do not describe least-privilege scope for this account.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Session Management — Mỗi task có session riêng ... Save conversation history
The skill stores per-task sessions and conversation history. That is consistent with task automation, but it means Zrise task context and AI outputs may persist locally.
Integrate Zrise Connect with Telegram for: ... Task notifications ... Approval requests ... Employee interactions
The artifacts describe sending task notifications and approval interactions through Telegram. The guide includes security suggestions, but users should still notice that task data may leave Zrise/OpenClaw via an external messaging channel.
