PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\u001b"

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
426,786Ubiquitous · −70% score
Versions published
34Mature · −50% score
First published
Jul 2017
Publisher
yoglib

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"}'
Publisheryoglib
Artifact bytes309,709
Previous version3.3.0
Published2026-05-25T09:55:08.147Z
SHA-256d74ec222e6207bd3b9431c008c5f0dc145821f6a788171fd6e4ebe211e167e92

Why flagged

What the scanner saw

Obfuscation: matched "\\u001b"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/bin.jsmatched "\\u001b"3
lowObfuscationpackage/dist/src-Bnov1NUZ.jsmatched "\\u001B"3

Manifest

Package metadata

Scripts14
  • auditbun audit
  • buildtsdown --config tsdown.config.ts
  • devtsdown --config tsdown.config.ts --watch
  • duplicates:cijscpd --gitignore --reporters console --threshold 5 tsdown.config.ts vitest.config.ts src test
  • formatoxfmt --write .
  • format:cioxfmt --check .
  • knip:ciknip
  • lintoxlint --import-plugin --fix .
  • lint:cioxlint --import-plugin --deny-warnings .
  • prepublishOnlybun run test
  • pretestbun run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:liveLIVE_TESTS=1 vitest run test/live.test.ts