
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.
magiccube-cli-gpt
Advanced tools
Translate human language to command line using ChatGPT.
$ npm install -g magiccube-cli-gpt
$ export OPENAI_API_KEY="***your-openai-api-key***"
$ cgpt clone react from github and switch to a new branch named feature/gpt
Translating your words into command line...... done
git clone https://github.com/facebook/react.git && cd react && git checkout -b feature/gpt
$ cgpt delete all the docker untitled images
Translating your words into command line...... done
docker rmi $(docker images -f "dangling=true" -q)
CAUTION: This command is dangerous!
$ cgpt 删除所有文件和文件夹
Translating your words into command line...... done
rm -rf *
CAUTION: This command is dangerous!

请参考中文文档
FAQs
Translate human language to command line using ChatGPT.
We found that magiccube-cli-gpt demonstrated a not healthy version release cadence and project activity because the last version was released 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.