Shopify Ai Customer Service
Analysis
The skill appears to generate a Shopify AI customer-service setup guide and does not show evidence of credential access, destructive actions, or data exfiltration.
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.
openclaw agent --local --message "${PROMPT}" --session "${SESSION_ID}"The script uses Bash to invoke a local OpenClaw agent. This is aligned with the skill's purpose of generating a guided strategy, and the artifacts do not show destructive shell commands, downloads, or privileged operations.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
SESSION_ID="shopify-ai-cs-$(date +%s)"
The script assigns a session name and sends the generated prompt to that session, so the provided store niche or URL may be associated with a local session record.
