PkgRadar

Package evidence

[email protected]

no findings

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
92Mature · −50% score
First published
Nov 2021
Publisher
netease-yunxin

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Artifact bytes3,127,134
Previous version10.9.81
Published2026-05-12T08:46:25.160Z
SHA-256ed065c977acf65f0674d96becc6216d394baddbcf185d013166f950c07002e8c

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
10.9.90Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts16
  • analyzenpm run clean && npx rollup --config ./build/analyze.config.js && ls -lhR dist | grep ".js"
  • apinpm run translate && node script/buildApi.js
  • api-diffmultilingual-tool diff --dir=src/typings --receiver=3070898 --exclude=DS_Store
  • buildcross-env NODE_OPTIONS=--max-old-space-size=8192 npm run build:all
  • build:allnpm run clean && npm run emitTypes && node script/copyPlugin.js && rollup --config ./build/v1.config.js && rollup --config ./build/v2.config.js && rollup --config ./build/esm.config.js
  • build:esmnpm run emitTypes && rollup --config ./build/esm.config.js
  • build:nodejsnpm run clean && npm run emitTypes && rollup --config ./build/nodejs.config.js
  • cleanrm -rf ./dist
  • devcd pages/ && npm run dev
  • emitTypestsc --emitDeclarationOnly --declaration --declarationDir temp/types
  • hackPackageForNodenode ./script/hackPackageForNode.js
  • lintnpx eslint ./src
  • pages:buildcd pages/ && npm install && npm run build && cp -rf dist/ ../dist/
  • testjest ./test/ --maxWorkers 1 --silent
  • translaterm -rf ./apidocs && multilingual-tool convert --indir=src/typings --outdir=apidocs --includes=ts
  • updateVerInNdpnode ./script/updateVerInNdp.js