PkgRadar

Package evidence

@michaeljolley/[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
michaeljolley

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":["@michaeljolley/[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":["@michaeljolley/[email protected]"],"fail_on":"high"}'
Publishermichaeljolley
Artifact bytes6,557,459
Previous versionnone
Published2026-06-08T16:51:44.848Z
SHA-2564a39937e3ab1f40b5a5466e3cb7af55c93e9ba308040dc7e993646fd81c26b1e

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
17Score
0.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

5 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/copilot/skills.jsmatched "raw.githubusercontent.com"12
Show all 5 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/copilot/skills.jsmatched "raw.githubusercontent.com"12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="npm rebuild better-sqlite3"5
lowLarge Javascript Payloadpackage/dist/daemon/cli.js3832628 bytes0
lowLarge Javascript Payloadpackage/dist/daemon/index.js3800987 bytes0

Manifest

Package metadata

Scripts10
  • buildtsc
  • build:allnpm run build && npm run build:web
  • build:webcd web && npm install && npx tsc --noEmit && npx vite build
  • coverage:checkc8 report --reporter=text --reporter=text-summary --check-coverage --lines 40 --functions 35 --branches 60 --statements 40
  • daemontsx src/daemon.ts
  • devtsx --watch src/daemon.ts
  • postinstallnpm rebuild better-sqlite3
  • prepublishOnlynpm run build:all
  • testnode --import tsx --test 'src/**/*.test.ts' 'web/src/**/*.test.ts'
  • test:coveragec8 node --import tsx --test 'src/**/*.test.ts' 'web/src/**/*.test.ts'
Dependencies7
  • @github/copilot-sdk^0.2.2
  • @modelcontextprotocol/sdk^1.29.0
  • better-sqlite3^12.6.2
  • commander^14.0.0
  • express^5.2.1
  • grammy^1.40.0
  • zod^4.3.6