PkgRadar

Package evidence

@kdtlabs/[email protected]

Install Lifecycle Suppresses Failure: preinstall="only-allow bun && ([ -d .git ] && simple-git-hooks || 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
5
Versions published
4
First published
Apr 2026
Publisher
kdt310722

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":["@kdtlabs/[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":["@kdtlabs/[email protected]"],"fail_on":"high"}'
Publisherkdt310722
Artifact bytes37,302
Previous versionnone
Published2026-04-02T16:11:22.051Z
SHA-2567c05ce76097c5d8450cf308f14757688973f4c355b3e7ce2974b89411b21b1e6

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: preinstall="only-allow bun && ([ -d .git ] && simple-git-hooks || 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.0.1Version
Status history (1 event)
  1. newavailable · risk high · score 25 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpreinstall="only-allow bun && ([ -d .git ] && simple-git-hooks || true)"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 76 day(s) ago, 4 total version(s), has lifecycle hook10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpreinstall="only-allow bun && ([ -d .git ] && simple-git-hooks || true)"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 76 day(s) ago, 4 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpreinstall="only-allow bun && ([ -d .git ] && simple-git-hooks || true)"5

Manifest

Package metadata

Scripts9
  • buildrimraf dist && bun run scripts/build.ts && tsc --project tsconfig.build.json
  • coveragebun test --coverage
  • linteslint
  • lint:fixeslint --fix
  • preinstallonly-allow bun && ([ -d .git ] && simple-git-hooks || true)
  • releasebun run build && bun run scripts/release.ts && bunx npm publish
  • typechecktsc --noEmit
  • uptaze -I --group --force --peer
  • up:stablebun run up --maturity-period 7
Dependencies3
  • @kdtlabs/utils^0.0.9
  • clean-stack^6.0.0
  • picocolors^1.1.1