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.

Weekly downloads
694,325Ubiquitous · −70% score
Versions published
437Mature · −50% score
First published
Jul 2016
Publisher
verdaccio.npm

Effective trust discount applied: 70% (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"}'
Publisherverdaccio.npm
Artifact bytes2,220,664
Previous version4.13.0
Published2022-04-16T10:44:21.247Z
SHA-2568e567417515e6c46a2d0daa2935463aec1e98a2c3cd287185b9174bb1414925b

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
4.13.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts24
  • code:buildyarn babel src/ --out-dir build/ --copy-files --extensions ".ts,.tsx" --source-maps inline
  • code:docker-buildyarn babel src/ --out-dir build/ --copy-files --extensions ".ts,.tsx"
  • coverage:publishcodecov
  • dev:startyarn babel-node --extensions ".ts,.tsx" src/lib/cli
  • dockerdocker build -t verdaccio/verdaccio:local . --no-cache
  • docker:rundocker run -it --rm -p 4873:4873 verdaccio/verdaccio:local
  • formatprettier --single-quote --trailing-comma none --write "{src,test}/**/*.ts"
  • format:checkprettier --check "**/*.{js,jsx,ts,tsx,json,yml,yaml,md}" --debug-check
  • lintyarn run type-check && yarn run lint:ts
  • lint:lockfilelockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts verdaccio npm yarn
  • lint:tseslint "**/*.{js,jsx,ts,tsx}"
  • pre:ciyarn run lint
  • prepublishin-publish && yarn run code:build || not-in-publish
  • pretestyarn run code:build
  • releasestandard-version -a -s
  • testyarn run test:unit
  • test:allyarn run test && yarn run test:functional && yarn run test:e2e & yarn run test:e2e:pkg
  • test:cleannpx jest --clearCache
  • test:e2eyarn jest --config ./test/jest.config.e2e.js
  • test:e2e:clicross-env NODE_ENV=test jest --config ./test/e2e-cli/jest.config.e2e.cli.js --passWithNoTests
  • test:functionalcross-env NODE_ENV=test jest --config ./test/jest.config.functional.js --testPathPattern ./test/functional/index* --passWithNoTests
  • test:unitcross-env NODE_ENV=test TZ=UTC FORCE_COLOR=1 jest --config ./jest.config.js --maxWorkers 2 --passWithNoTests
  • type-checktsc --noEmit
  • type-check:watchyarn run type-check -- --watch
Dependencies33
  • @verdaccio/commons-api9.7.1
  • @verdaccio/local-storage9.7.5
  • @verdaccio/readme9.7.5
  • @verdaccio/streams9.7.2
  • @verdaccio/ui-theme1.15.1
  • JSONStream1.3.5
  • async3.2.3
  • body-parser1.19.0
  • bunyan1.8.15
  • commander3.0.2
  • compression1.7.4
  • cookies0.8.0
  • cors2.8.5
  • dayjs1.10.4
  • envinfo7.7.4
  • express4.17.1
  • handlebars4.7.7
  • http-errors1.8.0
  • js-yaml3.14.1
  • jsonwebtoken8.5.1
  • kleur4.1.4
  • lodash4.17.21
  • lunr-mutable-indexes2.3.2
  • marked2.0.1
  • mime2.5.2
  • minimatch3.0.4
  • mkdirp0.5.5
  • mv2.1.1
  • pkginfo0.4.1
  • request2.88.0
  • …and 3 more.