PkgRadar

Package evidence

[email protected]

Install Lifecycle Remote Or Exec: postinstall="node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"

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
Jun 2026
Publisher
jungsoklee

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"}'
Publisherjungsoklee
Artifact bytes42,453
Previous version0.4.0
Published2026-06-11T10:28:03.541Z
SHA-256043aad235af317018ae4a269ae38f5d303ace744b1e95eff278dd57b8f9d3f24

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 0.5.0 vs 0.4.0: "node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.5.0 vs 0.4.0: "node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"40
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 6 total version(s), has lifecycle hook10
Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 0.5.0 vs 0.4.0: "node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"40
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"30
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 0 day(s) ago, 6 total version(s), has lifecycle hook10
lowCredential file accesspackage/dist/cli.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node -e \"process.stdout.isTTY && console.log('\\n\\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\\n')\" || true"5

Manifest

Package metadata

Scripts7
  • buildnode esbuild.config.mjs
  • devtsx src/index.ts
  • postinstallnode -e "process.stdout.isTTY && console.log('\n\u2728 Polymath ready. Run: poly setup (connect models / optionally install a local LLM)\n')" || true
  • preparenode esbuild.config.mjs
  • prepublishOnlynpm run typecheck && npm run build
  • startnode dist/cli.js
  • typechecktsc --noEmit
Dependencies7
  • commander^12.1.0
  • ink^5.1.0
  • ink-spinner^5.0.0
  • ink-text-input^6.0.0
  • picocolors^1.1.1
  • react^18.3.1
  • zod^3.24.1
Optional dependencies1
  • firebase-admin^13.0.2