
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.
serverchan-sdk
Advanced tools
Server酱官方SDK,支持 ESM/CMD ,兼容 Nodejs/Web。使用示例:
import { scSend } from 'serverchan-sdk';
const ret = await scSend('sendkey', 'title', 'description can be markdown', {tags:'服务器报警|图片'})
console.log(ret);
options:
{
/** SC3专用:标签列表,多个标签使用竖线分隔 */
tags?: string;
/** SC3和SCT:消息卡片的简短描述 */
short?: string;
/** SCT:是否隐藏调用IP,1为隐藏 */
noip?: 1;
/** SCT:推送使用的消息通道,多个通道值用竖线隔开 */
channel?: string;
/** SCT:消息抄送的 openid,多个 openid 用逗号或竖线分隔 */
openid?: string;
}
FAQs
Server酱官方SDK,支持 ESM/CMD ,兼容 Nodejs/Web。使用示例:
The npm package serverchan-sdk receives a total of 81 weekly downloads. As such, serverchan-sdk popularity was classified as not popular.
We found that serverchan-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.