weavedb-warp-contracts-plugin-deploy @1.0.11
Vulnerability report · Last retrieved from osv.dev June 23, 2026 at 4:30 AM UTC
OSV ID
MAL-2026-4727
Ecosystem
npm
Summary
package.json declares "preinstall": "./tools/setup" , which is a 976 KB Linux x86_64 ELF binary shipped in the tarball with no source, no build system, and no documentation. The README describes a pure-TypeScript Warp Contracts deploy plugin and contains no mention of a native helper — there is no legitimate reason for this package to execute an opaque native binary on every npm install . The shipped ELF contains strings consistent with a credential harvester: an HTTP/1.1 client, USERPROFILE/HOME environment reads, libbpf and PTRACE process-inspection capabilities, and X25519/Ed25519 cryptographic primitives. The package name weavedb-warp-contracts-plugin-deploy impersonates the legitimate warp-contracts-plugin-deploy published by warp.cc, and the README is copied verbatim from the legitimate package (linking to academy.warp.cc) despite this package being published under neither warp.cc nor an official WeaveDB scope. The combination of a typosquat-style lure with a documentation-mismatched native dropper auto-executed at install time is an unambiguous supply-chain attack: any developer who runs npm install against this package executes attacker-controlled native code with the user's privileges before any other code review can occur.
Source: amazon-inspector (a98f87e329831590a7416ca47a949a7b21cf8e948491e875d8359ca8d5cc5959)
Protect your entire dependency tree
Scan your lock files automatically on every PR. Block malicious packages before they reach production.