PkgRadar

Package evidence

@kdcloudjs/[email protected]

Obfuscation Density: high encoded/escaped-token density

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
196
Versions published
101Mature · −50% score
First published
Jan 2022
Publisher
kingofchina

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":["@kdcloudjs/[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":["@kdcloudjs/[email protected]"],"fail_on":"review"}'
Publisherkingofchina
Artifact bytes1,493,405
Previous version1.2.2-canary.18
Published2026-04-16T11:41:37.899Z
SHA-2562cb4ce1c6b06d82730d400a67f6407521154f0b51239ac664e0db6ef40d04422

Why flagged

What the scanner saw

Obfuscation Density: high encoded/escaped-token density

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/es/table/base/styles.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/lib/table/base/styles.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/dist/@kdcloudjs/table.js2320189 bytes0

Manifest

Package metadata

Scripts24
  • buildnpm run compile && cross-env NODE_OPTIONS='--max-old-space-size=4096' npm run dist
  • changelogconventional-changelog -p angular -i CHANGELOG.md -s --skip-unstable
  • cleanrimraf _data && rimraf _site
  • compilegulp compile
  • distnode build/bin/dist.js
  • kd-uinpm install @kingdee-ui/kui --registry http://npm.kingdee.com/
  • lintnpm run tsc && npm run lint:script && npm run lint:style
  • lint-fix:scriptnpm run lint:script -- --fix
  • lint-fix:stylenpm run lint:style -- --fix
  • lint:scripteslint --ext .tsx,.ts,.js,.jsx ./components ./site
  • lint:stylestylelint "{site,components}/**/*.less" --syntax less
  • newnode scripts/create-component.js
  • pubnpm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --no-tests
  • pub:canarynpm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=canary
  • pub:canary-hotfixnpm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=canaryHotFix
  • sitenpm run tsc && bisheng build -c ./site/bisheng.config.js
  • startnpm run clean && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js
  • testjest --config .jest.js --cache=false
  • test:allnpm run lint && npm run test
  • test:cijest --config .jest.js --coverage --ci --update-snapshot
  • test:coveragenpm run test -- --coverage
  • test:reportjest --config .jest.js --coverage & open ./coverage/lcov-report/index.html
  • test:updatejest --config .jest.js --cache=false -u
  • tsctsc --noEmit
Dependencies11
  • @babel/runtime^7.10.4
  • @babel/runtime-corejs3^7.11.2
  • @popperjs/core^2.9.1
  • classnames^2.2.6
  • core-js^3.16.1
  • css-vars-ponyfill^2.4.3
  • lodash^4.17.20
  • regenerator-runtime^0.13.9
  • resize-observer-polyfill^1.5.1
  • rxjs^6.6.3
  • styled-components^5.2.1