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
114
Versions published
109Mature · −50% score
First published
Dec 2021
Publisher
hillliu

Effective trust discount applied: 50% (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"}'
Publisherhillliu
Artifact bytes25,418
Previous version0.19.18
Published2026-06-07T16:19:58.037Z
SHA-2564a4a4261663f7240e48b2f172dec38c7ef6438c38cba6a182ea72abe25bbdbed

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
0.19.19Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

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

Manifest

Package metadata

Scripts6
  • buildnpm run build:clean && npm run build:src && npm run build:types
  • build:cleanfind ./dist -name '*.*' | xargs rm -rf
  • build:srcbun build src/index.ts --outdir dist --target node --external parse-ini-string --external yeoman-generator
  • build:typesbun tsc -p ./
  • prepublishOnlynpm t
  • testnpm run build && bun test --timeout 5000 ./src/__tests__/
Dependencies8
  • call-func^0.5.3
  • mem-fs^4.1.4
  • mkdirp3.0.1
  • object-nested^0.2.0
  • parse-ini-string^0.2.0
  • reshow-constant^0.18.0
  • yeoman-generator^5.10.0
  • yosay^3.0.0