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.

Weekly downloads
175
Versions published
5
First published
Jun 2026
Publisher
aditya-elastic

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 bytes154,494
Previous version0.4.1
Published2026-06-03T14:20:35.046Z
SHA-2569b6a994361464dea3267ef227530e8881803f87cb7c274227d3f677500c051a8

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
0.5.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts28
  • acceptance:universal-deepnode scripts/universal-deep-acceptance.mjs
  • acceptance:universal-trustnode scripts/universal-trust-acceptance.mjs
  • acceptance:web-qualitynode scripts/web-quality-acceptance.mjs
  • buildcross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning next build
  • build:clinode scripts/build-cli.mjs
  • checknpm test && npm run build:cli && npm run test:cli && npm run goal:audit && npm run acceptance:universal-trust && npm run acceptance:universal-deep && npm run trust:audit && npm run release:audit && npm run build && npm audit --audit-level=moderate && npm run package:dry-run
  • cleannode -e "const fs=require('node:fs'); for (const dir of ['.next','.next-dev']) fs.rmSync(dir,{recursive:true,force:true})"
  • devcross-env GAME_OS_NEXT_DIST_DIR=.next-dev NODE_OPTIONS=--disable-warning=ExperimentalWarning next dev
  • dev:freshnpm run clean && npm run dev
  • goal:auditnode scripts/goal-audit.mjs
  • godot:playernode scripts/godot-player-agent.mjs
  • godot:smokenode scripts/godot-smoke.mjs
  • homebrew:auditnode scripts/homebrew-audit.mjs
  • homebrew:updatenode scripts/update-homebrew-formula.mjs
  • package:dry-runcross-env npm_config_cache=tmp/npm-cache npm pack --dry-run
  • release:auditnode scripts/release-audit.mjs
  • smokenode scripts/smoke-local.mjs
  • startcross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning next start
  • testcross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning vitest run
  • test:clinode scripts/cli-smoke.mjs
  • test:watchcross-env NODE_OPTIONS=--disable-warning=ExperimentalWarning vitest
  • trust:auditnode scripts/trust-audit.mjs
  • unity:advancednode scripts/unity-advanced-playtest.mjs
  • unity:playernode scripts/unity-player-agent.mjs
  • unity:smokenode scripts/unity-smoke.mjs
  • visual:smokenode scripts/visual-smoke.mjs
  • web:playernode scripts/web-player-agent.mjs
  • web:smokenode scripts/web-smoke.mjs
Dependencies2
  • playwright-core^1.60.0
  • zod^3.24.1