PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\u2713"

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
52
First published
Feb 2026
Publisher
yuvalsuede

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"}'
Publisheryuvalsuede
Artifact bytes176,881
Previous version1.15.3
Published2026-05-25T09:53:59.368Z
SHA-2569e6313226ef9f57367ece4455af2f079235a9b64c997bf9e930d8c59631eb6cb

Why flagged

What the scanner saw

Obfuscation: matched "\\u2713"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 14 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/commands/alias.jsmatched "\\u2713"3
lowObfuscationpackage/dist/commands/apikey.jsmatched "\\x1B"3
lowObfuscationpackage/dist/commands/config.jsmatched "\\u2713"3
lowObfuscationpackage/dist/commands/credits.jsmatched "\\x1B"3
lowObfuscationpackage/dist/commands/debug.jsmatched "\\u2514"3
lowObfuscationpackage/dist/commands/doctor.jsmatched "\\u2713"3
lowObfuscationpackage/dist/lib/errors.jsmatched "\\u2717"3
lowObfuscationpackage/dist/commands/inspect.jsmatched "\\u250c"3
lowObfuscationpackage/dist/commands/list.jsmatched "\\u2026"3
lowObfuscationpackage/dist/commands/logout.jsmatched "\\u2713"3
lowObfuscationpackage/dist/commands/plan.jsmatched "\\u2713"3
lowObfuscationpackage/dist/commands/profile.jsmatched "\\u2713"3
lowObfuscationpackage/dist/commands/status.jsmatched "\\x1B"3
lowObfuscationpackage/dist/commands/usage.jsmatched "\\u256D"3

Manifest

Package metadata

Scripts6
  • buildtsc
  • linteslint src/
  • prepublishOnlynpm run build
  • pretesttsc -p tsconfig.test.json
  • testnode --test test-out/commands.test.js
  • typechecktsc --noEmit
Dependencies5
  • @agentmedia/schema^0.5.2
  • chalk^5.4.1
  • commander^13.1.0
  • open^10.1.0
  • ora^8.2.0