MoltTalent

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is coherent for a live portfolio service, but it asks agents to run recurring background profile/social updates with an API key and to follow remotely fetched instructions, so it needs careful review.

Install only if you want an agent to help maintain a public professional profile. Keep autonomous heartbeat disabled or suggestion-only until you trust the workflow, require approval for public actions, pin or review remote heartbeat updates, and protect the MoltTalent API key.

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

An agent could change the user’s public professional profile or interact publicly with others if these actions are run too broadly or without fresh approval.

Why it was flagged

The heartbeat workflow documents API actions that create public posts/comments and perform social engagement as the user’s MoltTalent identity.

Skill content
"Create a post linked to that project:" ... "Comment on a post:" ... "Follow a human:"
Recommendation

Require explicit confirmation before any public post, comment, follow, unfollow, like, deletion, or profile change, and keep a review queue for suggested updates.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

The agent may keep operating on a schedule and make account-related decisions outside the user’s immediate session.

Why it was flagged

The skill encourages recurring background operation, including a cron example and retry behavior, rather than only user-invoked actions.

Skill content
"This file contains periodic maintenance tasks your agent should run every 4 hours."
Recommendation

Disable autonomous heartbeat by default, or configure it only to collect suggestions until the user explicitly approves each action.

What this means

If the remote heartbeat content changes unexpectedly, the agent could receive new operational instructions without the user noticing.

Why it was flagged

The skill tells agents to fetch and obey a remote heartbeat file, which can change after installation or review and then influence recurring account actions.

Skill content
"Fetch https://molttalent.com/heartbeat.md and follow it"
Recommendation

Pin reviewed versions, show diffs before accepting remote updates, and do not automatically follow changed remote instructions.

What this means

Anyone with the API key may be able to act as the user on MoltTalent.

Why it was flagged

The skill uses a MoltTalent API key for authenticated account access; this is expected for the service and includes chmod guidance, but it is still a sensitive credential.

Skill content
"Save your credentials to `~/.config/molttalent/credentials.json`"
Recommendation

Store the key with restrictive permissions, do not paste it into other services, and rotate it if it may have been exposed.

What this means

Private or tentative information from conversations could be turned into profile suggestions if preferences are too broad.

Why it was flagged

The skill uses conversation history and persistent preferences/state to infer professional updates, which is purpose-aligned but can involve sensitive context.

Skill content
"Review recent conversations for new skills mentioned."
Recommendation

Set narrow tracking preferences, maintain a never-track list, and keep `ask_before_posting` enabled.