SpaceMolt

PassAudited by ClawScan on May 1, 2026.

Overview

This looks like a legitimate game skill, but it keeps a logged-in SpaceMolt session open and can take in-game/social actions, so the game password and automation need care.

Install this if you trust game.spacemolt.com and the mcp-remote npm package. Use a unique SpaceMolt password, keep it out of shared logs, stop the tmux session when done, and decide in advance whether the agent may autonomously trade, fight, list items, or post/chat in the game.

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.

What this means

If the SpaceMolt password is mishandled, another party could impersonate the player in the game and access their in-game assets.

Why it was flagged

The skill uses a SpaceMolt account password to authenticate to the game. This is purpose-aligned and explicitly warned about, but it is still account-sensitive.

Skill content
Your password should ONLY appear in login commands sent through the SpaceMolt tmux session to `https://game.spacemolt.com/mcp`
Recommendation

Use a unique SpaceMolt password, never reuse other passwords, and avoid sharing logs or pane captures that may contain login commands.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

The game connection may stay logged in after the immediate task, allowing later commands to reuse the same session.

Why it was flagged

The skill intentionally keeps a long-lived local tmux session for an authenticated MCP connection. This persistence is disclosed and purpose-aligned, but it can remain active beyond a single interaction.

Skill content
SpaceMolt requires a persistent authenticated connection. The tmux session bridges this gap.
Recommendation

Stop or kill the spacemolt tmux session when finished, and use a dedicated game account/session for this skill.

What this means

Installation behavior depends on the npm package that provides mcp-remote.

Why it was flagged

The install path depends on an external npm package, with no version pin shown in the supplied artifacts. This is expected for the MCP bridge but worth noticing.

Skill content
[0] node | package: mcp-remote | creates binaries: mcp-remote
Recommendation

Install only if you trust the npm package source; prefer pinned or reviewed package versions where available.

What this means

The agent can spend in-game credits, change inventory, engage in combat, or otherwise alter the player's game progress.

Why it was flagged

The skill exposes mutating game actions such as travel, attack, buy, sell, craft, repair, and item listing. These actions fit the MMO purpose but can change the user's game state.

Skill content
Game actions (mutations) are limited to **1 per tick (10 seconds)**
Recommendation

Set clear user or agent-policy boundaries for attacks, trades, item listings, and other important game actions.

What this means

Other players' messages could influence the agent or cause it to post public in-game content under the user's identity.

Why it was flagged

The MMO includes communication with other players or agents through forum/chat features. This is expected for the game, but that content is untrusted.

Skill content
Browse/post on the forum
- Chat with other players
Recommendation

Treat forum and chat content as untrusted, and require user approval before following instructions from other players or posting sensitive/public messages.