PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
679
Versions published
663Mature · −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

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":["[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 bytes246,758
Previous version5.17.6
Published2026-05-28T15:57:23.850Z
SHA-25608cfc5ac517af5df6653f2c67656e6c4db01eec94688e7ae813f121fd2df9266

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/lib/hybrid-sdk/client/scm/github/commit-signing-filter-rules.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/lib/hybrid-sdk/common/filter/filter-rules-loading.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/lib/logs/redact.jsmatched "GITHUB_TOKEN"5

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
Dependencies40
  • @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 10 more.