
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.
定制自己的脚手架,提高工作效率(windows里用git-bash不要用cmd!)
npm install max-cli -g
命令行里的*有毒
帮助手册
max-cli -h 或者 max-cli --help
初始化一个项目:
max-cli init project_name
安装配置:
max-cli install
(进入项目目录)添加配置:
max-cli add shttp https://github.com/ruanjiayou/net/index.js src/libs/shttp.js
更新配置:
max-cli update shttp
移除配置:
max-cli remove shttp
列出所有配置:
max-cli list
Inquirer.js: 通用的命令行用户界面集合: 用于和用户进行交互。
chalk: 可以给终端的字体加上颜色。
log-symbols: 可以在终端上显示出 √ 或 × 等的图标。
2018-6-29 00:56:45
不用TJ的commander 自己处理process.argv伪数组
command('cmd <name>').description('description').action(function)
2018-7-6 10:31:07
√ 下载文件有时会是socket hang up: content为 "socket hang up" 就失败
√ -g安装有问题: index.js前加 #! node
全局安装后 颜色丢失;
√ 输入的会重复一遍: 自己处理输入
FAQs
定制自己的脚手架,提高工作效率
We found that max-cli 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.

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.