PkgRadar

Package evidence

@kuandotdev/[email protected]

Install Lifecycle Remote Or Exec: postinstall="bash ./scripts/postinstall.sh"

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,176Niche · −30% score
Versions published
23
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

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

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@kuandotdev/[email protected]"],"fail_on":"review"}'

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":["@kuandotdev/[email protected]"],"fail_on":"review"}'
Artifact bytes254,878
Previous version0.1.19
Published2026-05-29T02:00:33.343Z
SHA-2563f5ec1d016b2bfe2c0dee5f506129d678ad04d63025740b67781606f5d2472de

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="bash ./scripts/postinstall.sh"

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

Availability ledger

available

review
Last checked
reviewRisk
17Score
0.1.20Version
Status history (1 event)
  1. newavailable · risk review · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="bash ./scripts/postinstall.sh"30
mediumRemote Payloadpackage/project/conda-env-active.shmatched "curl "12
mediumRemote Payloadpackage/project/tools/interactive_install.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="bash ./scripts/postinstall.sh"30
mediumRemote Payloadpackage/project/conda-env-active.shmatched "curl "12
mediumRemote Payloadpackage/project/tools/interactive_install.shmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="bash ./scripts/postinstall.sh"5

Manifest

Package metadata

Scripts1
  • postinstallbash ./scripts/postinstall.sh