
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.
To install NLC, you need Node.js and npm installed on your machine. You can install the CLI tool globally using the following command:
npm install -g nlc
After installation, you can run the CLI tool using the following command:
nlc [command] [options]
To see a list of available commands and options, run:
nlc --help
configManage configuration settings for NLC.
nlc config provider openai
nlc config key <your_openai_api_key>
nlc config model "gpt-4o-mini"
nlc config provider lmstudio
nlc config base_url "http://127.0.0.1:1234"
nlc config model "meta/llama-3.3-70b"
doExecute a natural language request using NLC.
nlc do "list all the Docker containers"
nlc do "write me a port scanner in Bash"
Options:
--file: Optional file to include with your request (e.g., for context or input data).We welcome contributions from the community! If you'd like to contribute, please follow these steps:
If you find this project useful, please consider supporting it by giving it a star on GitHub. Your support helps us continue to improve and maintain the project.
You can also support the project by making a donation. Every little bit helps and is greatly appreciated!
Thank you for your support!
This project is licensed under the MIT License. See the LICENSE file for details.
Thank you for using NLC! If you have any questions or feedback, please open an issue on GitHub.
FAQs
💾 A lightweight, AI-powered terminal assistant for natural language commands.
The npm package nlc receives a total of 1 weekly downloads. As such, nlc popularity was classified as not popular.
We found that nlc 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.