
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@thebeyondgroup/shopwatch
Advanced tools
A TypeScript CLI and MCP server for querying Shopwatch from the terminal or Claude.
shopwatch log, shopwatch resources, shopwatch lenses, etc.mise tasks work from anywhere in the repo.
mise build:cli # Compile TypeScript
mise test:cli # Run tests
mise lint:cli # Type check
mise run:cli -- log # Build + run locally
The CLI uses environment variables only -- no config file, no auth commands.
| Variable | Description |
|---|---|
SHOPWATCH_API_URL | Shopwatch instance URL (e.g. http://localhost:4000) |
SHOPWATCH_API_KEY | API key (starts with sw_key_) |
See CLI Release Process for the full workflow. In short:
mise release:cli patch # Cut a release PR (patch/minor/major or explicit version)
# After PR merges:
mise release:cli:tag 0.5.0 # Tag + trigger CI pipeline
cli/
├── src/
│ ├── commands/ # oclif command definitions
│ ├── mcp/ # MCP server implementation
│ └── ...
├── bin/ # Entry points (run.js, bun-run.ts)
├── test/ # Tests (vitest)
└── package.json # Version source of truth
FAQs
Shopwatch CLI
We found that @thebeyondgroup/shopwatch demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.