PkgRadar

Package evidence

@personize/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"console.log('\\n Personize CLI installed.\\n Run: personize setup\\n Docs: https://personize.ai/technical-guide\\n')\""

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
373
Versions published
17
First published
Mar 2026
Publisher
hataheri

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":["@personize/[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":["@personize/[email protected]"],"fail_on":"high"}'
Publisherhataheri
Artifact bytes92,443
Previous version0.5.0
Published2026-06-01T23:18:52.340Z
SHA-256406dc8d4742e426ee7f44394b370c0b02bdde7fc3460c987fb8d943b36c13195

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node -e \"console.log('\\n Personize CLI installed.\\n Run: personize setup\\n Docs: https://personize.ai/technical-guide\\n')\""

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"console.log('\\n Personize CLI installed.\\n Run: personize setup\\n Docs: https://personize.ai/technical-guide\\n')\""30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"console.log('\\n Personize CLI installed.\\n Run: personize setup\\n Docs: https://personize.ai/technical-guide\\n')\""30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"console.log('\\n Personize CLI installed.\\n Run: personize setup\\n Docs: https://personize.ai/technical-guide\\n')\""5

Manifest

Package metadata

Scripts6
  • buildtsc
  • devts-node src/index.ts
  • postinstallnode -e "console.log('\n Personize CLI installed.\n Run: personize setup\n Docs: https://personize.ai/technical-guide\n')"
  • prepublishOnlynpm run build
  • testjest
  • test:watchjest --watch
Dependencies6
  • @personize/sdk^0.13.0
  • ajv^8.20.0
  • ajv-formats^3.0.1
  • cli-table3^0.6.3
  • commander^12.0.0
  • tar^7.5.15