PkgRadar

Package evidence

@lumpcode/[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 3 total version(s), has lifecycle hook

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
3
First published
Jun 2026
Publisher
dyodio

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@lumpcode/[email protected]"],"fail_on":"high"}'

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":["@lumpcode/[email protected]"],"fail_on":"high"}'
Publisherdyodio
Artifact bytes239,450
Previous version0.0.0
Published2026-06-11T15:18:04.591Z
SHA-256e111f9355c5634f0eeb60e18b5c962c6389936eb6dc0dd79525ad5181da1062a

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 3 total version(s), has lifecycle hook

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

Availability ledger

available

high
Last checked
highRisk
5Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 5 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 3 total version(s), has lifecycle hook25
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 3 total version(s), has lifecycle hook25
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts14
  • buildnpm run clean && npm run build:sea
  • build:bundlenode scripts/build.js
  • build:npmnpm run build:bundle
  • build:seanpm run build:bundle && bash scripts/build-sea.sh
  • build:sea:windowsnpm run build:bundle && powershell -ExecutionPolicy Bypass -File scripts/build-sea.ps1
  • check-typestsc --noEmit
  • cleanrm -rf dist && rm -f bin/lumpcode-darwin-* bin/lumpcode-linux-* bin/lumpcode-windows-* && rm -rf bin/schemas bin/presets
  • postinstallnode scripts/postinstall.mjs
  • prepublishOnlynpm run build:bundle
  • testvitest run --config vitest.config.ts
  • test:e2enode scripts/run-e2e.mjs
  • test:e2e:cinode scripts/run-e2e.mjs --ci
  • test:e2e:ci:nodenode scripts/run-e2e.mjs --node --ci
  • test:e2e:nodenode scripts/run-e2e.mjs --node
Dependencies7
  • @lumpcode/core^0.0.1
  • ajv^8.20.0
  • commander^9.5.0
  • croner^9.1.0
  • dotenv^16.6.1
  • lodash^4.18.1
  • node-machine-id^1.1.12