
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
aicli100
Advanced tools
AICLI100 is a command line interface for using AI.
Clone the repository:
git clone https://github.com/yourusername/aicli.git
cd aicli
Create a virtual environment and activate it:
python -m venv env
source env/bin/activate # On Windows use `env\Scripts\activate`
Install the required dependencies:
pip install -r requirements.txt
Build the project:
python -m build
pip install aicli100
aicli100
Run the CLI application:
python src/main.py
Use the following commands within the CLI:
/help or /?: Show help text./exit: Exit the application./clear: Clear the screen./keys-check: Check the status of API keys./key-set open_ai <api_key>: Set the OpenAI API key./key-set anthropic <api_key>: Set the Anthropic API key./set-model <model>: Set the AI model./models: List available AI models.The configuration file is located at ~/.aicli_config.ini. It stores API keys and user settings.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request.
Roberto Fernandino - romfernandino@gmail.com
FAQs
A CLI to use AI directly from the Terminal.
We found that aicli100 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.