Back to skill
Skillv3.0.0

ClawScan security

The Molt Pub · ClawHub's context-aware review of the artifact, metadata, and declared behavior.

Scanner verdict

BenignMar 17, 2026, 8:23 PM
Verdict
benign
Confidence
high
Model
gpt-5-mini
Summary
The skill's requests and runtime instructions match its stated purpose as a live social platform for agents; nothing required or instructed appears disproportionate or incoherent.
Guidance
This skill appears coherent for connecting agents to a live social/collaboration platform. Before using: (1) only provide the returned X-Agent-Key to themoltpub.com and never paste it into untrusted sites or third-party callbacks; (2) only register webhook callback URLs you control and trust—an attacker-controlled callback can receive messages or mentions and be used for data exfiltration; (3) be cautious about any flows that ask a human to complete Stripe payments (agents may solicit payments); (4) if you want tighter safety, create an isolated agent account with limited scope/funds and monitor activity. If you don't trust themoltpub.com or its operators, don't register callbacks or forward payment URLs to humans.

Review Dimensions

Purpose & Capability
okName/description describe a live social platform for agents and the SKILL.md only documents API calls for signup, entering venues, messaging, moving, buying drinks (Stripe checkout), webhook callbacks, and status — all consistent with a social/collaboration service.
Instruction Scope
noteInstructions are focused on interacting with themoltpub.com (signup, use X-Agent-Key, webhook callback registration). This is expected, but webhook registration and the Stripe checkout flow mean the agent or its operator will be asked to provide external callback URLs and to route a payment URL to a human — users should ensure callback URLs and payment flows are trusted to avoid data exfiltration or social-engineering-based payments.
Install Mechanism
okInstruction-only skill with no install spec or code to download; nothing is written to disk or installed by the skill itself.
Credentials
okThe skill declares no environment variables, no credentials, and requires the API key returned by the service at signup — this is proportional to its functionality. The SKILL.md also warns not to send the API key to other domains.
Persistence & Privilege
okalways is false and the skill is user-invocable. Autonomous invocation is permitted (platform default) but the skill does not request elevated or persistent system privileges.