PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\x00"

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"}'
Publisherquolu
Artifact bytes405,425
Previous version0.4.11
Published2026-05-17T05:47:48.029Z
SHA-2560f33cb59d3635504101baeb058e251f31c08e40da74793bc056cf8e8ca2d060d

Why flagged

What the scanner saw

Obfuscation: matched "\\x00"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 13 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/src/codex-handoff.mjsmatched "\\x00"3
lowObfuscationpackage/src/cli/doctor.mjsmatched "\\x1b"3
lowObfuscationpackage/src/handoff-record.mjsmatched "\\x00"3
lowObfuscationpackage/src/l3-summary.mjsmatched "\\x00"3
lowObfuscationpackage/src/resume-context.mjsmatched "\\x00"3
lowObfuscationpackage/src/sc-detail.mjsmatched "\\x00"3
lowObfuscationpackage/src/terminal-size.mjsmatched "\\x1b"3
lowObfuscationpackage/src/terminal-size.test.mjsmatched "\\x1b"3
lowObfuscationpackage/src/token-monitor.mjsmatched "\\x1b"3
lowObfuscationpackage/src/token-monitor.test.mjsmatched "\\x1b"3
lowObfuscationpackage/src/transcript-reader.mjsmatched "\\x1b"3
lowObfuscationpackage/src/transcript-reader.test.mjsmatched "\\x1b"3
lowObfuscationpackage/src/vscode-task.mjsmatched "\\x1b"3

Manifest

Package metadata

Scripts1
  • testnode --import ./src/test-env.mjs --test src/*.test.mjs src/cli/*.test.mjs