PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: preinstall="echo preinstall 。。。"

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
27
Versions published
6
First published
Sep 2025
Publisher
xuejiangping

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"}'
Publisherxuejiangping
Artifact bytes11,880
Previous version1.0.4
Published2025-09-27T21:38:44.303Z
SHA-25653fe7f620b63c87e18b2600fb9b6a5c3695211508a57d5d4d70eaf96dc9e496e

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: preinstall added in 1.0.5 vs 1.0.4: "echo preinstall 。。。"

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

Availability ledger

available

high
Last checked
highRisk
90Score
1.0.5Version
Status history (1 event)
  1. newavailable · risk high · score 90 · status changed

Evidence

Static findings

2 static · 2 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 1.0.5 vs 1.0.4: "echo preinstall 。。。"40
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.0.5 vs 1.0.4: "echo postinstall 。。。"40
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpreinstall added in 1.0.5 vs 1.0.4: "echo preinstall 。。。"40
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.0.5 vs 1.0.4: "echo postinstall 。。。"40
lowInstall-time lifecycle scriptpackage.jsonpreinstall="echo preinstall 。。。"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="echo postinstall 。。。"5

Manifest

Package metadata

Scripts5
  • buildwebpack
  • postinstallecho postinstall 。。。
  • preinstallecho preinstall 。。。
  • publish:patchnpm version patch && git push --tags && npm publish
  • testvitest
Dependencies3
  • reflect-metadata^0.2.2
  • ts-morph^27.0.0
  • tsx^4.20.5