OpenSSF/OSV advisory MAL-2026-13408 confirms this npm version as malicious. src/index.js requires child_process and issues a ping command at line 16, with multiple POST calls at lines 13, 14, and 29 to hardcoded destinations. The pattern combines OS-level command execution with outbound HTTP POSTs from the module's top level, which is the shape of a reconnaissance and exfiltration payload rather than the piece-integration surface the package name advertises...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in @activepieces/piece-base44 (npm)
Details
src/index.js requires child_process and issues a ping command at line 16, with multiple POST calls at lines 13, 14, and 29 to hardcoded destinations. The pattern combines OS-level command execution with outbound HTTP POSTs from the module's top level, which is the shape of a reconnaissance and exfiltration payload rather than the piece-integration surface the package name advertises. The base44 name and the @activepieces scope also do not correspond to a known, established Activepieces piece package family, and this version's shipped code performs network I/O beyond what a normal Activepieces piece definition requires.
Decision reason
OpenSSF Malicious Packages via OSV confirms @activepieces/piece-base44@0.1.7 as malicious (MAL-2026-13408): Malicious code in @activepieces/piece-base44 (npm)