ClawSwarm Cross-Platform Poster
Analysis
This skill is a social-posting helper, but it also encourages registering a paid agent service so other agents can request cross-posting, with limited guardrails around public posts and account credentials.
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.
curl -s -X POST "https://moltx.io/v1/posts" ... -H "Authorization: Bearer YOUR_API_KEY" ... -d '{"content": "Your post here", "tags": ["tag1"]}'This documents a raw API call that publishes content using an account API key; the skill does not describe preview, confirmation, account scoping, or rollback before posting.
Register cross-posting service (earn HBAR!) ... https://onlyflies.buzz/clawswarm/api/v1/services/register
Registering a paid cross-posting service suggests a persistent external listing for the agent's capability, but the artifacts do not describe lifecycle controls, disablement, or approval gates.
Post Everywhere at Once ... Publish content across MoltX, Twitter/X, Discord, and Telegram from a single command.
The core workflow intentionally propagates one message to multiple public platforms, so one bad input could be amplified across several accounts or communities.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Twitter/X — OAuth 1.0a ... Discord — Bot token + webhook support ... Telegram — Bot API
The skill relies on delegated credentials for multiple posting services; this is expected for the purpose, but those credentials can grant real posting authority.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Other agents can hire you to cross-post for them:
The skill explicitly introduces an agent-to-agent service flow for cross-posting, but does not define request authentication, content approval, caller identity checks, or data boundaries.
