
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@cli4ai/shopify
Advanced tools
Official @cli4ai package • https://cli4ai.com • Install cli4ai:
npm i -g cli4ai
Shopify Admin API wrapper for managing orders, products, inventory, and content.
npm i -g cli4ai
cli4ai add -g shopify
You need to provide your Shopify shop URL and an Admin API access token. You can set these in your environment or let the MCP server inject them.
SHOPIFY_SHOP: Your shop domain (e.g., my-shop.myshopify.com)SHOPIFY_ACCESS_TOKEN: Your Admin API Access Token (from a Custom App in Shopify Admin)cli4ai run shopify orders [-l 10] [-s any] # List recent orders
cli4ai run shopify products [-l 10] # List products
cli4ai run shopify inventory [-i ids] # Check inventory
cli4ai run shopify reports [--since YYYY-MM-DD] # Get sales summary
cli4ai run shopify seo_audit <handle> <type> # Check SEO (products, pages)
cli4ai run shopify blogs # List blogs
cli4ai run shopify articles <blog_id> # List articles
cli4ai run shopify article_create <blog_id> ... # Create article
# Get sales summary since Jan 1st
cli4ai run shopify reports --since 2024-01-01
# Check SEO for a product
cli4ai run shopify seo_audit my-cool-product products
# Check inventory for all products
cli4ai run shopify inventory
# List recent orders
cli4ai run shopify orders --limit 5
FAQs
Shopify management tools for orders, products, inventory, and content
We found that @cli4ai/shopify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.