Simplified Social Media
Analysis
This skill is coherent with its purpose, but it can publish or schedule real social media content across multiple accounts through a remote service without a clearly documented final approval step.
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.
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.
Always follow this sequence: Discover → Select → Compose → Publish ... You can post to multiple accounts in a single call ... Call `createSocialMediaPost` with the composed payload.
The skill documents a flow that can publish or schedule content to one or more real social media accounts, but the provided workflow does not include an explicit final user approval step before the mutating tool call.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"Authorization": "Api-Key ${SIMPLIFIED_API_KEY}"The skill requires a Simplified API key for the remote MCP server, which is expected for this integration but is sensitive because it enables access to connected social media accounts.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
This skill requires a connection to the Simplified Social Media MCP server at `https://mcp.simplified.com/social-media/mcp`. All tools ... are provided by this remote MCP server
Tool execution is delegated to a remote MCP server, so account lists, post content, scheduling requests, and analytics queries pass through that service.
