PkgRadar

Package evidence

@bonniernews/[email protected]

Install-time lifecycle script: install="node scripts/install.js"

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
59
Versions published
4
First published
Mar 2025
Publisher
odynvolk

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@bonniernews/[email protected]"],"fail_on":"review"}'

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":["@bonniernews/[email protected]"],"fail_on":"review"}'
Publisherodynvolk
Artifact bytes382,895
Previous version9.0.2
Published2025-05-30T08:16:52.790Z
SHA-25613153806cf5f263253c22bc77891241305e41af3ec82ac7b0ef629b4f915c843

Why flagged

What the scanner saw

Install-time lifecycle script: install="node scripts/install.js"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
9.0.3Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="node scripts/install.js"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/build.js"5

Manifest

Package metadata

Scripts7
  • buildnode scripts/build.js --force
  • coveragenyc npm run test
  • installnode scripts/install.js
  • linteslint bin/node-sass lib scripts test
  • postinstallnode scripts/build.js
  • prepublishOnly scripts/prepublish.js
  • testmocha test/{*,**/**}.js
Dependencies14
  • async-foreach^0.1.3
  • chalk^4.1.2
  • cross-spawn^7.0.3
  • gaze^1.0.0
  • get-stdin^4.0.1
  • glob^7.0.3
  • lodash^4.17.15
  • make-fetch-happen^10.0.4
  • meow^9.0.0
  • nan^2.22.2
  • node-gyp^11.2.0
  • sass-graph^4.0.1
  • stdout-stream^1.4.0
  • true-case-path^2.2.1