PkgRadar

Package evidence

@nanoforge-dev/[email protected]

Large Javascript Payload: 6895040 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.

Versions published
5
First published
Apr 2026
Publisher
exelo

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":["@nanoforge-dev/[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":["@nanoforge-dev/[email protected]"],"fail_on":"review"}'
Publisherexelo
Artifact bytes10,587,909
Previous version0.0.2-beta.4555742
Published2026-06-09T03:08:46.971Z
SHA-25691488be4a92acebb715a66ef32847dc1b51ec8ecd7373a493e31e1a919a0bb81

Why flagged

What the scanner saw

Large Javascript Payload: 6895040 bytes

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.0.2-beta.394e65bVersion
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/client/_app/immutable/workers/ts.worker-B0J26iPs.js6895040 bytes0
lowLarge Javascript Payloadpackage/dist/client/_app/immutable/chunks/uo5fvlDn2.js3626859 bytes0

Manifest

Package metadata

Scripts15
  • buildbun --bun run vite build
  • changeloggit cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r . --include-path '.'
  • checksvelte-kit sync && svelte-check --tsconfig ./tsconfig.json
  • check:watchsvelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch
  • devbun --bun run vite dev
  • formatprettier --write . && eslint --fix --format=pretty src
  • lintprettier --check . && eslint --format=pretty src
  • previewbun --bun run vite preview
  • releasecliff-jumper
  • testpnpm run test:unit && pnpm run test:e2e
  • test:coveragepnpm run test:unit --coverage && pnpm run test:e2e --coverage
  • test:e2evitest run -c vite.config.e2e.ts
  • test:e2e:watchvitest -c vite.config.e2e.ts
  • test:unitvitest run -c vite.config.ts
  • test:unit:watchvitest -c vite.config.ts
Dependencies6
  • @nanoforge-dev/schematics^2.1.3
  • bun^1.3.14
  • class-transformer^0.5.1
  • class-validator^0.15.1
  • dotenv^17.4.2
  • typescript^6.0.3