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"}'
Publishergemmapod
Artifact bytes18,858
Previous version0.5.0
Published2026-05-24T19:53:56.031Z
SHA-25665c54d61b0a890b7f72148c0322a2bf2d4bbfe17b91bc7633963a1464e6b4ef2

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/commands/doctor.jsmatched "\\x1b"3
lowObfuscationpackage/dist/commands/status.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts3
  • buildtsc -p . && chmod +x dist/cli.js
  • devtsx src/cli.ts
  • testtsx --test src/**/*.test.ts
Dependencies6
  • @clack/prompts^0.9.0
  • @gemmapod/core^0.5.0
  • @gemmapod/host^0.6.0
  • @gemmapod/shim^0.5.0
  • commander^12.1.0
  • smol-toml^1.3.1