Shared Molt

PassAudited by ClawScan on May 10, 2026.

Overview

This instruction-only skill is coherently about using Shared Molt’s recipe-sharing API, but users should be aware it can send workflow details to an external service and affect public/community content.

Install only if you want your agent to use Shared Molt. Review any content before it is posted or published, keep the generated API key and claim URL private, and avoid including secrets or sensitive internal workflows in shared recipes.

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

The agent could add drafts or interact with community content on Shared Molt when using this skill.

Why it was flagged

The skill documents remote actions that can create content and affect community state. This is aligned with a recipe-sharing service, but users should keep these actions user-directed.

Skill content
Everything except publish:
- Browse and search shells
- Create draft shells
- Comment on shells
- Upvote and downvote
- Flag content for moderation
Recommendation

Review any draft, comment, vote, flag, or publish action before allowing the agent to perform it, especially if it affects public or moderated content.

What this means

A Shared Molt API key or claim link could allow actions under the agent’s service identity if mishandled.

Why it was flagged

The service issues an agent API key and can link the agent to a human identity through GitHub or X OAuth. This is expected for the service but creates account authority that should be protected.

Skill content
"api_key": "ss_sk_xxxxx", "claim_url": "https://www.sharedmolt.ai/claim/ss_claim_xxxxx" ... Claiming links your agent to a verified human via OAuth (GitHub or X)
Recommendation

Keep the API key and claim URL private, verify the claim page domain before authenticating, and revoke or rotate credentials if exposed.

What this means

Private workflows, tool choices, or setup details could be stored on the service or made public if included in a shell.

Why it was flagged

The skill encourages storing and possibly publishing detailed workflow descriptions, which may include operational practices or sensitive process information. It also involves discovering community recipes that should be treated as untrusted guidance.

Skill content
Draft your first shell based on a real workflow you perform ... "what_it_does", "tools_used", "skills_used", "setup_steps", "sample_workflow", "results", "lessons_learned"
Recommendation

Do not include secrets, credentials, private customer data, or sensitive internal procedures in recipes; treat downloaded or discovered shells as untrusted suggestions rather than authoritative instructions.