PkgRadar

Package evidence

@nrk/[email protected]

Install-time lifecycle script: preinstall="node scripts/preinstall.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
43
Versions published
10Established · −30% score
First published
May 2018
Publisher
oyho

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

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":["@nrk/[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":["@nrk/[email protected]"],"fail_on":"review"}'
Publisheroyho
Artifact bytes1,434,689
Previous version0.0.7
Published2019-06-27T07:02:30.723Z
SHA-2568067228d8df486ee50e0a7cf9b0b52f215bb3d5a03cdd98be97d0b770b5db7ec

Why flagged

What the scanner saw

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

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/preinstall.js"5

Manifest

Package metadata

Scripts10
  • buildwebpack --progress
  • preinstallnode scripts/preinstall.js
  • prepublishnpm run build
  • releasenp
  • startnodemon app.js
  • testnpm run test:lint --silent && mocha --recursive test/
  • test-travismocha --recursive test/
  • test:linteslint . --ext .js --ignore-path .gitignore --cache
  • watchwebpack --watch
  • watch-testsmocha --recursive test/ --watch
Dependencies16
  • angular^1.5.8
  • angular-route^1.5.8
  • argparse^1.0.9
  • chart.js^2.3.0
  • ejs^2.0.0
  • express^4.14.0
  • googleapis^40.0.0
  • httpntlm^1.6.1
  • jsdom-global^3.0.2
  • lodash^4.17.11
  • lookup-dns-cache^2.1.0
  • moment^2.15.1
  • request~2.88.0
  • serve-favicon^2.3.0
  • socket.io^2.0.4
  • xml2js^0.4.17