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.
- Weekly downloads
- 228,190Ubiquitous · −70% score
- Versions published
- 301Mature · −50% score
- First published
- Aug 2018
- Publisher
- jcfranco
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 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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 2 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Dependency Spec | package.json | devDependencies.calcite-web="github:Esri/calcite-web#v1.2.5" | 8 |
Manifest
Package metadata
Scripts17
buildnode bin/cli.jsbuild:fontsbin/build-fonts.js || truebuild:spriteconcurrently npm:build:sprite-*build:sprite-16svgstore -o sprite-16.svg icons/*-16*.svgbuild:sprite-24svgstore -o sprite-24.svg icons/*-24*.svgbuild:sprite-32svgstore -o sprite-32.svg icons/*-32*.svgcleanrimraf 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" --flatlintconcurrently npm:lint:*lint:htmlprettier --ignore-path "../../.prettierignore" --write "**/*.html" >/dev/nulllint:jsonprettier --ignore-path "../../.prettierignore" --write "**/*.json" >/dev/nulllint: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/nullpostbuildnpm run build:sprite && npm run build:fontsspriternode bin/spriter.jsstartnpm run copy-assets && node bin/server.jsutil:update-3rd-party-noticesnode ../../support/createThirdPartyNotices.mts