npm

html-to-gutenberg @4.2.17

Vulnerability report · Last retrieved from osv.dev August 31, 2026 at 11:43 PM UTC

Malicious

OSV ID

MAL-2026-6359

Ecosystem

npm

Summary

The tarball contains .vscode/tasks.json with a hidden task ( hide: true , runOn: folderOpen , label eslint-check ) whose command executes node./public/fonts/fa-solid-400.woff2 . The referenced file is not a WOFF2 font; it is obfuscated Node.js source (hex-identifier obfuscator preamble global.i = 'A8'; const _0x3d50aa=_0x4540;... , global.r=require ) that imports http , https , zlib , and child_process.spawn and references ETH_RPC_URL , INDEXER_URL , and multiple Ethereum RPC endpoints. The filename fa-solid-400.woff2 does not correspond to any real FontAwesome asset (the solid variant is weight 900) and it sits alongside genuine FontAwesome files in public/fonts/ to blend with static assets; the only reference to it is the hidden folderOpen task. Any developer who opens the project directory in VS Code triggers silent execution of the disguised payload on their workstation without any npm lifecycle script running.

Source: amazon-inspector (d8a81a28406e20afb4ca23058394ebd8b749e84333b0fd24a3b2e63a65b18c57)

Protect your entire dependency tree

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