PkgRadar

Package evidence

@pfct/[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
354
Versions published
100Mature · −50% score
First published
Mar 2024
Publisher
ddubbu

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":["@pfct/[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":["@pfct/[email protected]"],"fail_on":"review"}'
Publisherddubbu
Artifact bytes3,072,768
Previous version1.3.8-rc.1
Published2024-06-14T04:05:32.430Z
SHA-25672a9cb0f657e909faf6d471bc2b5585a1d957245a7e0b5f1235c9ae2af2f1de3

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
20Score
1.3.8-rc.2Version
Status history (1 event)
  1. newavailable · risk review · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/.build-storybook/9469.3298ca9c.iframe.bundle.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 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/.build-storybook/9469.3298ca9c.iframe.bundle.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
lowObfuscation Densitypackage/.build-storybook/4463.3b9d4be9.iframe.bundle.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/.build-storybook/sb-manager/chunk-CGFORC26.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/.build-storybook/sb-manager/formatter-S4K5WUZV-X2U232II.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/.build-storybook/sb-addons/essentials-controls-1/manager-bundle.mjshigh encoded/escaped-token density0
lowObfuscation Densitypackage/.build-storybook/sb-addons/interactions-8/manager-bundle.mjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts18
  • build:before-releaseyarn lint && yarn lint:css && yarn tsc
  • generated-icon:exportcd src/Icon && ts-node utils/generate-exports.ts
  • generated-icon:mainyarn generated-icon:svgr && yarn generated-icon:export
  • generated-icon:svgrcd src/Icon && npx @svgr/cli --template utils/svgr-cli.template.js --config-file utils/.svgrrc svgs/*.svg --out-dir generated --ext tsx
  • generated-icon:tsccd src/Icon && yarn tsc utils/svgr-cli.template.ts
  • linteslint 'src/**/*.{ts,tsx}'
  • lint:cssstylelint 'src/**/*.{ts,tsx}'
  • preparehusky install
  • release:asstandard-version --release-as
  • release:majorstandard-version --release-as major
  • release:minorstandard-version --release-as minor
  • release:npm-testnpx standard-version --prerelease npm-test
  • release:patchstandard-version --release-as patch
  • release:rcnpx standard-version --prerelease rc
  • storybookstorybook dev -p 6006
  • storybook:buildstorybook build -o .build-storybook
  • testjest --testPathIgnorePatterns '<rootDir>/e2e'
  • tsctsc
Dependencies12
  • @emotion/core10.1.1
  • @emotion/css^11.9.0
  • @emotion/react^11.8.2
  • @emotion/styled^11.8.1
  • @emotion/styled-base^10.3.0
  • @tippyjs/react^4.2.6
  • lottie-web^5.10.2
  • react^17.0.1
  • react-dom^17.0.1
  • react-intersection-observer^9.4.3
  • react-router-dom^6.11.1
  • rifm^0.12.1
Optional dependencies19
  • @commitlint/config-conventional^17.7.0
  • @emotion/babel-preset-css-prop^11.11.0
  • @emotion/eslint-plugin^11.7.0
  • @testing-library/jest-dom^5.16.5
  • @testing-library/react^12.1.5
  • @testing-library/user-event^14.4.3
  • @typescript-eslint/eslint-plugin^5.23.0
  • @typescript-eslint/parser^5.30.0
  • eslint^8.38.0
  • eslint-config-prettier^8.5.0
  • eslint-plugin-import^2.25.3
  • eslint-plugin-jest^26.1.4
  • eslint-plugin-jest-formatting^3.1.0
  • eslint-plugin-prettier^4.2.1
  • eslint-plugin-react^7.33.1
  • eslint-plugin-react-hooks^4.5.0
  • eslint-plugin-testing-library^5.3.1
  • identity-obj-proxy^3.0.0
  • jest^27.5.1