PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\x1b"

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"}'
Publisherhamr0
Artifact bytes66,187
Previous version0.7.11
Published2026-05-18T13:02:58.792Z
SHA-25635243a0c6ff2f4e1ffadd4e829bf78b2ed52a5c8ce23108c4065370836270ec5

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
12Score
0.8.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/cli.jsmatched "\\x1b"3
lowObfuscationpackage/src/interact.jsmatched "fromCharCode"3
lowObfuscationpackage/src/ios.jsmatched "\\u200B"3
lowObfuscationpackage/src/setup.jsmatched "fromCharCode"3

Manifest

Package metadata

Scripts3
  • ios:checknode test/ios/check-prerequisites.js
  • testnode --test test/unit/*.test.js test/integration/*.test.js
  • test:iosnode --test test/ios/*.test.js