PkgRadar

Package evidence

@alicloud/[email protected]

Install Lifecycle Remote Or Exec: postinstall="node ./scripts/postinstall.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.

Weekly downloads
12,758Mainstream · −50% score
Versions published
214Mature · −50% score
First published
Nov 2020
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

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":["@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 bytes36,302
Previous version2.0.7
Published2026-05-28T10:25:06.844Z
SHA-25688b3419ad128bb3f1dd0d114a33166c0a1bf3a5e7cfa561977b4a135e284abcf

Why flagged

What the scanner saw

Install Lifecycle Remote Or Exec: postinstall="node ./scripts/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
2.0.8-beta.1Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node ./scripts/postinstall.js"30
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Remote Or Execpackage.jsonpostinstall="node ./scripts/postinstall.js"30
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./scripts/postinstall.js"5

Manifest

Package metadata

Scripts12
  • babelbreezr build --engine babel
  • babel:esmbreezr build --engine babel --es-module
  • buildnpm run version && npm run babel && npm run babel:esm && npm run types
  • build:webpackbreezr build --engine webpack
  • cleanrm -rf lib es dist types yarn.lock
  • postinstallnode ./scripts/postinstall.js
  • precommitnpm run version
  • pubpnpm publish
  • startstorybook dev -p 6006
  • storybookbreezr start-storybook
  • typestsc --emitDeclarationOnly -d --declarationDir ./types
  • versionnode -p "'export const version = \'' + require('./package.json').version + '\';'" > src/version.ts && git add src/version.ts
Dependencies12
  • @alicloud/alfa-core^1.5.12-beta.2
  • @alicloud/console-base-messenger^1.18.1
  • @alicloud/console-os-loader^1.4.45
  • @alicloud/widget-utils-console^0.1.6
  • @alicloud/xconsole-context^2.4.32
  • axios^0.21.4
  • classnames^2.2.6
  • crypto-js^4.1.1
  • events^3.3.0
  • lodash-es^4.17.21
  • prop-types^15.8.1
  • react-lazyload^3.2.1