PkgRadar

Package evidence

[email protected]

Obfuscation: matched "\\uFEFF"

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"}'
Publishergamedaysuits
Artifact bytes121,688
Previous version3.2.0
Published2026-05-22T08:10:27.234Z
SHA-256ac283f1a24655dbadf75be6417b651c33897f9afadb74520b167f6a324312da2

Why flagged

What the scanner saw

Obfuscation: matched "\\uFEFF"

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

Availability ledger

available

review
Last checked
reviewRisk
12Score
3.3.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/lib/integrity.jsmatched "\\uFEFF"3
lowObfuscationpackage/lib/scripts.jsmatched "\\uF8E4"3
lowObfuscationpackage/lib/sync.jsmatched "\\u2139"3
lowObfuscationpackage/lib/validate.jsmatched "\\x00"3

Manifest

Package metadata

Scripts18
  • auditnode bin/cli.js audit
  • initnode bin/cli.js init
  • lintnode bin/cli.js lint
  • prepublishOnlynpm test
  • syncnode bin/cli.js sync
  • testnode --test test/*.test.js
  • test:contentnode --test test/content.test.js
  • test:content-syncnode --test test/content-sync.test.js
  • test:formatnode --test test/format.test.js
  • test:hugonode --test test/hugo-e2e.test.js
  • test:init-helpnode --test test/init-help.test.js
  • test:lintnode --test test/lint.test.js
  • test:methodsnode --test test/methods.test.js
  • test:pairsnode --test test/pairs.test.js
  • test:redteamnode --test test/redteam.test.js
  • test:sync-pairsnode --test test/sync-pairs.test.js
  • test:unitnode --test test/sync.test.js
  • watchnode bin/cli.js watch