PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: install="npm run download "

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
842
Versions published
647Mature · −50% score
First published
Aug 2019
Publisher
zackshi

Effective trust discount applied: 50% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publisherzackshi
Artifact bytes296,009
Previous version13.4.800-alpha.0
Published2026-06-03T09:34:43.243Z
SHA-256d9f128e375d333a4756464a40912775bf9113257c13a91f0f580249c7c746b54

Why flagged

What the scanner saw

Install-time lifecycle script: install="npm run download "

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
13.4.801-alpha.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsoninstall="npm run download "5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.js"5

Manifest

Package metadata

Scripts20
  • buildnpm run build:types && npm run build:js && npm run copy:types && npm run copy:sdk
  • build:jsrimraf ./liteav && tsc -p tsconfig.json
  • build:typesrimraf ./types && tsc -p dtsconfig.json
  • copy:sdkrimraf ./build && node ./scripts/copy-sdk.js
  • copy:typesnode ./scripts/copy-types.js
  • devnpm run build && npm run doc && npm run copy:sdk
  • docnpm run doc:clean && npm run doc:build
  • doc:buildnpm run doc:build-zh && npm run doc:build-en
  • doc:build-enjsdoc -c ./jsdoc/jsdoc_en.json && node ./jsdoc/fix-doc_en.js
  • doc:build-zhjsdoc -c ./jsdoc/jsdoc_zh.json && node ./jsdoc/fix-doc_zh.js
  • doc:cleanrimraf ./_doc
  • downloadnode ./scripts/download.js
  • installnpm run download
  • postinstallnode ./scripts/postinstall.js
  • prereleasenpm run build && npm run doc && node ./scripts/prerelase.js
  • publish_docnode ./scripts/publish-doc.js
  • publish_npmnode scripts/publish-npm.js
  • watchnpm run dev && npm run watch:js
  • watch:jsrimraf ./liteav && tsc --watch -p tsconfig.json
  • watch:typesrimraf ./types && tsc --watch -p dtsconfig.json
Dependencies12
  • cos-nodejs-sdk-v5^2.14.2
  • download^8.0.0
  • events^3.2.0
  • fs-extra^9.0.1
  • fs-sync^1.0.6
  • hpagent^1.2.0
  • lodash.isequal^4.5.0
  • rimraf^3.0.2
  • semver^6.0.0
  • signale^1.4.0
  • yuv-buffer^1.0.0
  • yuv-canvas^1.2.6