PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\x1B"

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.

Versions published
24
First published
Mar 2026
Publisher
qiaolei

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"}'
Publisherqiaolei
Artifact bytes45,507
Previous version0.1.15
Published2026-05-25T08:09:39.449Z
SHA-256bb25cdd9696f5cdf73809819becb1620c1499bfd386773ae30749876b42d0de9

Why flagged

What the scanner saw

Obfuscation: matched "\\x1B"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.1.16Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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
lowObfuscationpackage/dist/cli.jsmatched "\\x1B"3

Manifest

Package metadata

Scripts6
  • buildnode build.mjs
  • dev:graphtsx src/cli.ts graph
  • dev:installtsx src/cli.ts install
  • dev:listtsx src/cli.ts list
  • prepublishOnlynpm run build
  • testvitest run
Dependencies3
  • @clack/prompts^1.4.0
  • cac^7.0.0
  • gray-matter^4.0.3