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
667Mature · −50% score
First published
Aug 2016
Publisher
snyk-admin

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"}'
Publishersnyk-admin
Artifact bytes247,693
Previous version5.17.10
Published2026-06-08T19:16:30.553Z
SHA-25656a7fce9b99fe8e2c241de2e57c6b0aca8ed274d236d53c172846f92530a0602

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
5.18.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

Scripts18
  • buildtsc
  • devtsc-watch --project tsconfig.json --onSuccess 'node .' | ./node_modules/.bin/bunyan
  • dev:clientLOG_LEVEL=debug NODE_ENV=development tsc-watch --project tsconfig.json --onSuccess 'node dist/cli/index.js client' | ./node_modules/.bin/bunyan
  • dev:client-to-local-serverBROKER_SERVER_URL=http://localhost:9000 USE_LOCAL_BACKEND='true' LOG_LEVEL=debug PORT=9001 NODE_ENV=development tsc-watch --project tsconfig.json --onSuccess 'node dist/cli/index.js client' | ./node_modules/.bin/bunyan
  • dev:client2-to-local-serverBROKER_SERVER_URL=http://localhost:9000 USE_LOCAL_BACKEND='true' LOG_LEVEL=debug PORT=9002 NODE_ENV=development tsc-watch --project tsconfig.json --onSuccess 'node dist/cli/index.js client' | ./node_modules/.bin/bunyan
  • dev:serverLOG_LEVEL=debug PORT=9000 ACCEPT=accept-server.local.json NODE_ENV=development tsc-watch --project tsconfig.json --onSuccess 'node dist/cli/index.js server' | ./node_modules/.bin/bunyan
  • dev:server-with-authBROKER_SERVER_MANDATORY_AUTH_ENABLED=true npm run dev:server
  • formatprettier --write '{lib,test,cli}/**/*.{js,ts}'
  • lintnpm run lint:check && npm run lint:code
  • lint:checkprettier --check '{lib,test,cli}/**/*.{js,ts}'
  • lint:codeeslint --color --cache '{cli,lib,test}/**/*.{js,ts}'
  • prepare:templatesrm -rf ./dist/client-templates && cp -Rf ./client-templates ./dist
  • startnode .
  • testnpm run test:unit && npm run test:functional
  • test:bin(cd test/bin; ./container-registry-agent/docker-entrypoint-test.sh)
  • test:bin:dockerdocker run --rm -it -v $PWD:/home/broker -w /home/broker/test/bin/ snyk/ubuntu ./container-registry-agent/docker-entrypoint-test.sh
  • test:functionaljest functional --detectOpenHandles --runInBand
  • test:unitjest unit --detectOpenHandles
Dependencies39
  • @opentelemetry/api1.9.0
  • @opentelemetry/exporter-metrics-otlp-grpc0.215.0
  • @opentelemetry/instrumentation0.212.0
  • @opentelemetry/instrumentation-runtime-node0.25.0
  • @opentelemetry/sdk-metrics2.5.1
  • axios1.16.0
  • axios-retry4.5.0
  • body-parser1.20.4
  • bunyan^1.8.12
  • camelcase^5.3.1
  • clarify^2.0.0
  • dotenv17.3.1
  • ejson^2.2.0
  • engine.io^6.6.4
  • engine.io-client^5.2.0
  • express4.22.1
  • express-prom-bundle^5.1.5
  • global-agent^3.0.0
  • js-yaml4.1.1
  • jsonwebtoken9.0.3
  • lodash.escaperegexp^4.1.2
  • lodash.mapvalues^4.6.0
  • lodash.merge^4.6.2
  • minimatch^3.1.5
  • minimist^1.2.5
  • node-cache^5.1.0
  • openpgp6.3.0
  • path-to-regexp^1.9.0
  • primus^6.1.0
  • primus-emitter^3.1.1
  • …and 9 more.