
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
yidun-anticheat-node-sdk
Advanced tools
npm install yidun-anticheat-node-sdk --save
const AnticheatChecker = require('yidun-anticheat-node-sdk');
// type 可选值: 'login', 'register', 'activity', 分为对应登录保护,注册保护,营销反作弊
const checker = new AnticheatChecker('you type', {
secretId: 'your secret id',
secretKey: 'your secret key',
businessId: 'your business id'
});
// 业务数据详见:http://support.dun.163.com/documents/15588071870066688?docId=150457664094261248
// 其中:ip, account,phone,runEnv,operatingTime 是必填字段
checker.check({
ip: 'user ip',
account: md5('user account'),
phone: md5('user phone'),
runEnv: 2, // 应用运行环境
operatingTime: 'user operating time'
}, (error, data) => {
console.log(error, data);
});
FAQs
anticheat node sdk
The npm package yidun-anticheat-node-sdk receives a total of 30 weekly downloads. As such, yidun-anticheat-node-sdk popularity was classified as not popular.
We found that yidun-anticheat-node-sdk 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.