PkgRadar

Package evidence

@lemonstand.org/[email protected]

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 6 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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
458Mature · −50% score
First published
May 2020
Publisher
dviuranov-ggs

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@lemonstand.org/[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":["@lemonstand.org/[email protected]"],"fail_on":"review"}'
Publisherdviuranov-ggs
Artifact bytes3,613
Previous version0.46.0-ef.3
Published2026-06-03T12:09:27.859Z
SHA-256f0c04e33d8d3525de3d206e73470e9a905fd1d1814a728023a3301ca3ebfedcf

Why flagged

What the scanner saw

Manifest Codeless Dependency Stub: package ships no JS/TS source but declares 6 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape

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

Availability ledger

available

review
Last checked
reviewRisk
4Score
0.46.0-ef.4Version
Status history (1 event)
  1. newavailable · risk review · score 4 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 6 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15

Manifest

Package metadata

Scripts14
  • buildrimraf dist && make-dir dist && node -e "require('./src/export').exportConfigFiles()"
  • build:devcross-env NODE_ENV=development EXPORT_ENV=dev npm run build
  • build:prodcross-env NODE_ENV=production EXPORT_ENV=prod npm run build
  • build:qacross-env NODE_ENV=development EXPORT_ENV=qa npm run build
  • commitgit-cz
  • dev:serverhttp-server --cors
  • formatprettier --write src
  • linteslint --ext .js ./{src,config,test}/**/*.js
  • lint:fixnpm run lint -- --fix
  • postbuildnpm run test:build
  • releasesemantic-release
  • startnpm run build:dev && npm run dev:server
  • testcross-env EXPORT_ENV=dev nyc ava
  • test:buildcross-env EXPORT_ENV=dev npm test -- test/unit/package-json.test.js
Dependencies6
  • @goodgamestudios/game-alias^0.2.11
  • @lemonstand.org/unified-tracking^1.0.0
  • @swc/helpers^0.3.17
  • debug^4.3.4
  • js-base64^3.7.2
  • lodash^4.17.21