PkgRadar

Package evidence

@internetarchive/[email protected]

Credential file access: matched "NPM_TOKEN"

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
1,437Niche · −30% score
Versions published
910Mature · −50% score
First published
Mar 2022
Publisher
latonv

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":["@internetarchive/[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":["@internetarchive/[email protected]"],"fail_on":"review"}'
Publisherlatonv
Artifact bytes854,782
Previous version4.3.2-alpha-webdev7939.6
Published2026-05-27T17:27:57.163Z
SHA-256b747eca23fb65c3119daf727f7d231d3f0241d6345f757e46480245849851144

Why flagged

What the scanner saw

Credential file access: matched "NPM_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
4.3.2-alpha-webdev7939.7Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/.github/workflows/npm-publish.ymlmatched "NPM_TOKEN"3

Manifest

Package metadata

Scripts13
  • circularmadge --circular --extensions ts .
  • deployyarn run deploy:run -e $(git branch --show-current)
  • deploy:ghgh-pages -t -d ghpages -m "Build for $(git log --pretty=format:"%h %an %ai %s" -n1) [skip ci]"
  • deploy:runyarn run prepare:ghpages && touch ghpages/.nojekyll && yarn run deploy:gh
  • formateslint . --fix && prettier "**/*.ts" --write
  • linteslint . && prettier "**/*.ts" --check
  • preparerimraf dist && tsc && husky install
  • prepare:ghpagesrimraf ghpages && yarn run prepare && vite build
  • startvite
  • testtsc && yarn run lint && yarn run circular && wtr --coverage
  • test:fasttsc && wtr --coverage
  • test:watchtsc && concurrently -k -r "tsc --watch --preserveWatchOutput" "wtr --watch"
  • typecheckyarn tsc --noEmit
Dependencies16
  • @a11y/focus-trap^1.0.5
  • @internetarchive/analytics-manager^0.1.4
  • @internetarchive/elements^0.2.2
  • @internetarchive/feature-feedback^1.0.0
  • @internetarchive/field-parsers^1.0.0
  • @internetarchive/histogram-date-range^1.4.2
  • @internetarchive/ia-dropdown^2.0.0
  • @internetarchive/iaux-item-metadata^1.0.5
  • @internetarchive/infinite-scroller1.1.0-alpha-webdev7939.9
  • @internetarchive/modal-manager^2.0.5
  • @internetarchive/search-service^2.7.1
  • @internetarchive/shared-resize-observer^0.2.0
  • @lit/localize^0.12.2
  • dompurify^3.2.4
  • lit^2.8.0 || ^3.3.2
  • typescript-cookie^1.0.6