PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/install-skills.mjs"

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisheryhanwen
Artifact bytes124,727
Previous version0.1.34
Published2026-05-23T04:14:39.195Z
SHA-25694778647c879c572ec7ca53cd5a5fcf007f3b6a37a997d052e31b3c91ac1bd73

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/install-skills.mjs"

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

Availability ledger

available

high
Last checked
highRisk
45Score
0.1.35Version
Status history (2 events)
  1. availableavailable · risk high · score 45 · status available -> available, risk high -> high, score 57 -> 45
  2. newavailable · risk high · score 57 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

yhanwen

5 members · evidence strength 75
Repeated static TTPstale

Install-time lifecycle script — postinstall="node scripts/install-skills.mjs"

5 members · evidence strength 81

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/install-skills.mjs"30
mediumRemote Payloadpackage/dist/bin.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/install-skills.mjs"30
mediumRemote Payloadpackage/dist/bin.jsmatched "curl "12
lowObfuscationpackage/dist/bin.jsmatched "Buffer.from(download.content_base64, \"base64"3

Manifest

Package metadata

Scripts6
  • buildtsup
  • devtsx src/bin.ts
  • install:skillsnode scripts/install-skills.mjs
  • postinstallnode scripts/install-skills.mjs
  • testvitest run
  • typechecktsc --noEmit
Dependencies5
  • @clack/prompts^1.2.0
  • axios^1.9.0
  • commander^14.0.0
  • jszip^3.10.1
  • open^10.1.2