PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 42 day(s) ago, 6 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
6
First published
May 2026
Publisher
mukhtharcm

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"}'
Publishermukhtharcm
Artifact bytes271,128
Previous version0.2.0
Published2026-05-07T14:22:22.918Z
SHA-25668b1111b73fdbd1bc2040b86c53da5f56bb4efa07a536243060b0b56e96ba8ab

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 0.2.1 vs 0.2.0: "node scripts/check-node-version.mjs"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 0.2.1 vs 0.2.0: "node scripts/check-node-version.mjs"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 42 day(s) ago, 6 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 0.2.1 vs 0.2.0: "node scripts/check-node-version.mjs"40
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 42 day(s) ago, 6 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/check-node-version.mjs"5

Manifest

Package metadata

Scripts38
  • buildnpm run clean && tsc && node -e "require('node:fs').chmodSync('dist/cli.js', 0o755)"
  • cleannode -e "require('node:fs').rmSync('dist',{recursive:true,force:true})"
  • daemontsx src/cli.ts daemon
  • daemon:compilednode dist/cli.js daemon
  • daemon:devtsx watch src/cli.ts daemon
  • doctortsx src/cli.ts doctor
  • macos:release:notarizebash scripts/notarize-macos-release.sh
  • macos:release:packagebash scripts/package-macos-release.sh
  • mobile:analyzecd apps/mobile && flutter analyze
  • mobile:android:build:devcd apps/mobile && flutter build apk --flavor dev --debug
  • mobile:android:build:prodcd apps/mobile && flutter build apk --flavor prod --release
  • mobile:android:devcd apps/mobile && flutter run --flavor dev -t lib/main.dart
  • mobile:android:prodcd apps/mobile && flutter run --flavor prod -t lib/main.dart
  • mobile:getcd apps/mobile && flutter pub get
  • mobile:ios:build:devcd apps/mobile && flutter build ios --flavor dev --debug
  • mobile:ios:build:prodcd apps/mobile && flutter build ipa --flavor prod --release
  • mobile:ios:devcd apps/mobile && flutter run --flavor dev -t lib/main.dart
  • mobile:ios:prodcd apps/mobile && flutter run --flavor prod -t lib/main.dart
  • mobile:macos:build:devcd apps/mobile && flutter build macos --flavor dev --debug
  • mobile:macos:build:prodcd apps/mobile && flutter build macos --flavor prod --release
  • mobile:macos:devcd apps/mobile && flutter run -d macos --flavor dev -t lib/main.dart
  • mobile:macos:prodcd apps/mobile && flutter run -d macos --flavor prod -t lib/main.dart
  • mobile:versionnode scripts/bump-mobile-version.mjs
  • pairtsx src/cli.ts pair
  • preinstallnode scripts/check-node-version.mjs
  • preparenode scripts/prepare-package.mjs
  • secret:scanbash scripts/secret-scan.sh
  • setuptsx src/cli.ts setup
  • statustsx src/cli.ts status
  • testnpm run typecheck && npm run test:server && npm run test:mobile:provider-metadata && npm run test:mobile:api-client && npm run test:mobile:capability-ui && npm run mobile:analyze
  • …and 8 more.
Dependencies12
  • @clack/prompts^0.11.0
  • @github/copilot-sdk^0.3.0
  • @hono/node-server^2.0.1
  • @hono/zod-validator^0.7.6
  • @mariozechner/pi-coding-agent^0.71.1
  • commander^14.0.0
  • hono^4.12.16
  • ignore^7.0.5
  • node-pty^1.1.0
  • qrcode^1.5.4
  • ws^8.18.3
  • zod^4.1.5