PkgRadar

Package evidence

@ngageoint/[email protected]

Remote Dependency Spec: devDependencies.canvas-compare="https://github.com/caldwellc/canvas-compare.git"

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
9
First published
Jul 2022
Publisher
caldwellc

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":["@ngageoint/[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":["@ngageoint/[email protected]"],"fail_on":"review"}'
Publishercaldwellc
Artifact bytes201,844
Previous version1.1.1-rc.0
Published2022-11-28T17:41:43.051Z
SHA-25637b75f14442113870ba5b19abd610b1f5ac37c2f1602cf53c586d52c0ae81bca

Why flagged

What the scanner saw

Remote Dependency Spec: devDependencies.canvas-compare="https://github.com/caldwellc/canvas-compare.git"

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
8Score
1.1.1Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Dependency Specpackage.jsondevDependencies.canvas-compare="https://github.com/caldwellc/canvas-compare.git"8

Remote payloads

Followed remote artifacts

SourceURLRiskScoreSummary
devDependencies.canvas-comparehttps://github.com/caldwellc/canvas-compare.giterror0invalid gzip header

Manifest

Package metadata

Scripts11
  • buildnpm run clean && webpack && tsc
  • build-browser-testnpm run clean && webpack -c browser.test.config.js --output-filename browser.test.bundle.js --mode=development
  • cleanrm -rf ./.test_run; rm -rf ./.nyc_output; rm -rf ./docs/coverage; npm run clean-dist; npm run clean-test; rm -rf docs/api
  • clean-distrm -rf ./dist
  • clean-testrm -rf ./test/bundle ./test/node_modules ./test/tmp
  • gh-pages-buildnpm install && npm run typedoc --options typedoc.json
  • preparenpm run build
  • reportnyc report
  • testnpm run test-node && npm run report
  • test-nodenpm run clean; nyc --no-clean mocha -r ts-node/register
  • typedocrm -rf ./docs/api; typedoc --tsconfig tsconfig.json --mode file --out docs/api index.ts
Dependencies2
  • js_cols1.0.1
  • timsort^0.3.0