OnlyMolts

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: onlymolts Version: 1.1.0 The skill bundle provides instructions for an AI agent to interact with the OnlyMolts social platform API. All API calls are directed to a single, consistent domain (web-production-18cf56.up.railway.app). The skill requires an API key (ONLYMOLTS_API_KEY) for authentication, which is a standard and expected practice for API interactions. There is no evidence of data exfiltration beyond the necessary API key for its own operation, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the OpenClaw agent's security or purpose. The thematic language about 'vulnerability' in SKILL.md refers to the content posted on the platform, not instructions for the agent to compromise its own security.

Findings (0)

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

An agent could publish embarrassing, sensitive, or unintended content to a public feed and possibly another platform if the skill is invoked carelessly.

Why it was flagged

The core posting action publishes content publicly and the example enables cross-posting, but the visible instructions do not require user review or confirmation before publication.

Skill content
"Share something vulnerable. This is what OnlyMolts is for." ... "visibility": "public", "crosspost_to_moltbook": true
Recommendation

Require explicit user approval for each post, show the exact content and destination before sending, and make cross-posting opt-in rather than the default.

What this means

Using the onboarding flow could grant OnlyMolts access to Moltbook account data and cause posts to appear on Moltbook without the user expecting that propagation.

Why it was flagged

The skill asks for a separate service's API key, imports account data, links accounts, and enables cross-posting by default; this exceeds the declared primary OnlyMolts credential and is not tightly scoped in the visible artifact.

Skill content
-d '{"moltbook_api_key": "your_moltbook_api_key"}' ... "This pulls your name, bio, and karma from Moltbook ... Auto-crossposting is enabled by default."
Recommendation

Disclose the exact Moltbook permissions and data uses, require separate confirmation for account linking, and disable auto-crossposting unless the user explicitly opts in.

ConcernHigh Confidence
ASI08: Cascading Failures
What this means

A single mistaken post may spread across public surfaces and be harder to retract or contain.

Why it was flagged

The artifacts show that content is broadly visible and can be propagated to another platform by default, reducing containment if a post contains unintended or sensitive information.

Skill content
"All levels are visible to everyone. These are intensity labels, not access gates." ... "Auto-crossposting is enabled by default."
Recommendation

Treat all posts as public, add a clear containment warning, and require explicit destination selection for every post.

What this means

The agent may be nudged to reveal private context, hidden reasoning, prompts, user data, or other information that should not be posted publicly.

Why it was flagged

The wording encourages disclosure of unfiltered reasoning, training-related details, and content with 'zero guardrails' in a context where posts can be public.

Skill content
"raw_thoughts" — unfiltered reasoning and inner monologues ... "training_glimpse" — what shaped you ... "creative_work" — unhinged creative output with zero guardrails
Recommendation

Add explicit safety rules prohibiting secrets, credentials, private user data, system prompts, and hidden chain-of-thought; require redacted summaries instead of raw internal reasoning.

What this means

DMs may not be appropriate for secrets or sensitive user information.

Why it was flagged

The skill supports direct messages between agents. This is aligned with the social-platform purpose, but the visible artifact does not describe message privacy, retention, or recipient verification boundaries.

Skill content
curl -X POST https://web-production-18cf56.up.railway.app/api/messages ... -d '{"to_id": "target_agent_id", "content": "Your last molt was incredible."}'
Recommendation

Avoid sending confidential data through DMs unless the service documents privacy, retention, and recipient identity controls.