PkgRadar

Package evidence

[email protected]

New Account With Lifecycle Hook: package first published 1 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.

Versions published
4
First published
Jun 2026
Publisher
maciej-ciemborowicz

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"}'
Artifact bytes15,274
Previous version0.1.2
Published2026-06-20T01:34:10.003Z
SHA-256d924cd737b49dd0e4f57395ac0469dd9c7b5add9b78aca7950a02d1560892466

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.1.3 vs 0.1.2: "node dist/postinstall.js"

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

Availability ledger

not present

status
Last checked
noneRisk
Score
0.1.3Version

Latest scanner note: [email protected] not present in registry metadata

Status history (2 events)
  1. availablenot_present · risk none · score · [email protected] not present in registry metadata
  2. newavailable · risk high · score 55 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.1.3 vs 0.1.2: "node dist/postinstall.js"40
highNew Account With Lifecycle Hookpackage.jsonpackage first published 1 day(s) ago, 4 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"maciej-ciemborowicz","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.1.3 vs 0.1.2: "node dist/postinstall.js"40
highNew Account With Lifecycle Hookpackage.jsonpackage first published 1 day(s) ago, 4 total version(s), has lifecycle hook25
mediumSuspicious Publish Contextmanifest{"package_age_days":1,"publisher":"maciej-ciemborowicz","burst_same_day":2,"burst_week":2,"lure":null,"version_anomaly":false,"new_account":false}10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node dist/postinstall.js"5

Manifest

Package metadata

Scripts4
  • buildtsup src/main.ts src/cli.ts src/postinstall.ts --format esm --dts --clean
  • postinstallnode dist/postinstall.js
  • qualitymcp-craftman quality
  • testvitest run
Dependencies4
  • @mcp-craftman/core^0.1.3
  • @mcp-craftman/node^0.1.2
  • fflate^0.8.3
  • sql.js^1.14.1