PkgRadar

Package evidence

@schibsted/[email protected]

Remote Dependency Spec: devDependencies.docdash="git+https://github.com/torarvid/docdash.git#v0.5.0"

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
103Mature · −50% score
First published
Mar 2018
Publisher
schibstedbot

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

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":["@schibsted/[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":["@schibsted/[email protected]"],"fail_on":"review"}'
Publisherschibstedbot
Artifact bytes2,334,131
Previous version5.2.5
Published2026-01-26T12:31:05.653Z
SHA-256ebe9eaa915fd18d063d47d55d0b8c6dbcba1bb502d69d6805f30d21b8059e65c

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.docdash="git+https://github.com/torarvid/docdash.git#v0.5.0"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.docdash="git+https://github.com/torarvid/docdash.git#v0.5.0"8

Manifest

Package metadata

Scripts10
  • build./build.sh
  • cleanrimraf .cache coverage dist docs
  • coverjest --coverage
  • docsrimraf docs && jsdoc -c ./jsdoc.conf.json --verbose
  • linteslint .
  • lint:fixeslint . --fix
  • postversiongit push && git push --tags
  • preversionnpm run lint && npm test
  • testjest
  • versionnode ./scripts/genversion.js && git add src/version.js
Dependencies1
  • tiny-emitter^2.1.0