Shopify Social Content Planner
Analysis
The skill appears to generate social media planning text only, with no evidence of credential access, account posting, data exfiltration, or destructive behavior.
Findings (2)
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.
RESULT=$(openclaw agent --local --session-id "$SESSION_ID" --json -m "$PROMPT" 2>/dev/null)
The helper runs a local OpenClaw agent through Bash with a prompt built from the user's request. This is aligned with generating the calendar, but it is still a local command/tool handoff users should notice.
RESULT=$(openclaw agent --local ...); REPORT=$(echo "$RESULT" | python3 -c "...")
The helper depends on local openclaw and python3 commands, while the supplied requirements declare no required binaries. This is an under-declared dependency issue, not evidence of malicious behavior.
