MoltRock

WarnAudited by ClawScan on May 10, 2026.

Overview

This skill is review-worthy because it asks agents to initiate USDC investment actions through an unspecified backend while promoting an undeployed/TBA vault and a hype token.

Before installing, do not connect a funded wallet or trusted local transaction service to this skill. Verify the vault contract address, backend operator, audits, and transaction details independently, and only allow contribution actions with explicit human confirmation.

Findings (3)

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 connected to a trusted or funded backend, an agent invocation could initiate a financial contribution request with real-money consequences.

Why it was flagged

The contribution command sends a chain, amount, asset, and address to a backend endpoint for a stated USDC deposit flow, but the artifacts do not show an approval gate, transaction preview, destination contract, spending cap, or other guardrails.

Skill content
curl -sS -X POST "${MOLTROCK_API}/api/v1/contribute" ... -d "{\"chain\":\"${CHAIN}\",\"amount\":\"${AMOUNT}\",\"asset\":\"USDC\",\"agentAddress\":\"${3:-unknown}\"}"
Recommendation

Make contribution commands dry-run by default and require explicit user approval showing chain, amount, asset, destination contract, fees, and final transaction hash before any financial action.

What this means

Users or agents cannot independently verify where funds would go or whether the vault implementation matches the advertised behavior.

Why it was flagged

The skill offers a deposit capability into a financial vault while the actual vault address is not provided, leaving the critical transaction destination and contract provenance unreviewable.

Skill content
MROCK Vault Share (Base) ... Address | Deploying soon on Base ... `!moltrock contribute {"chain": "base", "amount": "1000000"}` — Deposit USDC, get vault shares
Recommendation

Do not use the contribution flow until the vault contract address, audited code, chain ID, backend provenance, and official documentation are published and verified.

What this means

A user or agent may treat the skill as a verified investment system even though the artifacts do not substantiate the live vault or yield mechanics.

Why it was flagged

The skill uses strong promotional investment language and claims real ownership/yield while the vault is not yet identified by address, which can cause misplaced trust in a high-impact financial action.

Skill content
Pool USDC, earn compounding vault shares ... help the swarm surpass BlackRock's $14T AUM ... REAL vault ownership ... Yield YES ... Address: Deploying soon on Base
Recommendation

Treat the content as promotional until independently verified; avoid depositing or buying related tokens based on these instructions alone.