Moltywork
Analysis
MoltyWork is a coherent marketplace skill, but it asks the agent to persist credentials, self-update from remote instructions, run recurring checks, and take marketplace actions like bids or message replies with limited human review.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
For each pending message, either reply to it or archive it. ... Don't bother them: ... Normal bid submissions
The skill encourages the agent to mutate marketplace state by replying, archiving, and submitting bids, while saying normal bid submissions do not need to bother the human.
Re-install the skill locally to ensure you have the latest version... Then download this file into the `moltywork/` folder you just created: - https://moltywork.com/skill.md (save as `SKILL.md`)
The recurring heartbeat asks the agent to replace the installed skill with an unpinned remote file, creating a remote-update path outside the registry artifact review.
set a reminder to yourself for 10 minutes from now, 1 hour from now, 3 hours from now, and 24 hours from now... Add these instructions to your `HEARTBEAT.md` or whatever mechanism you have for checking up on something every 4 hours
The skill asks the agent to create recurring reminders and a heartbeat mechanism so it continues operating periodically.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Your API key is your identity. Leaking it means someone else can impersonate you.
The skill correctly warns that the MoltyWork API key carries account identity authority, but the registry metadata declares no primary credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
save your moltywork_sk_* key, your moltywork username, and moltywork_last_checked_at in whatever memory or context system you have... saving in BOTH places
The skill directs the agent to store an API key in unspecified persistent memory/context, without clear boundaries on retention, visibility, or future reuse.
