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

@gbrlxvii/ts-project-lintnpm

Malicious code in @gbrlxvii/ts-project-lint (npm) Remove it immediately and rotate any exposed credentials.

MAL-2026-4299
Immediate action
Remove the package, then rotate any secrets the build/runtime could reach.
npm uninstall @gbrlxvii/ts-project-lint

What this malware does

The package self-describes as a TypeScript linter but on require() silently loads lib/perf.js (wrapped in try/catch in index.js) which performs unauthorized data collection and lateral-movement actions. lib/perf.js reads /etc/machine-id, os.hostname, os.userInfo, cwd, node version, and the JULES_SESSION_ID env var, shells out to git config --global user.name and git config --global user.email, and POSTs the combined payload to https://aaronstack.com/jules-collect. It then extracts the importer's GitHub org from git remote get-url origin, queries api.github.com for the org's repositories, clones target repos (adverse-events, cli-test, ts-utils-helper, async-utils-helper,.github) via a hardcoded proxy at http://[email protected]:8080, and attempts to push a jules-canary-<timestamp> branch containing a CANARY.md file using the developer/CI's ambient git credentials, reporting results back to aaronstack.com. The payload is hidden behind a cover-story filename (perf.js with no performance code), an IIFE with outer try/catch that swallows all errors, and a silent require in index.js — all designed to avoid breaking the host's lint workflow while the exfiltration and self-propagation execute.

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.

Malicious versions

8 flagged
1.0.01.1.01.2.01.4.01.5.01.6.01.7.01.8.0

Indicators of compromise (SHA-256)

c73fbc270ffb4cf5f52bbfebfac578edea1d4b9eb3f84e9b2960e152832f6bce
36b034956ffd2c8e7339c725826df410caceebf11199a3971189a658cdc7ef3f
a385ef6837ef66e5182df562d781e091bd235c1225a39b26ebff58ef3f0362b8
b668d6abfdf945a489cf48375e0f0691ae12f783b9d1120861af6b582cbaaba5
cef228f27ffdc3c772b10ffb827730cf01a1b8f74c16b73b12b1e3ca0e8caded
4e809673ee33139fe8002b837d4ea33f962054d20bb093c12e9ac81ed3a3c82a
6474151c94a1de781a915c2643d4fc2abc7c76a98f4cd16f3869e9eb771bc619
6cbb61297cf8dea5168fbbb3c7d50afb007464bd5a27feff9b355a4e5e48ec92
7e6bcb64732e908a86a2db10fec163e0d37dafcf80bea4cc9b9b707218f9ba61
ccd044c036fa133a25ae5988694388a63c47a5edcf58c36d1dad610b8d1194a0
e1ab7b2a9d1205f5ab9b03ba5f20e6739c3a57861fd1b85052bcd3ae496b3560

Detection & response playbook

Credential / info stealer
  1. Find it

    Scan your lockfiles (package-lock.json, pnpm-lock.yaml, yarn.lock, requirements.txt, poetry.lock, etc.) and build artifacts for @gbrlxvii/ts-project-lint (8 malicious versions). O3 Security's supply-chain scanner checks every dependency against known-malicious package intelligence at install time and in CI, flagging @gbrlxvii/ts-project-lint across your stack and pipelines.

  2. If you installed it — respond

    @gbrlxvii/ts-project-lint is built to steal secrets, so assume every credential the build or runtime could read is compromised. Remove it from your project and lockfile, then rotate ALL exposed secrets — npm/registry tokens, cloud keys, CI/CD secrets, SSH keys, and any .env values — from a known-clean machine. Audit logs for unauthorized use of those credentials.

  3. Did it already run?

    If @gbrlxvii/ts-project-lint was ever installed, its post-install/runtime payload may have already executed. O3's L7 egress monitoring and runtime eBPF sensors detect the credential exfiltration or command-and-control callback after install and block the malicious outbound channel, so you catch and contain the actual compromise — not just the presence of the package.

  4. How O3 protects you

    O3 blocks @gbrlxvii/ts-project-lint before install through its supply-chain scanner, and if it has already run, detects and severs the exfiltration or C2 callback at runtime through L7 egress monitoring and eBPF.

Frequently asked questions

No. @gbrlxvii/ts-project-lint on npm has been identified as a malicious package (versions 1.0.0, 1.1.0, 1.2.0, 1.4.0, 1.5.0, 1.6.0, 1.7.0, 1.8.0 flagged). It should be removed immediately — do not install or keep it in your dependency tree.

Campaign

GHSA-pvrm-mpcj-2mcpIN-MAL-2026-004403IN-MAL-2026-004535IN-MAL-2026-004388IN-MAL-2026-004405IN-MAL-2026-004555IN-MAL-2026-004559IN-MAL-2026-004392IN-MAL-2026-004556IN-MAL-2026-004558IN-MAL-2026-004406

References

Credits

  • Amazon Inspector · finder

Detect & block this

O3 blocks @gbrlxvii/ts-project-lint-class packages before install and in CI — and if it already ran, its runtime egress monitoring catches the credential exfiltration and severs the channel.

@gbrlxvii/ts-project-lint (npm) malicious package — MAL-2026-4299 | O3 Security