Mission Control
Analysis
Mission Control appears purpose-aligned as an OpenClaw dashboard, but it would run an external Node app that auto-uses your OpenClaw gateway token and can change agent jobs and settings.
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.
| **Cron Monitor** | Toggle, run, create, delete scheduled jobs visually |
The dashboard exposes direct mutation of scheduled agent jobs. The artifact does not describe confirmation, audit, rollback, or scoping safeguards for these high-impact actions.
git clone https://github.com/Jzineldin/mission-control.git ... npm install ... node server.js
The skill is instruction-only but directs installation and execution of an external Node project and dependencies. This provenance gap is material because the same app is expected to read the OpenClaw gateway token and control the agent.
sudo cp mission-control.service /etc/systemd/system/ ... sudo systemctl enable --now mission-control
The optional production path installs a persistent systemd service. It is disclosed, but it keeps the dashboard running beyond the initial setup session.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Auto-detected from your OpenClaw setup: - Gateway token from `~/.openclaw/openclaw.json`
The skill says the dashboard reads a local OpenClaw gateway token, while the registry metadata declares no credential or required config path. That token likely grants control over the user's OpenClaw agent.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
| **Conversations** | Browse all sessions, view history, continue conversations |
The dashboard can access and continue prior OpenClaw sessions, which may contain private context or old instructions that could influence future work.
