Malicious npm package 'indexed-btree' hides its payload in runtime code, not install scripts
The npm package 'indexed-btree' carries its malicious payload in normal runtime code rather than in install/postinstall scripts, so scanners and CI gates that only inspect install-time behavior never see it fire. It's the logical next move for attackers now that install-script sandboxing and postinstall scrutiny have become standard supply-chain defenses — push the payload downstream into code that only runs when the package is actually used. Don't treat a clean install as a clean package: extend SCA tooling to flag runtime-triggered network or filesystem calls, and grep any recent dependency tree for 'indexed-btree' specifically.