B2c Marketing 1.0.1
Analysis
This appears to be a real social-media marketing playbook, but it gives the agent instructions to use a third-party API key to publish or schedule posts on connected public social accounts without clear approval guardrails.
Findings (4)
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.
Upload media → create post → schedule or post instantly
This instructs the agent to publish or schedule content through the Post Bridge API, including instant posting, but the visible workflow does not require a final user confirmation of the selected media, caption, destination accounts, or posting time.
Source: unknown; Homepage: none; Version: 1.0.0; Owner ID: kn7e82s66abcjhjf538anjt7ws8128ab
The supplied _meta.json lists a different owner ID, slug, and version, creating package identity ambiguity. There is no code or install script, so this is a provenance note rather than evidence of malicious behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Connect your social accounts ... Get API key ... Store in workspace `.env`: `POST_BRIDGE_API_KEY=pb_live_xxxxx`
The API key represents delegated authority over connected social accounts. This is central to the skill, but the registry metadata declares no required env vars or primary credential, so the sensitive authority is under-disclosed.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Track every post in a local file: Post ID, platform, caption, format type, date
The skill recommends a persistent local performance log. This is proportionate for marketing analysis, but it retains campaign and post metadata beyond a single task.
