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
Obfuscation Density: high encoded/escaped-token density
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 45 · status changed
Evidence
Static findings
7 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/data/simple-icons.json | high encoded/escaped-token density | 12 |
| medium | Large Javascript Payload | package/index.js | 5224675 bytes | 10 |
| medium | Large Javascript Payload | package/index.mjs | 5224671 bytes | 10 |
Show all 7 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Obfuscation Density | package/data/simple-icons.json | high encoded/escaped-token density | 12 |
| medium | Large Javascript Payload | package/index.js | 5224675 bytes | 10 |
| medium | Large Javascript Payload | package/index.mjs | 5224671 bytes | 10 |
| low | Install-time lifecycle script | package.json | prepare="node -e \"process.exit(process.env.CI ? 0 : 1)\" || prek install" | 4 |
| low | Obfuscation | package/index-icons.js | matched "\\u26A0" | 3 |
| low | Obfuscation | package/sdk.js | matched "\\u0111" | 3 |
| low | Obfuscation | package/index-icons.mjs | matched "\\u26A0" | 3 |
Manifest
Package metadata
Scripts27
add-icon-datanode scripts/add-icon-data.jsbuildnode scripts/build/package.jscleannode scripts/build/clean.jsformatnode --run format:icondata && node --run prettier -- --write && node --run xo:fixformat:icondatanode scripts/format-icon-data.jsget-filenamenode scripts/get-filename.jsjslintxojsonlintnode scripts/lint/jsonlint.jslintnode --run ourlint && node --run prettierlint && node --run jslint && node --run jsonlint && node --run svglint && node --run wslint && node --run tslint && node --run markdownlintmarkdownlintrumdl check .ourlintnode scripts/lint/ourlint.jspostpublishnode --run cleanposttestnode --run postpublishpreparenode -e "process.exit(process.env.CI ? 0 : 1)" || prek installprepublishOnlynode --run buildpretestnode --run prepublishOnlyprettierprettier --ignore-unknown "**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)"prettierlintnode --run prettier -- --check --cacheremove-iconnode scripts/remove-icon.jssvglintnode --run svglint:base -- "icons/*.svg"svglint:basesvglint --ci --config svglint.config.mjstestmocha tests --reporter tests/min-reporter.cjs --inline-diffstslintnode --run tslint:main && node --run tslint:sdktslint:maintsc -p jsconfig.jsontslint:sdktsc -p scripts/release/sdk-ts-defs-jsconfig.json --noEmitwslinteditorconfig-checkerxo:fixxo --fix