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 updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 118 · status changed
Evidence
Static findings
15 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/ci.yaml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/.github/workflows/preview_on_downstream_repo.yaml | matched "GITHUB_TOKEN" | 30 |
| medium | Obfuscation Density | package/dist/auspice.chunk.other-vendors.bundle.7837a52911fc233b1daf.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/scripts/get-data.sh | matched "curl " | 12 |
Show all 15 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/.github/workflows/ci.yaml | matched "GITHUB_TOKEN" | 30 |
| high | Credential file access | package/.github/workflows/preview_on_downstream_repo.yaml | matched "GITHUB_TOKEN" | 30 |
| medium | Obfuscation Density | package/dist/auspice.chunk.other-vendors.bundle.7837a52911fc233b1daf.js | high encoded/escaped-token density | 12 |
| medium | Remote Payload | package/scripts/get-data.sh | matched "curl " | 12 |
| low | Install-time lifecycle script | package.json | prepare="npm run build" | 4 |
| low | Obfuscation | package/dist/auspice.chunk.106.bundle.9a1d13a257f7bf96c426.js | matched "\\u00C0" | 3 |
| low | Obfuscation | package/dist/auspice.chunk.218.bundle.c5b4772868013aa7da4a.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/auspice.chunk.236.bundle.6129680b13ea4154dd52.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/auspice.chunk.550.bundle.22a766e6961177411779.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/auspice.chunk.core-vendors.bundle.d2913ab5331f7102de09.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/auspice.chunk.mainComponent.bundle.f1450ea4327df94738ef.js | matched "\\x3e" | 3 |
| low | Obfuscation | package/dist/auspice.chunk.other-vendors.bundle.7837a52911fc233b1daf.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/auspice.polyfills.bundle.1ae31679f07c0bff8c29.js | matched "\\u007E" | 3 |
| low | Obfuscation | package/src/components/download/helperFunctions.js | matched "\\u0250" | 3 |
| low | Obfuscation | package/src/components/tree/infoPanels/hover.js | matched "\\u00A0" | 3 |
Manifest
Package metadata
Scripts16
buildnode auspice.js build --verbosedevnode auspice.js develop --verbosediff-lang./scripts/diff-lang.jsget-dataenv bash ./scripts/get-data.shgzip-and-uploadenv bash ./scripts/gzip-and-upload.shheroku-postbuildnpm run build && npm run get-datalinteslint --max-warnings=0 .lint:fixeslint --fix .preparenpm run buildservernpm run viewsmoke-testNODE_ENV=test ENV=dev npx playwright teststartnpm run viewtestjest test/*.jstype-checktsctype-check:watchnpm run type-check -- --watchviewnode 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.2argparse^1.0.10babel-loader^8.0.4babel-plugin-lodash^3.3.4babel-plugin-strip-function-call^1.0.2babel-plugin-styled-components^1.10.0binomial^0.2.0buffer^6.0.3chalk^2.4.1clean-webpack-plugin^4.0.0compression^1.7.3compression-webpack-plugin^3.1.0core-js^3.43.0create-react-class^15.7.0css-loader^3.4.0css.escape^1.5.1d3-array^2.2.0d3-axis^1.0.6d3-brush^1.0.4d3-color^1.0.3- …and 52 more.