PkgRadar

npm · registry.npmjs.org

@goodparty_org/sdk

Install Lifecycle Remote Or Exec: postinstall="node -e \"try { var p = require('path').join(__dirname, '.gitmodules'); if (require('fs').existsSync(p)) { require('child_process').execSync('git submodule update --init --recursive', { stdio: 'inherit', cwd: __dirname }); } } catch (e) { console.error('postinstall submodule init failed:', e.message); }\""

Why PkgRadar flagged 2.2.0

SeveritySignalEvidence
highNew Lifecycle Script Vs Previouspostinstall added in 2.2.0 vs 2.1.0: "node -e \"try { var p = require('path').join(__dirname, '.gitmodules'); if (require('fs').existsSync(p)) { require('child_process').execSync('git submodule update --init --recursive', { stdio: 'inherit', cwd: __dirname }); } } catch (e) { console.error('postinstall submodule init failed:', e.message); }\"" · package.json
highInstall Lifecycle Remote Or Execpostinstall="node -e \"try { var p = require('path').join(__dirname, '.gitmodules'); if (require('fs').existsSync(p)) { require('child_process').execSync('git submodule update --init --recursive', { stdio: 'inherit', cwd: __dirname }); } } catch (e) { console.error('postinstall submodule init failed:', e.message); }\"" · package.json

Scanned versions

VersionVerdictScoreScanned (UTC)
2.2.0High risk752026-06-10
2.4.0Review102026-06-05
2.3.0Review102026-06-03
2.1.0Low risk02026-06-02

Block this in CI

PkgRadar gates @goodparty_org/sdk (and every other dependency) before it merges. One line in your pipeline:

pkgradar gate --ecosystem npm @goodparty_org/[email protected]