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
181
Versions published
23Established · −30% score
First published
Dec 2025
Publisher
pubs12

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publisherpubs12
Artifact bytes739,988
Previous version3.0.0
Published2026-06-11T10:25:53.279Z
SHA-25602b35f7903a171ccf3083ab6927f7968091fe2e0a0876917fb59daac36a0a29c

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

low
Last checked
lowRisk
0Score
3.1.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/server/index.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/index.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/server/index.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts14
  • buildnpm run build:main && npm run build:ui && npm run build:server && npm run build:bg-upload && npm run build:bg-upload-react && npm run build:testing
  • build:bg-uploadtsup src/background_upload/index.ts --outDir dist/background-upload --dts --format cjs,esm --no-clean
  • build:bg-upload-reacttsup src/background_upload/react/index.ts --outDir dist/background-upload/react --dts --format cjs,esm --no-clean --external react --external react-dom --external sonner
  • build:maintsup src/index.ts --dts --format cjs,esm --clean
  • build:servertsup src/server/index.ts --outDir dist/server --dts --format cjs,esm --no-clean
  • build:test-appnpm run build && cd test-app && npm run build
  • build:testingtsup src/testing/index.ts --outDir dist/testing --dts --format cjs,esm --no-clean
  • build:uitsup src/ui/index.ts --outDir dist/ui --dts --format cjs,esm --no-clean --external react --external react-dom --external @dnd-kit/core --external @dnd-kit/sortable --external @dnd-kit/utilities
  • devtsup --watch
  • dev:test-appnpm run build && cd test-app && npm run dev
  • install:test-appcd test-app && npm install
  • linteslint src/
  • testvitest
  • typechecktsc --noEmit
Dependencies3
  • googleapis^140
  • ini^4.1.3
  • mime-types^2.1.35