PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"if(!process.env.CI && !process.env.LLMBOARD_SKIP_SETUP) require('child_process').spawnSync(process.execPath,['bin/cli.js','setup','--silent'],{stdio:'inherit'});\""

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Weekly downloads
7
Versions published
3
First published
Mar 2026
Publisher
dcreddi

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"high"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"high"}'
Publisherdcreddi
Artifact bytes65,404
Previous versionnone
Published2026-03-27T05:43:57.497Z
SHA-256ca5e326b0a27b5a3ac7f69427a2048e7c48bd2397a0088e883fc8ce34a93d43b

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"if(!process.env.CI && !process.env.LLMBOARD_SKIP_SETUP) require('child_process').spawnSync(process.execPath,['bin/cli.js','setup','--silent'],{stdio:'inherit'});\""

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
35Score
1.0.0Version
Status history (1 event)
  1. newavailable · risk high · score 35 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"if(!process.env.CI && !process.env.LLMBOARD_SKIP_SETUP) require('child_process').spawnSync(process.execPath,['bin/cli.js','setup','--silent'],{stdio:'inherit'});\""30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 78 day(s) ago, 3 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"if(!process.env.CI && !process.env.LLMBOARD_SKIP_SETUP) require('child_process').spawnSync(process.execPath,['bin/cli.js','setup','--silent'],{stdio:'inherit'});\""30
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 78 day(s) ago, 3 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"if(!process.env.CI && !process.env.LLMBOARD_SKIP_SETUP) require('child_process').spawnSync(process.execPath,['bin/cli.js','setup','--silent'],{stdio:'inherit'});\""5

Manifest

Package metadata

Scripts5
  • postinstallnode -e "if(!process.env.CI && !process.env.LLMBOARD_SKIP_SETUP) require('child_process').spawnSync(process.execPath,['bin/cli.js','setup','--silent'],{stdio:'inherit'});"
  • removenode bin/cli.js remove
  • setupnode bin/cli.js setup
  • startnode src/server/index.js
  • testnode --test test/*.test.js
Dependencies4
  • chokidar^4.0.0
  • express^4.21.0
  • open^10.1.0
  • ws^8.18.0