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
43
First published
Apr 2026
Publisher
friuns

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"}'
Publisherfriuns
Artifact bytes1,295,863
Previous version0.1.122
Published2026-05-26T05:48:58.072Z
SHA-256c36f69540178a9992e74734affa0cd12ede17ace72af870a3352b0e8bae50ee4

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist-cli/index.jshigh encoded/escaped-token density12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumObfuscation Densitypackage/dist-cli/index.jshigh encoded/escaped-token density12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/fix-pty-native-build.cjs"5

Manifest

Package metadata

Scripts11
  • buildpnpm run build:frontend && pnpm run build:cli
  • build:clitsup
  • build:frontendvue-tsc --noEmit && vite build
  • devnode scripts/dev.cjs
  • dev2node scripts/dev-random-home.cjs
  • dev:openpnpm run build:cli && sh -c 'pnpm run dev & VPID=$!; node dist-cli/index.js --open-project "${1:-.}"; wait $VPID' --
  • postinstallnode scripts/fix-pty-native-build.cjs
  • previewvite preview
  • profile:browsernode scripts/profile-browser-runtime.cjs
  • profile:threadPROFILE_ROUTE='#/thread/019da7c0-4e12-7a91-837c-f7c11cc8ab6c' node scripts/profile-browser-runtime.cjs
  • test:unitvitest run
Dependencies9
  • @composio/client0.1.0-alpha.66
  • @xterm/addon-fit^0.11.0
  • @xterm/xterm^6.0.0
  • commander^13.1.0
  • express^5.1.0
  • firebase^12.2.1
  • highlight.js^11.11.1
  • qrcode-terminal^0.12.0
  • ws^8.18.3