PkgRadar

Package evidence

@misterscan/[email protected]

Large Javascript Payload: 2169805 bytes

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
192
Versions published
6
First published
May 2026
Publisher
misterscan

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":["@misterscan/[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":["@misterscan/[email protected]"],"fail_on":"review"}'
Publishermisterscan
Artifact bytes2,529,515
Previous version1.2.2
Published2026-05-27T00:32:12.933Z
SHA-2563e06b05c3a835acba68b16002e908e271df90d8deae466c51b33923c0a036e61

Why flagged

What the scanner saw

Large Javascript Payload: 2169805 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/sesi.bundled.js2169805 bytes10

Manifest

Package metadata

Scripts16
  • buildtsc
  • build:exenode ./scripts/build-binaries.mjs
  • build:installernpm run build:exe && npm run msi:eula && npm run build:msi
  • build:mac:installernpm run build:exe && npm run build:mac:pkg
  • build:mac:pkgnode ./scripts/build-macos-pkg.mjs
  • build:msipowershell -NoProfile -ExecutionPolicy Bypass -Command "& 'C:\Program Files\WiX Toolset v7.0\bin\wix.exe' build .\SesiInstaller.wxs -o .\SesiInstaller.msi"
  • devnpm run lint && dotenvx run -- npm run build --watch
  • examplenode --no-deprecation example.js
  • example:ainode --no-deprecation example-ai.js
  • example:allbin/sesi.js examples.sesi
  • lintnpx eslint --fix
  • msi:eulapowershell -NoProfile -ExecutionPolicy Bypass -Command "& 'C:\Program Files\WiX Toolset v7.0\bin\wix.exe' eula accept wix7"
  • replnode dist/repl.js
  • testnpx ts-node tests/basic.test.ts && npx ts-node tests/module.test.ts && npx ts-node tests/cache.test.ts && npx ts-node tests/http.test.ts && npx ts-node tests/security.test.ts
  • test:watchnpm run lint && npx ts-node tests/basic.test.ts --watch
  • uploadnpm run build && npm publish --access public
Dependencies3
  • @dotenvx/dotenvx1.69.1
  • @dotenvx/dotenvx-ops0.51.0
  • @google/genai2.6.0