PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
415
Versions published
93
First published
Mar 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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"}'
Artifact bytes939,902
Previous version0.17.3-rc.1
Published2026-05-20T02:44:15.967Z
SHA-256d3033ca35058d14886c707b9383ebe60887e9739966fb3a00831ea1acf776874

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/client/app.global.jsmatched "raw.githubusercontent.com"12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/client/app.global.jsmatched "raw.githubusercontent.com"12
lowObfuscation Densitypackage/dist/channel.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/dist/cli.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts25
  • buildtsup
  • build:clientmkdir -p dist/client/assets && cp src/client/assets/* dist/client/assets/ && npx esbuild src/client/app.tsx --bundle --format=iife --outfile=dist/client/app.global.js --target=es2020 --jsx=automatic --jsx-import-source=#jsx --alias:#jsx/jsx-runtime=./src/jsx-runtime.ts --define:__PLUGINS_ENABLED__=${PLUGINS_ENABLED:-true} --sourcemap && npx sass src/client/styles.scss dist/client/styles.css --style compressed --no-source-map && cat node_modules/@xterm/xterm/css/xterm.css >> dist/client/styles.css
  • build:pluginsfor d in plugins/*/; do if [ -f "$d/manifest.json" ]; then name=$(basename $d); mkdir -p dist/plugins/$name && npx esbuild $d/src/index.ts --bundle --format=esm --outfile=dist/plugins/$name/index.js --platform=node --target=node20 && cp $d/manifest.json dist/plugins/$name/; fi; done
  • cleanrm -rf dist node_modules/.cache
  • devnpm run build:client && npm run build:plugins && tsx --tsconfig tsconfig.json src/cli.ts --replace
  • dev:servernpm run build:client && npm run build:plugins && tsx --tsconfig tsconfig.json src/cli.ts --no-open --strict-port
  • linteslint src/
  • prepublishOnlynpm run build
  • releasebash scripts/release.sh
  • release:betabash scripts/release.sh --beta
  • release:beta:autobash scripts/release-beta-auto.sh
  • tauritauri
  • tauri:buildbash scripts/build-sidecar.sh && tauri build
  • tauri:build:localread -rsp "Password: " MYPASS && echo && TAURI_SIGNING_PRIVATE_KEY_PASSWORD=$MYPASS TAURI_SIGNING_PRIVATE_KEY=$(cat ~/.tauri/hotsheet.key) npm run tauri:build
  • tauri:cleanrm -rf src-tauri/target
  • tauri:devbash scripts/ensure-sidecar-stub.sh && tauri dev --no-watch
  • tauri:dev:watchbash scripts/ensure-sidecar-stub.sh && tauri dev
  • testvitest run --coverage
  • test:allbash scripts/test-all.sh
  • test:all-including-pluginsbash scripts/test-all-with-plugins.sh
  • test:e2eplaywright test
  • test:e2e:fastplaywright test --grep-invert 'live integration|GitHub credentials|GITHUB_PLUGIN|hasGithubCreds|ATTACHMENT_REPO|PLUGINS_ENABLED'
  • test:e2e:uiplaywright test --ui
  • test:fastvitest run && playwright test --grep-invert 'live integration|GitHub credentials|GITHUB_PLUGIN|hasGithubCreds|ATTACHMENT_REPO|PLUGINS_ENABLED'
  • test:watchvitest
Dependencies15
  • @electric-sql/pglite^0.3.15
  • @hono/node-server^1.19.9
  • @modelcontextprotocol/sdk^1.27.1
  • @xterm/addon-fit^0.11.0
  • @xterm/addon-search^0.16.0
  • @xterm/addon-serialize^0.14.0
  • @xterm/addon-web-links^0.12.0
  • @xterm/headless^6.0.0
  • @xterm/xterm^6.0.0
  • hono^4.12.2
  • kerfjs^0.8.0
  • marked^18.0.0
  • node-pty^1.1.0
  • ws^8.20.0
  • zod^4.3.6