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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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:pathbuild: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-syntaxcoveragejest --coveragelinteslint .lint:fixprettier --write . && eslint . --fixposttestnpm run build:lib && npm run test:integration && npm run build:browser.js && npm run test:browser.jsprecoveragenpx rimraf coverage && npx mkdirp coverageprepublishOnlynpm run build:lib && npm run build:browser.js -- --minify-whitespace --minify-identifiersreleasechangeset publishtestjesttest:browser.jsIS_BROWSER=true jest --config jest.config.browser.jstest:e2eIS_E2E=true jest --config jest.config.redis.js --runInBandtest:integrationjest --config jest.config.integration.jsupdate-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 || trueupdate-datanode scripts/update-data
Dependencies5
@ioredis/as-callback^3.0.0@ioredis/commands^1.4.0fengari^0.1.4fengari-interop^0.1.3semver^7.7.2