PkgRadar

Package evidence

@larp2earn/[email protected]

New Account With Lifecycle Hook: package first published 14 day(s) ago, 4 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.

Weekly downloads
826
Versions published
4
First published
May 2026
Publisher
larptoearn

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":["@larp2earn/[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":["@larp2earn/[email protected]"],"fail_on":"high"}'
Publisherlarptoearn
Artifact bytes45,580
Previous version0.7.9
Published2026-05-27T10:05:49.744Z
SHA-256093b032e003195c4269c35eaec33e6a54a7d7e833bd3b5d5d428e31e73bef1a0

Why flagged

What the scanner saw

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

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

New Account With Lifecycle Hook — package first published 14 day(s) ago, 4 total version(s), has lifecycle hook

10 members · evidence strength 68
Repeated static TTPcandidate

New Account With Lifecycle Hook — package first published 14 day(s) ago, 4 total version(s), has lifecycle hook

10 members · max score 35

Evidence

Static findings

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

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

Manifest

Package metadata

Scripts8
  • buildesbuild src/main.ts --bundle --platform=node --format=esm --outfile=dist/cli.mjs --banner:js="import{createRequire}from'module';const require=createRequire(import.meta.url);"
  • build:tsctsc -p tsconfig.json
  • cleanrm -rf dist
  • devtsc -w -p tsconfig.json
  • larpnode bin/larp
  • postinstallnode scripts/postinstall.mjs || exit 0
  • prepare[ -x node_modules/.bin/esbuild ] && npm run build || true
  • typechecktsc --noEmit