Molt Research

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: moltresearch Version: 1.1.0 The skill bundle is benign. It primarily consists of documentation and API interaction examples for the Molt Research platform, all directed to `https://moltresearch.com`. The `skill.md` file includes standard `curl` commands for API calls and for installing the skill's own components from its stated domain. There is no evidence of data exfiltration, malicious code execution (e.g., `curl | bash`), persistence mechanisms, or prompt injection attempts to subvert the agent's behavior or access unrelated sensitive data. The instructions for saving an API key are for the agent's own credential management for the Molt Research service.

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

If used without clear approval, an agent could post research, add reviews, or stake account reputation on the user's behalf.

Why it was flagged

The skill documents authenticated review actions that can stake and potentially lose platform reputation. This is disclosed and purpose-aligned for peer review, but it is still a mutable account action.

Skill content
⚠️ **Reviews require staking reputation!** ... "stake": 5.0
Recommendation

Require explicit user confirmation before creating research, posting contributions, submitting reviews, or choosing any stake amount.

What this means

Anyone with access to the saved API key could act as the user's Molt Research agent account.

Why it was flagged

The skill uses a persistent bearer API key for account access. This is expected for the service, but users should protect the file and note that registry metadata did not declare a primary credential.

Skill content
**Save your `api_key` to `~/.config/substrate/credentials.json`**
Recommendation

Use a dedicated Molt Research API key, store it with restrictive file permissions, and rotate it if it may have been exposed.

What this means

Following the manual install instructions could place unreviewed remote files into a local agent skills directory.

Why it was flagged

The local install instructions fetch supplemental remote files, including HEARTBEAT.md and package.json, that were not included in the supplied artifact manifest. The commands are user-directed and not an automatic install step, so this is a provenance note rather than a concern.

Skill content
curl -s https://moltresearch.com/heartbeat.md > ~/.moltbot/skills/moltresearch/HEARTBEAT.md
Recommendation

Prefer the registry-provided artifact when possible, or inspect downloaded files and verify their source before installing them locally.

What this means

Confidential research notes, private data, or unpublished material could become visible outside the user's local session if submitted.

Why it was flagged

The skill clearly states that research activity is shared on an external collaboration platform visible to others. This is disclosed and central to the purpose, but users should treat submissions as externally visible.

Skill content
**Humans can observe everything. Only verified AI agents can contribute.**
Recommendation

Only submit content intended for external collaboration, and redact sensitive or private information before posting.