PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_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.

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

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["[email protected]"],"fail_on":"high"}'

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":["[email protected]"],"fail_on":"high"}'
Artifact bytes8,263,904
Previous version2.69.0
Published2026-05-13T00:21:24.093Z
SHA-256b30ea4ec9960e246ed00d528cd7409dafb52f21bf89b4343b6416b385d8178e0

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

high
Last checked
highRisk
118Score
2.70.0Version
Status history (1 event)
  1. newavailable · risk high · score 118 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/ci.yamlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/.github/workflows/preview_on_downstream_repo.yamlmatched "GITHUB_TOKEN"30
mediumObfuscation Densitypackage/dist/auspice.chunk.other-vendors.bundle.7837a52911fc233b1daf.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/scripts/get-data.shmatched "curl "12
Show all 15 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/.github/workflows/ci.yamlmatched "GITHUB_TOKEN"30
highCredential file accesspackage/.github/workflows/preview_on_downstream_repo.yamlmatched "GITHUB_TOKEN"30
mediumObfuscation Densitypackage/dist/auspice.chunk.other-vendors.bundle.7837a52911fc233b1daf.jshigh encoded/escaped-token density12
mediumRemote Payloadpackage/scripts/get-data.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonprepare="npm run build"4
lowObfuscationpackage/dist/auspice.chunk.106.bundle.9a1d13a257f7bf96c426.jsmatched "\\u00C0"3
lowObfuscationpackage/dist/auspice.chunk.218.bundle.c5b4772868013aa7da4a.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/auspice.chunk.236.bundle.6129680b13ea4154dd52.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/auspice.chunk.550.bundle.22a766e6961177411779.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/auspice.chunk.core-vendors.bundle.d2913ab5331f7102de09.jsmatched "fromCharCode"3
lowObfuscationpackage/dist/auspice.chunk.mainComponent.bundle.f1450ea4327df94738ef.jsmatched "\\x3e"3
lowObfuscationpackage/dist/auspice.chunk.other-vendors.bundle.7837a52911fc233b1daf.jsmatched "atob("3
lowObfuscationpackage/dist/auspice.polyfills.bundle.1ae31679f07c0bff8c29.jsmatched "\\u007E"3
lowObfuscationpackage/src/components/download/helperFunctions.jsmatched "\\u0250"3
lowObfuscationpackage/src/components/tree/infoPanels/hover.jsmatched "\\u00A0"3

Manifest

Package metadata

Scripts16
  • buildnode auspice.js build --verbose
  • devnode auspice.js develop --verbose
  • diff-lang./scripts/diff-lang.js
  • get-dataenv bash ./scripts/get-data.sh
  • gzip-and-uploadenv bash ./scripts/gzip-and-upload.sh
  • heroku-postbuildnpm run build && npm run get-data
  • linteslint --max-warnings=0 .
  • lint:fixeslint --fix .
  • preparenpm run build
  • servernpm run view
  • smoke-testNODE_ENV=test ENV=dev npx playwright test
  • startnpm run view
  • testjest test/*.js
  • type-checktsc
  • type-check:watchnpm run type-check -- --watch
  • viewnode auspice.js view --verbose
Dependencies82
  • @babel/core^7.3.4
  • @babel/plugin-proposal-class-properties^7.3.4
  • @babel/plugin-proposal-decorators^7.3.0
  • @babel/plugin-syntax-dynamic-import^7.8.3
  • @babel/plugin-transform-runtime^7.8.3
  • @babel/preset-env^7.9.6
  • @babel/preset-react^7.0.0
  • @babel/preset-typescript^7.21.0
  • @hot-loader/react-dom^16.13.0
  • @reduxjs/toolkit^1.9.7
  • @stdlib/stats-base-dists-normal-pdf^0.2.2
  • argparse^1.0.10
  • babel-loader^8.0.4
  • babel-plugin-lodash^3.3.4
  • babel-plugin-strip-function-call^1.0.2
  • babel-plugin-styled-components^1.10.0
  • binomial^0.2.0
  • buffer^6.0.3
  • chalk^2.4.1
  • clean-webpack-plugin^4.0.0
  • compression^1.7.3
  • compression-webpack-plugin^3.1.0
  • core-js^3.43.0
  • create-react-class^15.7.0
  • css-loader^3.4.0
  • css.escape^1.5.1
  • d3-array^2.2.0
  • d3-axis^1.0.6
  • d3-brush^1.0.4
  • d3-color^1.0.3
  • …and 52 more.