
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.
zadig-plugin-cli
Advanced tools
Zadig Plugin SDK 命令行工具,用于快速创建、开发和构建 Zadig 插件。
# 全局安装
npm install -g zadig-plugin-cli
# 验证安装
zadig-plugin --version
zadig-plugin --help
# 创建页面插件
zadig-plugin create my-hello-plugin
# 创建标签页插件
zadig-plugin create my-tab-plugin --type tab
cd my-hello-plugin
npm install
zadig-plugin dev
zadig-plugin build
create - 创建插件项目zadig-plugin create <plugin-name> [options]
选项:
-t, --type <type> - 插件类型(page, tab),默认为 page-f, --force - 强制覆盖已存在的目录dev - 启动开发服务器zadig-plugin dev
build - 构建生产版本zadig-plugin build
独立的功能页面,包含完整的路由和页面布局。
嵌入到现有页面的标签页组件,无独立路由。
# 安装依赖
npm install
# 检查 Node.js 版本 (需要 >= 20.0.0)
node --version
FAQs
Zadig Plugin SDK CLI - 快速创建和开发 Zadig 插件的脚手架工具
We found that zadig-plugin-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.