PkgRadar

Package evidence

@industry-theme/[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
4,194Niche · −30% score
Versions published
269
First published
Dec 2025
Publisher
fernando-ram-lugo

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":["@industry-theme/[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":["@industry-theme/[email protected]"],"fail_on":"review"}'
Artifact bytes7,885,378
Previous version0.5.137
Published2026-05-27T23:15:54.803Z
SHA-256b53cb726a77cc03679c604bd5e97c8bfd0b4057f42add8ff0ca245b323d2af8c

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/chunk-4TB4RGXK-sENdrVGP.jshigh encoded/escaped-token density12
mediumLarge Javascript Payloadpackage/dist/index-Dst6rLnW.js9477240 bytes10

Manifest

Package metadata

Scripts15
  • buildbun run clean && bun run build:panel && bun run build:tools && bun run build:types
  • build-storybookstorybook build
  • build:panelNODE_ENV=production vite build
  • build:toolsbun build ./src/tools/index.ts --outfile ./dist/tools.bundle.js --format esm --target browser
  • build:typestsc --project tsconfig.build.json --emitDeclarationOnly --declaration --declarationMap
  • cleanrm -rf dist
  • devvite build --watch
  • formatprettier --write .
  • format:checkprettier --check .
  • linteslint . --ext .ts,.tsx
  • lint:fixeslint . --ext .ts,.tsx --fix
  • storybookstorybook dev -p 6006
  • testbun test
  • test:watchbun test --watch
  • typechecktsc --noEmit
Dependencies2
  • clsx^2.1.1
  • fuse.js^7.3.0