PkgRadar

Package evidence

@deskpro/[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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
9
Versions published
11Established · −30% score
First published
Oct 2019
Publisher
jducro

Effective trust discount applied: 30% (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":["@deskpro/[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":["@deskpro/[email protected]"],"fail_on":"review"}'
Publisherjducro
Artifact bytes3,517,321
Previous version0.1.3
Published2019-10-09T14:50:54.370Z
SHA-25646f33adf893ec03538ae035b72322e10e0ed89cf07760560516cc6d964c0c7d0

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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

Availability ledger

available

review
Last checked
reviewRisk
28Score
0.2.0Version
Status history (1 event)
  1. newavailable · risk review · score 28 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/storybook-static/sb_dll/storybook_ui_dll.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/storybook-static/sb_dll/storybook_ui_dll.jsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40
lowLarge Javascript Payloadpackage/storybook-static/vendors~main.6ffd345efe3ab2972fda.bundle.js4961650 bytes0

Manifest

Package metadata

Scripts21
  • buildnpm run clean && npm run build:dist
  • build-storybookbuild-storybook
  • build:cjsBABEL_ENV=legacy-cjs babel src --out-dir dist --copy-files --ignore '**/*.test.js'
  • build:distnpm run build:cjs && npm run build:es && npm run build:modern
  • build:docscp css/icon-mart.css docs && webpack --config ./docs/webpack.config.js
  • build:esBABEL_ENV=legacy-es babel src --out-dir dist-es --copy-files --ignore '**/*.test.js'
  • build:modernbabel src --out-dir dist-modern --copy-files --ignore '**/*.test.js'
  • changelogauto-changelog
  • cleanrm -rf dist/ dist-es/ dist-modern/
  • deploy-storybookstorybook-to-ghpages
  • preparenpm run build:dist
  • prepublishOnlynpm run build
  • prettierprettier --write "{src,scripts}/**/*.js"
  • prettier:checkprettier --check "{src,scripts}/**/*.js"
  • react:14npm run react:clean && npm i react@^0.14 react-dom@^0.14 react-addons-test-utils@^0.14 --save-dev
  • react:15npm run react:clean && npm i react@^15 react-dom@^15 react-addons-test-utils@^15 --save-dev
  • react:cleanrimraf node_modules/{react,react-dom,react-addons-test-utils}
  • startnpm run watch
  • storybookstart-storybook -p 6006
  • testnpm run clean && jest
  • watchBABEL_ENV=cjs babel src --watch --out-dir dist --copy-files --ignore '**/*.test.js'
Dependencies7
  • @storybook/storybook-deployer^2.8.1
  • babel-plugin-convert-to-json^0.1.0
  • classnames^2.2.6
  • pre-commit^1.2.2
  • prop-types^15.6.0
  • react-color^2.17.3
  • react-dropzone^10.1.10