PkgRadar

Package evidence

[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
4
First published
Jun 2026
Publisher
vscoderwhy

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishervscoderwhy
Artifact bytes1,798,235
Previous version0.5.0
Published2026-06-14T16:06:36.717Z
SHA-2560f7da99d8fa51740d9d9c9acd81b54e52f3e457cab60e37c3389af192ec6e9b9

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"vscoderwhy","burst_same_day":2,"burst_week":3,"lure":null,"version_anomaly":false,"new_account":false}

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"vscoderwhy","burst_same_day":2,"burst_week":3,"lure":null,"version_anomaly":false,"new_account":false}10
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"vscoderwhy","burst_same_day":2,"burst_week":3,"lure":null,"version_anomaly":false,"new_account":false}10
lowObfuscation Densitypackage/dist/collection/components/Cascader/Cascader.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/collection/components/Form/Form.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts17
  • buildstencil build && node patch-react-lib.js && node copy-docs.js
  • changesetchangeset
  • copy-docsnode copy-docs.js
  • docs:buildvitepress build docs
  • docs:deploybash scripts/deploy-docs.sh
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • generatestencil generate
  • linteslint src/ --ext .ts,.tsx
  • lint:fixeslint src/ --ext .ts,.tsx --fix
  • prestartnpm run build
  • releasechangeset publish
  • smoke:cross-browsernode scripts/cross-browser-smoke.mjs
  • startstencil build --dev --watch --serve
  • teststencil test --spec --e2e
  • test.watchstencil test --spec --e2e --watchAll
  • versionchangeset version