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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Install-time lifecycle script | package.json | install="npm run download " | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node ./scripts/postinstall.js" | 5 |
Manifest
Package metadata
Scripts20
buildnpm run build:types && npm run build:js && npm run copy:types && npm run copy:sdkbuild:jsrimraf ./liteav && tsc -p tsconfig.jsonbuild:typesrimraf ./types && tsc -p dtsconfig.jsoncopy:sdkrimraf ./build && node ./scripts/copy-sdk.jscopy:typesnode ./scripts/copy-types.jsdevnpm run build && npm run doc && npm run copy:sdkdocnpm run doc:clean && npm run doc:builddoc:buildnpm run doc:build-zh && npm run doc:build-endoc:build-enjsdoc -c ./jsdoc/jsdoc_en.json && node ./jsdoc/fix-doc_en.jsdoc:build-zhjsdoc -c ./jsdoc/jsdoc_zh.json && node ./jsdoc/fix-doc_zh.jsdoc:cleanrimraf ./_docdownloadnode ./scripts/download.jsinstallnpm run downloadpostinstallnode ./scripts/postinstall.jsprereleasenpm run build && npm run doc && node ./scripts/prerelase.jspublish_docnode ./scripts/publish-doc.jspublish_npmnode scripts/publish-npm.jswatchnpm run dev && npm run watch:jswatch:jsrimraf ./liteav && tsc --watch -p tsconfig.jsonwatch:typesrimraf ./types && tsc --watch -p dtsconfig.json
Dependencies12
cos-nodejs-sdk-v5^2.14.2download^8.0.0events^3.2.0fs-extra^9.0.1fs-sync^1.0.6hpagent^1.2.0lodash.isequal^4.5.0rimraf^3.0.2semver^6.0.0signale^1.4.0yuv-buffer^1.0.0yuv-canvas^1.2.6