PkgRadar

Package evidence

@chainlink/[email protected]

Remote Dependency Spec: devDependencies.chain-selectors="https://github.com/smartcontractkit/chain-selectors.git#116ebbce88b36d4e76a03c12b3437ed33a5f9860"

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
53Established · −30% score
First published
Sep 2025
Publisher
GitHub ActionsTrusted automation · −70% score

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

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":["@chainlink/[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":["@chainlink/[email protected]"],"fail_on":"review"}'
Artifact bytes185,806
Previous version1.10.0
Published2026-06-11T15:35:40.372Z
SHA-256ff63a2717e92f3846ccf3e9ceee21d16e40630cbb509c3592dd1bc246d0e4d8b

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.chain-selectors="https://github.com/smartcontractkit/chain-selectors.git#116ebbce88b36d4e76a03c12b3437ed33a5f9860"

1 remote tarball(s) were followed statically.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.chain-selectors="https://github.com/smartcontractkit/chain-selectors.git#116ebbce88b36d4e76a03c12b3437ed33a5f9860"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.chain-selectorshttps://github.com/smartcontractkit/chain-selectors.git#116ebbce88b36d4e76a03c12b3437ed33a5f9860error0invalid gzip header

Manifest

Package metadata

Scripts23
  • buildbun run clean && bun run compile:build && bun run build:types && bun run fix-imports
  • build:typesbun run scripts/run.ts build-types
  • checkbiome check --write ${BIOME_PATHS:-.}
  • check:cibiome ci .
  • cleanrm -rf dist
  • compile:all-standard-testsbun scripts/run.ts compile-all-standard-tests
  • compile:buildtsc -p tsconfig.build.json
  • compile:cre-setupbun scripts/run.ts cre-setup
  • compile:js-to-wasmbun scripts/run.ts compile-to-wasm
  • compile:ts-to-jsbun scripts/run.ts compile-to-js
  • compile:workflowbun scripts/run.ts compile-workflow
  • fix-importsbun scripts/run.ts fix-imports
  • formatbiome format --write ${BIOME_PATHS:-.}
  • full-checksbun generate:sdk && bun run build && bun typecheck && bun check && bun test && bun test:standard
  • generate:chain-selectorsbun scripts/run.ts generate-chain-selectors && BIOME_PATHS="src/generated" bun check
  • generate:protobun x @bufbuild/buf generate && BIOME_PATHS="src/generated" bun check
  • generate:sdkbun generate:proto && bun generate:chain-selectors && bun scripts/run generate-sdks && BIOME_PATHS="src/generated src/generated-sdk src/sdk/test/generated" bun check
  • lintbiome lint --write
  • prepublishOnlybun typecheck && bun check && bun test && bun test:standard
  • testbun test
  • test:standard./scripts/run-standard-tests.sh
  • typechecktsc -p tsconfig.json --noEmit
  • update-api-baselinebun run compile:build && cat dist/index.d.ts dist/pb.d.ts dist/sdk/index.d.ts dist/sdk/runtime.d.ts dist/sdk/workflow.d.ts dist/sdk/errors.d.ts dist/sdk/report.d.ts dist/sdk/test/index.d.ts > api-baseline.d.ts
Dependencies6
  • @bufbuild/protobuf2.6.3
  • @bufbuild/protoc-gen-es2.6.3
  • @chainlink/cre-sdk-javy-plugin1.7.0
  • @standard-schema/spec1.0.0
  • viem2.34.0
  • zod3.25.76