PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\u2014"

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"}'
Publisherantonio1234
Artifact bytes22,333
Previous versionnone
Published2026-05-24T19:00:51.279Z
SHA-256ee4035c1180841800d4c19548b3a2e7ecd4490d4d002cec4cba4bd6f48756999

Why flagged

What the scanner saw

Obfuscation: matched "\\u2014"

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.0Version
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/npm/cli.mjsmatched "\\u2014"3

Manifest

Package metadata

Scripts10
  • buildnpm --prefix web run build
  • build:clibash scripts/build.sh
  • build:cli:allbash scripts/build-all.sh
  • devnpm --prefix web run dev
  • dev:clibun src/cli.ts
  • lintnpm --prefix web run lint
  • smokebash tests/smoke.sh
  • testnpm --prefix web test
  • test:clibun x vitest run tests/cli
  • test:e2ebun x vitest run tests/e2e
Dependencies2
  • cheerio^1.2.0
  • fast-xml-parser^5.8.0