
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
TideCLI is a local-first AI command line tool. Fixed React conflicts and bin path. Use 'tide' command.
Tide CLI is a local-first AI command line tool that combines multiple offline agents for coding, documentation, and shell tasks into one streamlined workflow. It runs entirely on your machine, with no authentication or cloud dependency.
Ensure you have Node.js version 20 or higher installed.
npm install -g @tide-cli/tide-cli
tide --version
git clone https://github.com/TideCLI/tide-cli.git
cd tide-cli
npm install
npm run build
npm link
# Start Tide CLI
tide
# Get help
tide --help
# Check version
tide --version
This project uses a monorepo structure with npm workspaces:
tide-cli/
├── packages/
│ ├── cli/ # Main CLI application
│ └── core/ # Core business logic and AI agents
├── scripts/ # Build and utility scripts
└── docs/ # Documentation
# Clone the repository
git clone https://github.com/TideCLI/tide-cli.git
cd tide-cli
# Install dependencies
npm install
# Build all packages
npm run build
# Start development
npm run start
npm run build - Build all packagesnpm run start - Start the CLInpm run test - Run testsnpm run lint - Lint codenpm run format - Format codenpm run clean - Clean build artifacts@tide-cli/tide-cli - Main CLI package with terminal UI@tide-cli/tide-cli-core - Core functionality, AI agents, and toolsFAQs
TideCLI is a local-first AI command line tool. Fixed React conflicts and bin path. Use 'tide' command.
We found that tide-cli 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.