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 bytes83,295
Previous version0.1.1
Published2026-05-18T07:52:15.933Z
SHA-256f0499618baf85a7313904b98938f3179d742b1662a5a36f712a2806120361661

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.2Version
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

Scripts12
  • buildbun run check && bun run test:coverage && bun run scripts/build.mjs
  • checkbun run lint && bun run typecheck && 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