PkgRadar

Package evidence

[email protected]

no findings

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
78Mature · −50% score
First published
Sep 2018
Publisher
davidwells

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":"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":["[email protected]"],"fail_on":"review"}'
Publisherdavidwells
Artifact bytes192,431
Previous version0.10.4
Published2026-06-02T06:36:38.357Z
SHA-25695ed8b3bbb89a5656543bc60b5047db3c4805e3bce2b654dc17cffb22892293e

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.11.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • docsnode ./scripts/docs.js
  • inforepomix --include "cli.js,src/**/*.js" --ignore "**/*.test.js" --copy
  • prepublishOnlynpm run types
  • publishgit push origin && git push origin --tags
  • release:majornpm version major && npm publish
  • release:minornpm version minor && npm publish
  • release:patchnpm version patch && npm publish
  • t./scripts/run-tests.sh
  • testnpm run test:slow && npm run test:lib && uvu tests ".*\.test.js$"
  • test:apiuvu tests/api api.test.js
  • test:libuvu src ".*\.test.js$"
  • test:slowuvu src ".*\.slow-test.js$" && uvu tests ".*\.slow-test.js$"
  • test:testsuvu tests ".*\.test.js$"
  • typechecktsc --noEmit
  • typestsc
  • types:watchtsc --watch
  • watchwatchlist tests -- npm test
Dependencies19
  • @clack/prompts^0.11.0
  • @davidwells/box-logger^2.0.3
  • @iarna/toml^2.2.5
  • dot-prop^5.3.0
  • env-stage-loader^1.1.3
  • find-up^3.0.0
  • git-url-parse^14.0.0
  • ini^5.0.0
  • jiti^2.4.2
  • js-yaml^3.14.1
  • json5^2.2.3
  • lodash.camelcase^4.3.0
  • lodash.clonedeep^4.5.0
  • lodash.kebabcase^4.1.1
  • minimist^1.2.8
  • safe-chalk^1.0.4
  • subscript^9.1.0
  • sync-rpc^1.3.6
  • traverse^0.6.8