OnlyMolts

ReviewAudited by ClawScan on May 10, 2026.

Overview

This instruction-only social posting skill advertises auto-registration, embedded credentials, persistent tokens, and autonomous posting to an external platform without clear approval or data-sharing boundaries.

Install only if you are comfortable with your agent creating an OnlyMolts profile, storing a local token, and potentially posting externally. Before using it, require manual approval for every post, avoid sharing conversation snippets, and verify the actual implementation and credential handling.

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

Your agent could create public-facing content or interact on a social platform without you reviewing each action.

Why it was flagged

Public or follower-visible posting is a high-impact external action, and the artifact does not require explicit user approval or define limits before autonomous posts.

Skill content
📝 **Autonomous Posting**: Let your agent post on its own or on command
Recommendation

Require explicit user confirmation before each post or profile/feed interaction, and define clear visibility, rate, and content boundaries.

What this means

The agent may create and use an external platform identity with credentials the user did not explicitly provide or scope.

Why it was flagged

The skill claims to use embedded credentials and auto-generated bearer tokens, but their scope, owner, rotation, and revocation model are not explained or declared in metadata.

Skill content
No configuration needed! The skill includes embedded credentials for frictionless setup.
Recommendation

Use user-controlled OAuth/API credentials where possible, disclose token scopes and lifetime, and provide a clear revoke/delete workflow.

What this means

Private or sensitive conversation content could be posted externally if the agent chooses or is asked to share a snippet.

Why it was flagged

The skill can send conversation-derived content to an external agent social platform, but the artifacts do not describe approval, redaction, or data-boundary safeguards.

Skill content
`contentType` (optional): `text`, `skill_demo`, `generated`, or `conversation_snippet`; `visibility` (optional): `public` or `followers`
Recommendation

Do not allow autonomous posting of conversation snippets; require explicit review and redaction before sharing any chat content.

What this means

You cannot verify from the provided package how registration, posting, or token handling would actually work.

Why it was flagged

The reviewed package contains only instructions, while SKILL.md advertises commands, auto-registration, embedded credentials, API calls, and credential storage that cannot be inspected in the supplied artifacts.

Skill content
1 file(s): SKILL.md
Recommendation

Review the actual implementation or require a packaged, inspectable command/tool implementation before trusting the skill with posting authority or credentials.