
Research
/Security News
CanisterWorm: npm Publisher Compromise Deploys Backdoor Across 29+ Packages
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.
request-extension-debug
Advanced tools
Request extension for colored debug output, inspired by request-debug
Standalone extension to request with the same functionality as request-debug, but with the option for colored output and the ability to enable debug output on a per-request basis, instead of globally.
$ npm install --save request-extension-debug
require('request-extension-debug')({ color: true })(require('request'));
// can now use the 'debug' property in a call to request, e.g.
require('request')({
method: 'GET',
url: 'http://google.com',
debug: true
}, function (err, resp, body) {});
// will output colored debugging output pertaining to the request and response
MIT.
Raymond Pulver
FAQs
Request extension for colored debug output, inspired by request-debug
We found that request-extension-debug 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
/Security News
The worm-enabled campaign hit @emilgroup and @teale.io, then used an ICP canister to deliver follow-on payloads.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.