PkgRadar

Package evidence

@signageos/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('./postinstall.js')}catch(e){}\""

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.

Versions published
88Mature · −50% score
First published
Aug 2019
Publisher
signageos.io

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@signageos/[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":["@signageos/[email protected]"],"fail_on":"high"}'
Publishersignageos.io
Artifact bytes107,370
Previous version4.0.2
Published2026-05-05T05:41:43.521Z
SHA-2565ae1204bd7f54ecf8f965045f3e447cb84e7f851ffd8bea90b6fadaba7aa7614

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"try{require('./postinstall.js')}catch(e){}\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('./postinstall.js')}catch(e){}\""30
mediumCredential file accesspackage/dist/Applet/Generate/appletGenerateCommand.jsmatched ".npmrc"10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"try{require('./postinstall.js')}catch(e){}\""30
mediumCredential file accesspackage/dist/Applet/Generate/appletGenerateCommand.jsmatched ".npmrc"10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"try{require('./postinstall.js')}catch(e){}\""5

Manifest

Package metadata

Scripts28
  • buildtsc && npm run build:templates && npm run docs
  • build:templatesnode tools/include-templates.mjs
  • checknpm run depcheck && npx --userconfig ./.npmrc @signageos/lib-ci check-deps && npm run check-circular-deps && npm run check-types
  • check-circular-depsnpx madge@5 --circular --extensions ts ./src/
  • check-typestsc --noEmit
  • cleanrm -rf dist/*
  • clean-buildnpm run clean && npm run build
  • depcheckdepcheck --config .depcheckrc.json
  • docsnpm run docs:generate && npm run docs:validate
  • docs:generatetsx tools/docs/generate.ts --action=generate --filePath=src/index.ts
  • docs:validatetsx tools/docs/validate/validate-docs-links.ts
  • generate:dummy-appletnode ./tools/generate-dummy-applet.mjs
  • linteslint
  • lint:fixeslint --fix
  • lint:prettierprettier "(src|tests|tools)/**/*.+(ts|tsx|json|js)" --check
  • lint:prettier:fixprettier "(src|tests|tools)/**/*.+(ts|tsx|json|js)" --write
  • postinstallnode -e "try{require('./postinstall.js')}catch(e){}"
  • testnpm run test:unit && npm run test:integration
  • test:allnpm run test:unit
  • test:coveragec8 npm run test:all
  • test:integrationnpm run clean-build && env NODE_ENV=test mocha --config .mocharc.integration.json
  • test:integration:generateenv NODE_ENV=test mocha --config .mocharc.integration.json --grep appletGenerateCommand
  • test:integration:node-versionsenv NODE_ENV=test mocha --config .mocharc.node-versions.json
  • test:integration:windowsnpm run build && cross-env NODE_ENV=test mocha --config .mocharc.integration.json
  • test:node-versions./tests/integration/test-node-versions.sh
  • test:unitenv NODE_ENV=test mocha
  • test:unit:windowscross-env NODE_ENV=test mocha
  • watchtsc --watch
Dependencies22
  • @signageos/cli-common0.1.0
  • @signageos/file2.0.1
  • @signageos/sdk2.7.0
  • archiver7.0.1
  • chalk2.4.2
  • child-process-promise2.1.3
  • cli-progress3.12.0
  • command-line-args6.0.1
  • command-line-usage7.0.3
  • cors2.8.5
  • debug4.4.0
  • dotenv16.5.0
  • express5.1.0
  • fs-extra11.3.2
  • internal-ip8.0.0
  • markdown-table3.0.4
  • mime2.4.4
  • prompts2.4.2
  • semver7.7.1
  • serve-static2.2.0
  • which5.0.0
  • zod3.24.4