PkgRadar

Package evidence

@alicloud/[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.

Weekly downloads
1,318Niche · −30% score
Versions published
326Mature · −50% score
First published
Nov 2019
Publisher
console-fe

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":["@alicloud/[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":["@alicloud/[email protected]"],"fail_on":"review"}'
Publisherconsole-fe
Artifact bytes2,569,548
Previous version2.4.3-beta.1
Published2026-05-29T03:48:09.354Z
SHA-256e1ab8a71c33675f3c8c71c3198c212bf667507c9f6657b66cd613fa58a8cc12c

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
2.4.3Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts30
  • // 单元测试npm run cy:open
  • // 构建被 prepublishOnly 使用
  • bootrm -rf node_modules && npm i
  • build-in-localenpm run prepublishOnly
  • build:allnpm run check-fusion-version && concurrently --kill-others-on-fail --success all "npm:build:esm" "npm:build:cjs" "npm:build:types" "npm:build:css"
  • build:bundlebreezr build --engine webpack
  • build:bundle:xconsolebreezr build --engine webpack --config ./breezr.config.xconsole.js
  • build:cjstsc -p src --outDir build/cjs --module commonjs --declaration false --declarationMap false --sourceMap false
  • build:cssnode ./scripts/build-css.mjs
  • build:docxpkg build:doc
  • build:esmtsc -p src --outDir build/esm --module es2015 --declaration false --declarationMap false --sourceMap false
  • build:typestsc -p src --outDir build/types --declaration --emitDeclarationOnly --declarationMap false
  • bump-verchangeset pre exit ; changeset add && changeset version
  • bump-ver:alphachangeset pre exit ; changeset pre enter alpha && changeset add && changeset version
  • bump-ver:betanpm run update-theme && (changeset pre exit ; changeset pre enter beta) && changeset add && changeset version
  • changesetchangeset
  • check-fusion-versionnode ./scripts/check-fusion-version.js
  • cleanrm -rf build dist esm lib types
  • cy:opencross-env NODE_ENV=test cypress open
  • devstorybook dev -p 6006
  • gene-defnode ./scripts/gene-css-def.mjs
  • preparehusky
  • prepublishOnlynpm run clean && npm run build:all && echo "Prepare package successfully!" && node ./scripts/prepare.js --trace-warnings --unhandled-rejections=strict
  • test:coveragenyc cypress run --component
  • test:cypressnpx cypress run --component
  • test:visualjest --config ./jest.config.js --no-cache
  • test:visual:diffnode tests/scripts/visual-diff.mjs
  • test:visual:imagesNODE_ENV=test jest --config ./jest.images.js --no-cache --maxWorkers=4
  • test:visual:with-servernode tests/scripts/start-test-server.js jest --config ./jest.images.js --no-cache --maxWorkers=4
  • update-themenode ./scripts/update-theme.mjs && npm run gene-def
Dependencies8
  • @alicloud/react-hook-controllable^1.2.0
  • @alifd/next~1.27.30
  • classnames^2.3.2
  • cross-env^7.0.3
  • dayjs^1.11.7
  • hoist-non-react-statics^3.3.2
  • react-loading-skeleton^3.0.0
  • ts-node-dev^2.0.0