PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 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
1
First published
Jun 2026
Publisher
mikemikula

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":["[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":["[email protected]"],"fail_on":"high"}'
Publishermikemikula
Artifact bytes153,972
Previous versionnone
Published2026-06-08T21:56:22.185Z
SHA-2568c9e8c738a2f71aee8274d3ac68bd8ca65bf564c75f57dd03972a85ab1ec358b

Why flagged

What the scanner saw

New Account With Lifecycle Hook: package first published 0 day(s) ago, 1 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
22Score
0.2.1Version
Status history (1 event)
  1. newavailable · risk high · score 22 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
mediumRemote Payloadpackage/dist/commands/install.jsmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 1 total version(s), has lifecycle hook25
mediumRemote Payloadpackage/dist/commands/install.jsmatched "curl "12
lowCredential file accesspackage/dist/constants.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts24
  • buildtsc -p tsconfig.build.json && chmod +x dist/cli.js && pnpm run build:web
  • build:webcd web && pnpm run build
  • configuretsx src/cli.ts configure
  • devtsx src/cli.ts ui --dev & API_PID=$!; cd web && pnpm run dev; kill $API_PID 2>/dev/null
  • dev:apitsx src/cli.ts ui --dev
  • dev:webcd web && pnpm run dev
  • doctortsx src/cli.ts doctor
  • generate-contexttsx src/cli.ts generate-context
  • hardentsx src/cli.ts harden
  • install-toolstsx src/cli.ts install
  • lintbiome check src
  • lint:fixbiome check --write src
  • migratetsx src/cli.ts migrate
  • postinstallnode scripts/postinstall.js
  • preparelefthook install
  • prepublishOnlypnpm run build && pnpm run publish-guard
  • publish-guardtsx src/cli.ts publish-guard
  • releasetsx scripts/release.ts
  • setuptsx src/cli.ts setup
  • setup:checktsx src/cli.ts setup --dry-run
  • snapshottsx src/cli.ts snapshot
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
Dependencies3
  • @inquirer/prompts^8.4.2
  • execa^9.6.0
  • yaml^2.8.3