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

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 bytes715,358
Previous version0.7.4
Published2026-04-27T13:57:20.483Z
SHA-2566aa9bc71ac6cfdab79b8b1ea0055f81cf8811ab8ff9e5dccd3208ac49fdf37f2

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
28Score
0.8.0Version
Status history (1 event)
  1. newavailable · risk review · score 28 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/v3-D-mr2VVh.mjshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/jiti-Bb1dT6Cw.mjs2130321 bytes10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/v3-D-mr2VVh.mjshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/jiti-Bb1dT6Cw.mjs2130321 bytes10
lowObfuscationpackage/dist/v3-D-mr2VVh.mjsmatched "\\x1B"3
lowObfuscationpackage/dist/v4-C-HWEQJm.mjsmatched "fromCharCode"3

Manifest

Package metadata

Scripts8
  • buildtsdown
  • devtsdown --watch
  • formatprettier "src/**/*.ts" "scripts/**/*.js" "tests/*.ts" --write --print-width 100 --single-quote --no-semi
  • lintknip && oxlint --type-aware src tests/*.ts
  • pretestnode scripts/install-fixture-deps.js
  • release-channelnode ./scripts/release-channel.js
  • release-notesnode ./scripts/release-notes.js
  • testvitest