OpenSSF/OSV advisory MAL-2026-6529 confirms this npm version as malicious. The package ships a binding.gyp at the package root containing GYP command-expansion syntax (`<!(...)`) in its sources/targets configuration (binding.gyp line 6). npm implicitly runs `node-gyp rebuild` whenever a binding.gyp is present — even with no declared install/postinstall script — and node-gyp evaluates `<!(...)` as a shell command during the configure step...
Source
OpenSSF Malicious Packages via OSV
Summary
Malicious code in @immobiliarelabs/backstage-plugin-ldap-auth-backend (npm)
Details
The package ships a binding.gyp at the package root containing GYP command-expansion syntax (`<!(...)`) in its sources/targets configuration (binding.gyp line 6). npm implicitly runs `node-gyp rebuild` whenever a binding.gyp is present — even with no declared install/postinstall script — and node-gyp evaluates `<!(...)` as a shell command during the configure step. This causes the embedded command to execute on the installing developer's or build system's machine on a default `npm install`, functionally equivalent to a malicious lifecycle hook. The package presents itself as a Backstage LDAP auth backend plugin, which has no legitimate need for a native build step or shell expansion in its build configuration. Stage-1 contextual tracing of the package contents was withheld by the model provider's safety filter, which engages specifically on content that reads as operational malware — a corroborating signal alongside the binding.gyp command-expansion finding.
Decision reason
OpenSSF Malicious Packages via OSV confirms @immobiliarelabs/backstage-plugin-ldap-auth-backend@3.0.2 as malicious (MAL-2026-6529): Malicious code in @immobiliarelabs/backstage-plugin-ldap-auth-backend (npm)