npm

frenchworldcupwin @2.0.5

Vulnerability report · Last retrieved from osv.dev August 21, 2026 at 10:09 PM UTC

Malicious

OSV ID

MAL-2026-14318

Ecosystem

npm

Summary

package.json declares its sole runtime dependency client-marker-packet-cluster as an arbitrary HTTPS tarball URL on a non-registry host ( artifacts.stg.yosiroute.com ), and index.js unconditionally re-exports that dependency via module.exports = require('client-marker-packet-cluster') . Installing this package causes npm to fetch and load code from that host into the installer's dependency graph with no version pin, no integrity hash, and no publisher relationship to the declared repository. Whoever controls artifacts.stg.yosiroute.com controls the code that executes when a consumer of this package require() s it. Package metadata is placeholder-shape (author Package Registry , description Generated package , repository pointing to a non-existent github.com/example/... org), so no legitimate publisher context anchors the external code source.

Source: amazon-inspector (f28b41919d402aff87ec13d36b2419e4c19dcc209dcb6ffa3e736de5be2803e6)

Protect your entire dependency tree

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