PkgRadar

Package evidence

@sgrsoft/[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
1,381Niche · −30% score
Versions published
108
First published
Jan 2026
Publisher
sgrsoft-inc

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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@sgrsoft/[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":["@sgrsoft/[email protected]"],"fail_on":"review"}'
Publishersgrsoft-inc
Artifact bytes535,407
Previous version2.4.14
Published2026-06-05T06:28:42.005Z
SHA-2565c045d2316e3ce6306e817b90fb67eeec7657c97596202e8349abdb8703ed044

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

low
Last checked
lowRisk
0Score
2.4.16Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowObfuscation Densitypackage/dist/vpe-react-sdk.umd.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts13
  • buildtsc -b && VPE_BUILD_FORMAT=es vite build && VPE_BUILD_FORMAT=umd vite build
  • build:examplevite build -c vite.config.example.ts
  • deploy:examplepnpm build:example && firebase deploy --only hosting:vpe2-demo --project live24-player-v3
  • devvite --host
  • fb deployfirebase deploy --only hosting:vpe2-demo --project live24-player-v3
  • linteslint .
  • previewvite preview
  • releasepnpm add -w @sgrsoft/vpe-core-sdk@latest && pnpm add -w @sgrsoft/vpe-react-ui@latest && tsc -b && VPE_BUILD_FORMAT=es vite build && VPE_BUILD_FORMAT=umd vite build && release-it patch --only-version
  • release Privaterelease-it patch --only-version --access=restricted
  • release:betatsc -b && VPE_BUILD_FORMAT=es vite build && VPE_BUILD_FORMAT=umd vite build && release-it --preRelease=beta
  • release:beta Privaterelease-it --preRelease=beta --access=restricted
  • release:hotfixpnpm add -w @sgrsoft/vpe-core-sdk@latest && pnpm add -w @sgrsoft/vpe-react-ui@latest && tsc -b && VPE_BUILD_FORMAT=es vite build && VPE_BUILD_FORMAT=umd vite build && PKG=$(node -p "require('./package.json').name+'@'+require('./package.json').version") && echo "unpublishing $PKG ..." && npm unpublish "$PKG" && echo "republishing $PKG via release-it ..." && release-it --ci --no-increment --no-git --no-github
  • serve:umdvpeUmdVersion=2.0.0 ./webtest.sh
Dependencies5
  • @sgrsoft/vpe-core-sdk^0.24.0
  • @sgrsoft/vpe-react-ui^0.7.0
  • framer-motion^12.23.26
  • prismjs^1.30.0
  • react-icons^5.5.0