PkgRadar

Package evidence

@epignosis_llc/[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.

Versions published
493Mature · −50% score
First published
Sep 2021
Publisher
xanderantoniadis

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":["@epignosis_llc/[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":["@epignosis_llc/[email protected]"],"fail_on":"review"}'
Artifact bytes2,502,806
Previous version6.6.19
Published2026-05-21T16:19:59.423Z
SHA-256fb2403d4ad4a998985682e5448d162bd3ea4c8623614fd790e945772591ab533

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/esm/node_modules/react-select/dist/Select-c7902d94.esm.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts14
  • buildnode -e "require('fs').rmSync('dist',{recursive:true,force:true})" && tsc --project tsconfig.build.json --emitDeclarationOnly && rollup --config
  • build:design-systemstorybook build -c .storybook -o design-system
  • check-typestsc --project tsconfig.check.json --noEmit
  • commitgit-cz
  • eslinteslint src
  • eslint:fixnpm run eslint -- --fix
  • prettierprettier -c src
  • prettier:formatprettier --write src
  • semantic-releasesemantic-release
  • startstorybook dev -p 6006
  • testjest
  • test:coveragejest --coverage
  • test:watchjest --watchAll
  • validatenpm run check-types && npm run eslint && npm run prettier && npm test
Dependencies14
  • @emotion/react^11.13.3
  • @tippyjs/react^4.2.6
  • ahooks^3.8.1
  • canvas^2.11.2
  • classnames^2.5.1
  • color^4.2.3
  • core-js^3.38.1
  • deepmerge^4.3.1
  • framer-motion^6.5.1
  • react-focus-lock2.13.7
  • react-modal^3.16.3
  • react-select^5.8.1
  • react-spinners^0.13.6
  • tslib^2.7.0