PkgRadar

Package evidence

@kidsinai/[email protected]

Install Lifecycle Suppresses Failure: postinstall="sh ./scripts/postinstall.sh || 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
25
First published
May 2026
Publisher
lightman217

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":["@kidsinai/[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":["@kidsinai/[email protected]"],"fail_on":"high"}'
Publisherlightman217
Artifact bytes8,644
Previous version0.0.21
Published2026-06-01T11:43:45.539Z
SHA-2560c8aa3c9bec2719fda1cb18d88d65fe27f8481cda14299aab44cbc526c875888

Why flagged

What the scanner saw

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

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

Availability ledger

available

high
Last checked
highRisk
40Score
0.0.22Version
Status history (3 events)
  1. availableavailable · risk high · score 40 · status available -> available, risk high -> high, score 28 -> 40
  2. availableavailable · risk high · score 28 · status available -> available, risk high -> high, score 40 -> 28
  3. newavailable · risk high · score 40 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="sh ./scripts/postinstall.sh || true"20
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 3 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="sh ./scripts/postinstall.sh || true"20
mediumManifest Codeless Dependency Stubpackage.jsonpackage ships no JS/TS source but declares 3 dependency(ies) (0 with loose/empty version specs) — dependency-confusion / install-chain loader shape15
lowInstall-time lifecycle scriptpackage.jsonpostinstall="sh ./scripts/postinstall.sh || true"5

Manifest

Package metadata

Scripts2
  • postinstallsh ./scripts/postinstall.sh || true
  • testsh -n bin/kids-opencode && sh -n scripts/postinstall.sh
Dependencies3
  • @kidsinai/kids-client^0.0.22
  • @kidsinai/kids-opencode-plugin^0.0.22
  • @kidsinai/kids-opencode-tui-plugin^0.0.22