PkgRadar

Package evidence

@cainiaofe/[email protected]

Install-time lifecycle script: preinstall="node ./scripts/preinstall.js"

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.

Versions published
4
First published
Oct 2025
Publisher
snowden_

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":["@cainiaofe/[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":["@cainiaofe/[email protected]"],"fail_on":"review"}'
Publishersnowden_
Artifact bytes20,316
Previous version1.5.5
Published2026-01-20T07:02:54.603Z
SHA-256ec80a217c57f590b107418699291af138a68420ccecb9d4dbe7c5103c8af7461

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node ./scripts/preinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
1.5.6Version
Status history (2 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 35 -> 5
  2. newavailable · risk high · score 35 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node ./scripts/preinstall.js"5

Manifest

Package metadata

Scripts7
  • buildrm -rf lib/ && tsc
  • devtsc -w
  • linteslint src/ --ext .js,.ts
  • lint:errorseslint src/ --ext .js,.ts --quiet
  • lint:fixeslint src/ --ext .js,.ts --fix
  • preinstallnode ./scripts/preinstall.js
  • pubnpm publish --registry=https://registry.npmjs.org/:_authToken=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 --access=public && tnpm sync @cainiaofe/cone-cli
Dependencies14
  • @cainiaofe/cone-core^1.x
  • axios^0.24.0
  • chalk^3.0.0
  • commander^9
  • dayjs^1.11.7
  • fs-extra^10.0.0
  • ice-npm-utils^3.0.1
  • lodash^4.17.21
  • npm-package-arg^10.0.0
  • open^8.4.2
  • ora^5.4.1
  • pkg-dir^5.0.0
  • semver^6.3.0
  • table^6.8.1