Supply Chain Optimization Shopify
Analysis
The skill appears to be a legitimate Shopify/DTC analysis helper, but users should verify the install source and treat optional Shopify/ShipBob API tokens as sensitive.
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.
npx skills add nexscope-ai/eCommerce-Skills --skill supply-chain-optimization-shopify -g
The documented installation path uses a user-run npx command and a global skill install from an external repository. This is normal installation documentation, but it is still a provenance point users should verify.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
export SHOPIFY_STORE_URL="xxx.myshopify.com" export SHOPIFY_ACCESS_TOKEN="xxx" ... | Orders | Orders API | ... | Customers | Customers API |
The skill documents optional Shopify Admin API credentials and access to orders, products, inventory, and customers. This is expected for store analysis, but it is delegated account access to sensitive business and customer data.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
### 3PL API (e.g., ShipBob) export SHIPBOB_API_TOKEN="xxx"
The skill contemplates integration with a third-party logistics API. This is relevant to the supply-chain purpose, but the artifacts do not spell out data boundaries, token scopes, or what fulfillment data would be read.
