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.

Weekly downloads
1,594Niche · −30% score
Versions published
25
First published
May 2026
Publisher
lightman217

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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,648
Previous version0.0.22
Published2026-06-02T06:51:58.926Z
SHA-2562eb8e7daa5a75bbeaf6707ba0f9f8fc025b80938c38aab494a01306a716f002b

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
28Score
0.0.23Version
Status history (2 events)
  1. availableavailable · risk high · score 28 · status available -> available, risk high -> high, score 40 -> 28
  2. 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.23
  • @kidsinai/kids-opencode-plugin^0.0.22
  • @kidsinai/kids-opencode-tui-plugin^0.0.23