Back to skill
Skillv2.0.6
ClawScan security
B2C Mobile App Marketing Coach · ClawHub's context-aware review of the artifact, metadata, and declared behavior.
Scanner verdict
BenignFeb 15, 2026, 5:29 PM
- Verdict
- benign
- Confidence
- medium
- Model
- gpt-5-mini
- Summary
- The skill's requests and instructions are coherent with a social-posting/growth coach: it asks for a single posting API key to programmatically create drafts/posts and describes persistent logging of performance data; nothing in the bundle contradicts that purpose, but there are a few operational unknowns you should confirm before granting access.
- Guidance
- This skill appears to do what it says: coach you and programmatically create/upload short-form posts using a posting bridge. Before installing, verify the following: (1) what service accepts POST_BRIDGE_API_KEY (who runs it and their privacy/security practices), (2) whether that key can publish posts live or only create drafts (prefer draft-only permissions), (3) what persistent storage will be used for 'memory files' and what data is saved, and (4) whether the skill will request further credentials at runtime (OpenAI, analytics, WhatsApp). If possible, provide a scoped API key tied to a throwaway/posting-only account rather than your main brand account, and test with non-sensitive content first. If you are not comfortable granting a third-party posting API broad rights, do not supply the POST_BRIDGE_API_KEY.
Review Dimensions
- Purpose & Capability
- okThe skill is a B2C mobile-app marketing coach that promises to generate and post short-form content. Requesting a single POST_BRIDGE_API_KEY (a posting/bridge API key) is a reasonable and proportionate credential for a skill that automates uploads/drafts to social platforms. References to image-generation, analytics, and a 'posting tool' (Postiz/Post-Bridge) are examples consistent with its stated purpose.
- Instruction Scope
- noteSKILL.md instructs the agent to act as both coach and execution engine: create accounts, engage, generate content (including images/text overlays), and post content (upload as drafts via API). It also instructs persisting performance data ('memory files'). The instructions do not tell the agent to read unrelated system files or scrape unrelated credentials, but they do permit sending user content and metrics to external services (posting bridge, image APIs, analytics services). Confirm you accept those outbound calls and persistent logs.
- Install Mechanism
- okThis is an instruction-only skill with no install spec and no code files — lowest install risk. Nothing will be downloaded or written by an installer from unknown URLs as part of skill setup.
- Credentials
- noteOnly one environment variable is declared (POST_BRIDGE_API_KEY) and set as primary, which is proportionate for a skill that needs a posting bridge. SKILL.md mentions other services (OpenAI image APIs, RevenueCat analytics, WhatsApp) as examples but does not request credentials for them; verify whether the platform will supply those credentials or the skill will request them at runtime. If the bridge key can post/publish on your behalf, treat it as a powerful credential and scope it carefully.
- Persistence & Privilege
- notealways:false (normal). The skill describes persistent 'memory files' to log posts and performance across sessions but declares no config paths. Confirm where persistent data will be stored (platform-managed skill storage vs. external storage) and what data is retained (post content, analytics, follower counts, comment text). Also confirm whether posting is only drafted or can be auto-published — the SKILL.md describes drafts + human finalization, but you should verify enforcement.
