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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/lib/hybrid-sdk/client/scm/github/commit-signing-filter-rules.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/lib/hybrid-sdk/common/filter/filter-rules-loading.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/dist/lib/logs/redact.js | matched "GITHUB_TOKEN" | 5 |
Manifest
Package metadata
Scripts18
buildtscdevtsc-watch --project tsconfig.json --onSuccess 'node .' | ./node_modules/.bin/bunyandev:clientLOG_LEVEL=debug NODE_ENV=development tsc-watch --project tsconfig.json --onSuccess 'node dist/cli/index.js client' | ./node_modules/.bin/bunyandev: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/bunyandev: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/bunyandev: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/bunyandev:server-with-authBROKER_SERVER_MANDATORY_AUTH_ENABLED=true npm run dev:serverformatprettier --write '{lib,test,cli}/**/*.{js,ts}'lintnpm run lint:check && npm run lint:codelint: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 ./diststartnode .testnpm run test:unit && npm run test:functionaltest: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.shtest:functionaljest functional --detectOpenHandles --runInBandtest: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.1axios1.16.0axios-retry4.5.0body-parser1.20.4bunyan^1.8.12camelcase^5.3.1clarify^2.0.0dotenv17.3.1ejson^2.2.0engine.io^6.6.4engine.io-client^5.2.0express4.22.1express-prom-bundle^5.1.5global-agent^3.0.0js-yaml4.1.1jsonwebtoken9.0.3lodash.escaperegexp^4.1.2lodash.mapvalues^4.6.0lodash.merge^4.6.2minimatch^3.1.5minimist^1.2.5node-cache^5.1.0openpgp6.3.0path-to-regexp^1.9.0primus^6.1.0primus-emitter^3.1.1- …and 10 more.