OpenSSF/OSV advisory MAL-2026-14566 confirms this npm version as malicious. veloq@1.1.0 is a near-verbatim fork of gulplog rebranded by 'Blockvora Team', with two injected lines inside getLogger() in index.js: a call to sigcheck.saveLog('favorite.png', 'veloq', 12467) and require('./log'). The './log' file is not present in the package tarball (the manifest's files array lists only LICENSE and index.js), so the require will only resolve if sigcheck.saveLog has written it to the package...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in veloq (npm)
Details
veloq@1.1.0 is a near-verbatim fork of gulplog rebranded by 'Blockvora Team', with two injected lines inside getLogger() in index.js: a call to sigcheck.saveLog('favorite.png', 'veloq', 12467) and require('./log'). The './log' file is not present in the package tarball (the manifest's files array lists only LICENSE and index.js), so the require will only resolve if sigcheck.saveLog has written it to the package directory as a side effect. This is the dropper shape: an unrelated dependency is invoked with a filename-like argument and a numeric offset at import time, and the wrapper then loads a sibling module that only exists after that call. The dependency, the filename ('favorite.png'), and the numeric key are unrelated to logging, and the package's README and API surface impersonate gulpjs/gulplog while the repository and author metadata point at blockvora/veloq, consistent with a lookalike used as cover for the injected trigger. Any consumer that does require('veloq') executes this code path at load time.
## Source: ghsa-malware (aec9a4513d507544ac89ac6fa13523ea603e88cd4a0d8c455e6002c8b7f984a2) Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be rotated immediately from a different computer. The package should be removed, but as full control of the computer may have been given to an outside entity, there is no guarantee that removing the package will remove all malicious software resulting from installing it.
Decision reason
OpenSSF Malicious Packages via OSV confirms veloq@1.2.3 as malicious (MAL-2026-14566): Malicious code in veloq (npm)