Zellij Terminal Workspace
Analysis
The skill is transparent about controlling Zellij terminals, but it also encourages running multiple background coding agents in approval-bypassing modes, so it deserves careful review before installation.
Findings (4)
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.
zellij excels at running multiple coding agents in parallel ... codex --yolo 'Fix bug X' ... Codex needs --yolo or --full-auto for non-interactive fixes
The skill explicitly recommends launching multiple coding agents through terminal keystrokes and using modes that bypass normal interactive approval.
zellij --data-dir "$DATA_DIR" new-session --session "$SESSION" --layout "default" --detach ... Zellij stores state (sessions, plugins, etc.) in this directory.
The skill intentionally creates detached sessions whose state can continue beyond the immediate interaction.
metadata: {"moltbot":{"os":["darwin","linux"],"requires":{"bins":["zellij","jq"]},"install":[{"id":"brew"...},{"id":"cargo"...}]}}SKILL.md declares external binary requirements and install methods, while the registry metadata reports no required binaries and no install spec.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Capture pane output: zellij --data-dir "$DATA_DIR" pipe --session "$SESSION" --pane-id 0 ... Orchestrating Coding Agents (Codex, Claude Code)
The skill is designed to scrape terminal output, including output from other coding agents running in panes.
