PkgRadar

Package evidence

[email protected]

no findings

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
1
First published
Jun 2026
Publisher
phoenix_tester

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Artifact bytes1,613,730
Previous versionnone
Published2026-06-05T05:19:38.654Z
SHA-2568119d6cd1b934255e16b8a259348301ca839fcd1f09bd503f6412be8ec922ac5

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
8.14.2Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts15
  • build:browser.jsesbuild src/index.js --bundle --format=esm --outfile=browser.js --define:process=undefined --define:global.process=undefined --define:process.env.FENGARICONF=undefined --define:global=window --define:process.browser=true --define:process.nextTick=nextTickShim --define:process.hrtime=hrtimeShim --define:setImmediate=nextTickShim --inject:./browser-shims.js --minify-syntax --sourcemap --external:ioredis/built/command --external:fs --external:path
  • build:libnpx rimraf lib && esbuild src/index.js --outfile=lib/index.js --platform=node --target=node12 --bundle --external:fengari --external:fengari-interop --external:@ioredis/commands --external:@ioredis/as-callback --external:ioredis --external:./data/*.json --sourcemap --minify-syntax
  • coveragejest --coverage
  • linteslint .
  • lint:fixprettier --write . && eslint . --fix
  • posttestnpm run build:lib && npm run test:integration && npm run build:browser.js && npm run test:browser.js
  • precoveragenpx rimraf coverage && npx mkdirp coverage
  • prepublishOnlynpm run build:lib && npm run build:browser.js -- --minify-whitespace --minify-identifiers
  • releasechangeset publish
  • testjest
  • test:browser.jsIS_BROWSER=true jest --config jest.config.browser.js
  • test:e2eIS_E2E=true jest --config jest.config.redis.js --runInBand
  • test:integrationjest --config jest.config.integration.js
  • update-compatnode scripts/update-compat && npx prettier --write compat.md && git add compat.md README.md && git commit --quiet -m "docs: Update feature compat table" &> /dev/null || true
  • update-datanode scripts/update-data
Dependencies5
  • @ioredis/as-callback^3.0.0
  • @ioredis/commands^1.4.0
  • fengari^0.1.4
  • fengari-interop^0.1.3
  • semver^7.7.2