Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A Node.js based sync system-information (GPU, RAM, etc.) fetcher. Zero dependencies.
A Node.js based sync system-information (GPU, RAM, etc.) fetcher. Zero dependencies.
JS usage:
const information = require("akf-system");
console.log(information());
/*
{
Username: 'Akif9748',
Host: 'G41MT-S2PT',
OS: 'Windows 10 Pro x64',
Build: '10.0.19045',
Uptime: '2 Days, 1 Hours, 37 Mins, 41 Secs',
CPU: 'Intel(R) Core(TM)2 Quad CPU Q8200 @ 2.33GHz',
RAM: '2781MB / 4094MB (67%)',
GPUS: [ 'AMD Radeon HD 6670' ],
Motherboard: 'Gigabyte Technology Co., Ltd. G41MT-S2PT',
Resolution: '1280x1024'
}
*/
You can install it globally with npm i -g akf-system
and use with asys
. Or you can use it without install, via npx akf-system
. Or run it directly, via npm test
.
~500ms on this system. You can check with npm test
.
FAQs
A Node.js based sync system-information (GPU, RAM, etc.) fetcher. Zero dependencies.
The npm package akf-system receives a total of 5 weekly downloads. As such, akf-system popularity was classified as not popular.
We found that akf-system 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.