PkgRadar

Package evidence

[email protected]

Obfuscation Density: high encoded/escaped-token density

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 bytes6,479,178
Previous version16.19.0
Published2026-05-17T05:02:39.460Z
SHA-2562054ed08426c2ac3aac2eb353603a1acbec0eed6783a1afbabd450db9c273c38

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/data/simple-icons.jsonhigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/index.js5224675 bytes10
mediumLarge Javascript Payloadpackage/index.mjs5224671 bytes10
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/data/simple-icons.jsonhigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/index.js5224675 bytes10
mediumLarge Javascript Payloadpackage/index.mjs5224671 bytes10
lowInstall-time lifecycle scriptpackage.jsonprepare="node -e \"process.exit(process.env.CI ? 0 : 1)\" || prek install"4
lowObfuscationpackage/index-icons.jsmatched "\\u26A0"3
lowObfuscationpackage/sdk.jsmatched "\\u0111"3
lowObfuscationpackage/index-icons.mjsmatched "\\u26A0"3

Manifest

Package metadata

Scripts27
  • add-icon-datanode scripts/add-icon-data.js
  • buildnode scripts/build/package.js
  • cleannode scripts/build/clean.js
  • formatnode --run format:icondata && node --run prettier -- --write && node --run xo:fix
  • format:icondatanode scripts/format-icon-data.js
  • get-filenamenode scripts/get-filename.js
  • jslintxo
  • jsonlintnode scripts/lint/jsonlint.js
  • lintnode --run ourlint && node --run prettierlint && node --run jslint && node --run jsonlint && node --run svglint && node --run wslint && node --run tslint && node --run markdownlint
  • markdownlintrumdl check .
  • ourlintnode scripts/lint/ourlint.js
  • postpublishnode --run clean
  • posttestnode --run postpublish
  • preparenode -e "process.exit(process.env.CI ? 0 : 1)" || prek install
  • prepublishOnlynode --run build
  • pretestnode --run prepublishOnly
  • prettierprettier --ignore-unknown "**/*.!(js|jsx|mjs|cjs|ts|tsx|mts|cts|svg)"
  • prettierlintnode --run prettier -- --check --cache
  • remove-iconnode scripts/remove-icon.js
  • svglintnode --run svglint:base -- "icons/*.svg"
  • svglint:basesvglint --ci --config svglint.config.mjs
  • testmocha tests --reporter tests/min-reporter.cjs --inline-diffs
  • tslintnode --run tslint:main && node --run tslint:sdk
  • tslint:maintsc -p jsconfig.json
  • tslint:sdktsc -p scripts/release/sdk-ts-defs-jsconfig.json --noEmit
  • wslinteditorconfig-checker
  • xo:fixxo --fix