PkgRadar

Package evidence

@sprout_ai_labs/[email protected]

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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
102
Versions published
53
First published
Jan 2026
Publisher
sprout_lbjocson

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":["@sprout_ai_labs/[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":["@sprout_ai_labs/[email protected]"],"fail_on":"review"}'
Artifact bytes912,887
Previous version1.4.0
Published2026-06-02T09:56:10.049Z
SHA-256ae13513843b943f5563de0bdb21c177ef7eac41b1151347d1ccf5ef38b6c0624

Why flagged

What the scanner saw

Js Split Join Obfuscation: Array-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/sprout-sidekick.umd.cjsArray-of-single-tokens joined to form a string — used to obscure module names like require(["n","o","de",":","cr","yp","to"].join("")), defeating static require() analysis.40

Manifest

Package metadata

Scripts16
  • buildrun-p type-check build-lib
  • build-docsvitepress build docs
  • build-libvite build
  • devvite serve docs
  • docs:buildvitepress build docs
  • docs:devvitepress dev docs
  • docs:previewvitepress preview docs
  • formatprettier --write src/
  • linteslint . --fix
  • playgroundcd playground && npm run dev
  • playground:buildcd playground && npm run build
  • playground:previewcd playground && npm run preview
  • playground:setupcd playground && npm install
  • prepublishOnlynpm run build
  • test:unitvitest
  • type-checkvue-tsc --build --noEmit
Dependencies11
  • @iconify-icons/ph^1.2.5
  • @iconify/vue^5.0.0
  • @vueuse/core^13.6.0
  • design-system-next^2.28.1
  • emoji-regex^10.5.0
  • floating-vue^5.2.2
  • he^1.2.0
  • striptags^3.2.0
  • vee-validate^4.15.1
  • vue3-lottie^3.3.1
  • yup^1.7.0