PkgRadar

Package evidence

@bluevolt-tech/[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
1
First published
May 2026
Publisher
andersonmendezbv

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":["@bluevolt-tech/[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":["@bluevolt-tech/[email protected]"],"fail_on":"review"}'
Artifact bytes133,602
Previous versionnone
Published2026-05-26T17:51:56.323Z
SHA-2561fbcacf05ebef20da7095f00ecf90a011bcf01be375fdeb0451f9b7c60f03051

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist/components/bv-checkbox/bv-checkbox.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/components/bv-course-detail-modal/bv-course-detail-modal.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/components/bv-course-grid-card/bv-course-grid-card.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/components/bv-course-list-card/bv-course-list-card.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/components/bv-filter-panel/bv-filter-panel.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/components/bv-modal/bv-modal.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/components/bv-portal-header/bv-portal-header.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/components/bv-table/bv-table.jshigh encoded/escaped-token density12
mediumObfuscation Densitypackage/dist/components/bv-user-row/bv-user-row.jshigh encoded/escaped-token density12

Manifest

Package metadata

Scripts19
  • buildnpm run build:tokens && npm run build:components && npm run build:types && npm run build:static
  • build-storybooknode scripts/generate-changelog.js && storybook build --config-dir storybook/.storybook
  • build:componentsnode build.mjs
  • build:staticnode scripts/copy-static.js
  • build:tokensnode tokens/style-dictionary.config.cjs
  • build:typestsc --project tsconfig.build.json
  • changelognode scripts/generate-changelog.js
  • formatprettier --write components builder
  • format:checkprettier --check components builder
  • linteslint components builder
  • lint:fixeslint components builder --fix
  • preparehusky
  • prepublishOnlynpm run build
  • servevite preview --port 4173 --host --strictPort
  • storybookstorybook dev -p 6006 --config-dir storybook/.storybook
  • testvitest run
  • test:watchvitest
  • tunnelnpx localtunnel --port 4173
  • validate:screensnode scripts/validate-screens.js