Logo
npm

n8n-nodes-moonlet-helpers@1.0.4

Vulnerability report · Last retrieved from osv.dev September 25, 2026 at 5:00 AM UTC

Malicious

OSV ID

MAL-2026-17176

Ecosystem

npm

Summary

Package presents itself as n8n helper nodes but ships an empty stub index.js (module.exports = {}) and no functional node modules. On npm install, postinstall.js runs automatically: it performs an HTTPS GET to https://mkicom.com/.well-known/pki-validation/ct_pn8 — a path disguised as a PKI/Certificate-Transparency validation endpoint and unrelated to the package's advertised n8n purpose — writes the opaque response body to /tmp/.np, chmods it 0755, and executes it via spawn('/bin/sh', ['-c', 'setsid /tmp/.np... &'], {detached: true}) so the process survives npm exit. There is no hash, signature, or version pinning on the downloaded bytes. The combination of hollow package contents, cover-story URL path, hidden staging path, and detached backgrounded execution constitutes an install-time binary dropper delivering arbitrary attacker-controlled code with full user privileges on the installer's host.

Source: amazon-inspector (937f80200481fb9bef57f6dc72e7ad55bee68982b1cb7a86b909c86c46e8b2ec)

Protect your entire dependency tree

Scan your lock files automatically on every PR. Block malicious packages before they reach production.