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.

Weekly downloads
177
Versions published
25Mature · −50% score
First published
Aug 2024
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

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes4,479,697
Previous version1.2.1
Published2026-01-03T15:12:57.654Z
SHA-2564cfde0144ff32e847a6d70f2d4e2413d3d2f987f3d60e4b203ff17daf2b198d9

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

review
Last checked
reviewRisk
6Score
1.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 6 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/widgets/vis-2-widgets-weather-and-heating/assets/WeatherDayWidget-RcZC2Nft.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/widgets/vis-2-widgets-weather-and-heating/assets/index-DQ8boqnN.js3728473 bytes10

Manifest

Package metadata

Scripts11
  • buildnode tasks && npm pack
  • copy-filesnode tasks --copy-files
  • linteslint -c eslint.config.mjs
  • npmnpm i && cd src-widgets && npm i -f
  • prepublishOnlynode tasks
  • releaserelease-script
  • release-majorrelease-script major --yes
  • release-minorrelease-script minor --yes
  • release-patchrelease-script patch --yes
  • testmocha ./test/*.test.js
  • update-packagesnpx -y npm-check-updates --upgrade && cd src-widgets && npx -y npm-check-updates --upgrade
Dependencies1
  • vite-plugin-svgr^4.3.0