PkgRadar

Package evidence

@timo9378/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.cjs || 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.

Weekly downloads
26
Versions published
13
First published
Mar 2026
Publisher
timo9378

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":["@timo9378/[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":["@timo9378/[email protected]"],"fail_on":"high"}'
Publishertimo9378
Artifact bytes2,930,778
Previous version0.1.9
Published2026-03-06T08:26:32.176Z
SHA-256030d6c0af9b075da49f88eef901428943e25c982f1d508ca59168c6645a7d31e

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.cjs || true"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.cjs || true"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.cjs || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.cjs || true"5
lowLarge Javascript Payloadpackage/dist/cli.js5749659 bytes0
lowLarge Javascript Payloadpackage/dist/server.js5702258 bytes0

Manifest

Package metadata

Scripts17
  • buildpnpm build:ui && pnpm build:cli
  • build:clitsup && cp src/server/server.d.ts dist/server.d.ts
  • build:uinext build
  • compilenode --loader ts-node/esm src/cli/index.ts compile
  • devnext dev --turbopack
  • dev:servertsx src/server/index.ts
  • docs:apitypedoc
  • linteslint .
  • postinstallnode scripts/postinstall.cjs || true
  • precheckpnpm lint && pnpm test:run && pnpm build:cli
  • prepublishOnlypnpm build
  • startnode dist/server.js
  • testvitest
  • test:e2eplaywright test
  • test:e2e:uiplaywright test --ui
  • test:runvitest run
  • watchnode --loader ts-node/esm src/cli/index.ts watch
Dependencies7
  • @monaco-editor/react^4.7.0
  • chokidar^5.0.0
  • commander^14.0.3
  • monaco-editor^0.55.1
  • picocolors^1.1.1
  • ts-morph^27.0.2
  • yaml^2.8.2