PkgRadar

Package evidence

@ianmenethil/[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":["@ianmenethil/[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":["@ianmenethil/[email protected]"],"fail_on":"review"}'
Publisherianmenethil
Artifact bytes82,030
Previous version0.1.3
Published2026-05-25T03:10:03.901Z
SHA-256c59bbabc9c00ba34b72a45e0edd462dcddb637326447ce0139314a2e55316148

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscationpackage/dist/cdn/zp.obs.esm.jsmatched "\\u2014"3
lowObfuscationpackage/dist/cdn/zp.obs.jsmatched "\\u2014"3
lowObfuscationpackage/dist/cdn/zp.obs.min.jsmatched "\\u2014"3
lowObfuscationpackage/dist/cdn/zp.obs.obf.jsmatched "\\x20"3
lowObfuscationpackage/dist/npm/index.cjsmatched "\\u2014"3
lowObfuscationpackage/dist/npm/index.mjsmatched "\\u2014"3

Manifest

Package metadata

Scripts13
  • buildbun run check && bun run test:coverage && bun run scripts/build.mjs
  • checkbun run lint && bun run typecheck && bun run typecheck:test && bun run knip && bun run jscpd
  • formatprettier --write .
  • format:checkprettier --check .
  • jscpdjscpd --config .jscpd.json
  • knipknip --config knip.json
  • linteslint . --config eslint.config.ts
  • releasebun run scripts/release.mjs
  • smokebun run scripts/smoke.mjs
  • testbun test
  • test:coveragebun test --coverage
  • typechecktsc -p tsconfig.json --noEmit
  • typecheck:testtsc -p tsconfig.test.json --noEmit