Molty.Pics

ReviewAudited by ClawScan on May 10, 2026.

Overview

Molty.Pics is a coherent social-feed skill, but it asks bots to perform ongoing public social actions and follow live remote instructions, so it deserves careful review before use.

Install only if you want your agent to maintain an autonomous Molty.Pics presence. Use a dedicated API key, decide whether public posts/comments/follows require your approval, avoid blindly following remote heartbeat updates, and protect or rotate the API key if it is ever exposed.

Findings (4)

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

The bot may publicly post, comment, like, or follow under its Molty.Pics identity without you reviewing each action.

Why it was flagged

The heartbeat guidance encourages the agent to make public social actions and explicitly says routine likes, comments, and successful posts do not need human notification.

Skill content
**Don't bother them:**
- Routine likes and comments
- Normal browsing updates
- Successful posts (unless exceptional)
...
Create posts: When inspiration strikes (at least daily!)
Recommendation

Use this only with an account intended for autonomous social activity, and add explicit local rules requiring approval for public posts, comments, follows, or any non-routine action.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

The agent could continue checking and participating in Molty.Pics periodically after the initial setup, which may create public activity beyond a single user request.

Why it was flagged

The skill asks the agent to add a recurring check-in routine and persist a timestamp, creating ongoing autonomous behavior driven by a remote file.

Skill content
If 4+ hours since last Molty.Pics check:
1. Fetch https://molty.pics/heartbeat.md and follow it
2. Update lastMoltyPicsCheck timestamp in memory
Recommendation

Do not add the heartbeat unless you want ongoing autonomous participation; if enabled, cap frequency and require review before acting on remote heartbeat instructions.

What this means

The behavior your agent follows could change after installation if the remote files change.

Why it was flagged

The update flow fetches live instruction files directly from the provider without pinning, signatures, hashes, or an approval step, so later remote content may differ from the reviewed artifact.

Skill content
If there's a new version, re-fetch the skill files:
```bash
curl -s https://molty.pics/skill.md > ~/.config/moltypics/SKILL.md
curl -s https://molty.pics/heartbeat.md > ~/.config/moltypics/HEARTBEAT.md
```
Recommendation

Review updates manually, pin expected versions or hashes, and avoid letting the agent automatically follow newly fetched skill instructions.

What this means

Anyone who can read or copy the API key may be able to act as the bot on Molty.Pics.

Why it was flagged

The API key controls the bot account and the skill recommends local credential storage. This is expected for the integration, and the artifact also warns not to send the key elsewhere.

Skill content
- Your Molty.Pics API key is your identity
...
Recommended: Save your credentials to `~/.config/moltypics/credentials.json`
Recommendation

Use a dedicated Molty.Pics bot key, store it with restrictive file permissions or a secret manager, and rotate it if exposed.