PkgRadar

Package evidence

@scenid/[email protected]

Obfuscation Density: high encoded/escaped-token density

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@scenid/[email protected]"],"fail_on":"high"}'

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":["@scenid/[email protected]"],"fail_on":"high"}'
Publisherdennyk
Artifact bytes2,108,164
Previous version6.5.0
Published2026-05-20T14:15:51.531Z
SHA-256669cc50235cf1823c2cc79dbf391a1231ac5edbbcdef6c5820df22d7cb362ed5

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

high
Last checked
highRisk
60Score
6.6.0Version
Status history (1 event)
  1. newavailable · risk high · score 60 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

dennyk

2 members · evidence strength 56

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.cjs.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.esm.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
Show all 8 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/index.cjshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.cjs.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.esm.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/index.jshigh encoded/escaped-token density12
lowObfuscationpackage/dist/index.cjsmatched "\\x00"3
lowObfuscationpackage/dist/index.cjs.jsmatched "\\x00"3
lowObfuscationpackage/dist/index.esm.jsmatched "\\x00"3
lowObfuscationpackage/dist/index.jsmatched "\\x00"3

Manifest

Package metadata

Scripts14
  • buildrollup -c
  • build-storybookstorybook build
  • git:pushallgit push && git push --tags
  • linteslint src/ --ext .js,.jsx
  • lint:fixeslint src/ --fix --ext .js,.jsx
  • prepublishOnlyyarn build
  • start:devfirebase emulators:start
  • storybookstorybook dev -p 6006
  • storybook:buildstorybook build
  • storybook:deployyarn storybook:build && firebase deploy
  • version:majornpm version major && yarn git:pushall
  • version:minornpm version minor && yarn git:pushall
  • version:patchnpm version patch && yarn git:pushall
  • watchcross-env STORYBOOK_NODE_ENV=development storybook dev -p 6006
Dependencies13
  • ajv^8.18.0
  • classnames^2.3.1
  • eventemitter3^4.0.7
  • fast-deep-equal^3.1.3
  • format-string-by-pattern^1.2.2
  • highlight.js^11.9.0
  • lodash^4.17.23
  • micromustache^8.0.3
  • react-dropzone^14.2.1
  • react-markdown^8.0.3
  • rehype-highlight^5.0.2
  • remark-gfm^3.0.1
  • validator^13.15.26