PkgRadar

Package evidence

@esri/[email protected]

Remote Dependency Spec: devDependencies.calcite-web="github:Esri/calcite-web#v1.2.5"

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
303Mature · −50% score
First published
Aug 2018
Publisher
jcfranco

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":["@esri/[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":["@esri/[email protected]"],"fail_on":"review"}'
Publisherjcfranco
Artifact bytes5,368,187
Previous version4.6.0-next.3
Published2026-06-12T17:59:45.107Z
SHA-25629ae13d1d926bd1b549ae0d03c8b50a62399ffe212b3d894a4295d9313079a21

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.calcite-web="github:Esri/calcite-web#v1.2.5"

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

Availability ledger

available

review
Last checked
reviewRisk
2Score
4.6.0-next.4Version
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.calcite-web="github:Esri/calcite-web#v1.2.5"8

Manifest

Package metadata

Scripts17
  • buildnode bin/cli.js
  • build:fontsbin/build-fonts.js || true
  • build:spriteconcurrently npm:build:sprite-*
  • build:sprite-16svgstore -o sprite-16.svg icons/*-16*.svg
  • build:sprite-24svgstore -o sprite-24.svg icons/*-24*.svg
  • build:sprite-32svgstore -o sprite-32.svg icons/*-32*.svg
  • cleanrimraf node_modules js fonts .turbo docs/icons.json --glob 'index.{js,d.ts}' --glob 'sprite-{16,24,32}.svg'
  • copy-assetscpy "../../node_modules/calcite-web/dist/js/calcite-web.min.js" "../../node_modules/calcite-web/dist/css/calcite-web.min.css" "./docs/resources" --flat
  • lintconcurrently npm:lint:*
  • lint:htmlprettier --ignore-path "../../.prettierignore" --write "**/*.html" >/dev/null
  • lint:jsonprettier --ignore-path "../../.prettierignore" --write "**/*.json" >/dev/null
  • lint:mdprettier --ignore-path "../../.prettierignore" --write "**/*.md" >/dev/null && markdownlint-cli2 "**/*.md" --fix --config "../../.markdownlint-cli2.jsonc"
  • lint:tseslint --fix && prettier --ignore-path "../../.prettierignore" --write "**/*.{ts,tsx,cjs,mjs}" >/dev/null
  • postbuildnpm run build:sprite && npm run build:fonts
  • spriternode bin/spriter.js
  • startnpm run copy-assets && node bin/server.js
  • util:update-3rd-party-noticesnode ../../support/createThirdPartyNotices.mts