PkgRadar

Package evidence

@loicngr/[email protected]

Large Javascript Payload: 2537640 bytes

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
658
Versions published
65
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@loicngr/[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":["@loicngr/[email protected]"],"fail_on":"review"}'
Artifact bytes4,470,896
Previous version1.7.18
Published2026-05-23T06:59:15.232Z
SHA-256666b87a082a54b292789ee3a121cd82e3dc3e4121a029604070610d682369aa1

Why flagged

What the scanner saw

Large Javascript Payload: 2537640 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
7Score
1.7.19Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/src/client/dist/spa/assets/editor.api-B85Aec2m.js2537640 bytes10
mediumLarge Javascript Payloadpackage/src/client/dist/spa/assets/ts.worker-Cj3zTgVE.js5937330 bytes10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/src/client/dist/spa/assets/editor.api-B85Aec2m.js2537640 bytes10
mediumLarge Javascript Payloadpackage/src/client/dist/spa/assets/ts.worker-Cj3zTgVE.js5937330 bytes10
lowCredential file accesspackage/src/client/dist/spa/assets/shell-DOehe2Y8.jsmatched ".ssh"5

Manifest

Package metadata

Scripts17
  • buildnpm run build:client && npm run build:server
  • build:clientcd src/client && npx quasar build
  • build:servernpx tsc && chmod +x dist/server/index.js
  • devKOBO_ENFORCE_LOCAL_HOME=1 KOBO_HOME=./data PORT=3300 tsx watch src/server/index.ts
  • dev:allconcurrently "npm run dev" "npm run dev:client"
  • dev:clientcd src/client && KOBO_BACKEND_PORT=3300 npx quasar dev
  • formatbiome format --write .
  • format:checkbiome format .
  • install-allnpm install && cd src/client && npm install
  • lintbiome check .
  • lint:fixbiome check --write .
  • prepublishOnlynpm run build
  • startnode dist/server/index.js
  • testvitest run --config vitest.config.ts --root .
  • test:allnpm test && npm run test:client
  • test:clientcd src/client && npm test
  • test:watchvitest --config vitest.config.ts --root .
Dependencies12
  • @anthropic-ai/claude-agent-sdk^0.2.90
  • @emnapi/core^1.10.0
  • @emnapi/runtime^1.10.0
  • @hono/node-server^2.0.2
  • @modelcontextprotocol/sdk^1.29.0
  • @openai/codex^0.130.0
  • better-sqlite3^12.9.0
  • cron-parser^5.5.0
  • hono^4.12.18
  • nanoid^5.1.11
  • node-pty^1.1.0
  • ws^8.20.0