PkgRadar

Package evidence

[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.

Versions published
20
First published
Apr 2026
Publisher
seungw1n

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"}'
Publisherseungw1n
Artifact bytes936,682
Previous version1.2.3
Published2026-05-29T05:14:22.279Z
SHA-256d4606e6ad748651c18e6122049ea11d97f94a781e86de44f0ceb8f4f8111d458

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/src/lifecycle/manifest.jsArray-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
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/src/lifecycle/manifest.jsArray-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
lowCredential file accesspackage/dist/src/bot/claude-runner.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts7
  • buildtsc
  • devtsx bin/solosquad.ts
  • docs-checktsx scripts/check-docs-freshness.ts
  • prepublishOnlynpm run build && npm run docs-check
  • testnode --test --import tsx test/*.test.ts
  • test:corpusnode --test --import tsx test/validator-corpus.test.ts
  • validate-skillsnode dist/bin/solosquad.js agent validate --all && npm run test:corpus
Dependencies12
  • @slack/bolt^4.1.0
  • @slack/web-api^7.8.0
  • archiver^7.0.1
  • better-sqlite3^12.10.0
  • chalk^5.4.1
  • chokidar^4.0.3
  • commander^12.1.0
  • discord.js^14.26.4
  • dotenv^16.4.0
  • inquirer^12.3.0
  • js-yaml^4.1.0
  • node-cron^3.0.3