PkgRadar

Package evidence

@eidola.app/[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
2
First published
Jun 2026
Publisher
ayejk

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":["@eidola.app/[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":["@eidola.app/[email protected]"],"fail_on":"review"}'
Publisherayejk
Artifact bytes291,125
Previous version0.2.0
Published2026-06-20T07:23:48.699Z
SHA-2561ccb77e1d2b8434c94ee14af4fdf946ee7bbc126b7d8e03d0fe0d5808aa598ee

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highJs Split Join Obfuscationpackage/dist/shrine/renderer/assets/index-DK53vjQa.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
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"ayejk","burst_same_day":0,"burst_week":0,"lure":null,"version_anomaly":false,"new_account":true}10

Manifest

Package metadata

Scripts6
  • buildnode scripts/prepare-dist.mjs
  • build:tsctsc -p tsconfig.json
  • checkpnpm run build && vitest run
  • devtsc -p tsconfig.json --watch
  • prepublishOnlypnpm run build
  • testvitest run
Dependencies5
  • @modelcontextprotocol/sdk^1.29.0
  • js-yaml^4.1.0
  • lottie-web^5.13.0
  • three^0.176.0
  • zod^4.4.3