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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 3 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/client/app.global.js | matched "raw.githubusercontent.com" | 12 |
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/client/app.global.js | matched "raw.githubusercontent.com" | 12 |
| low | Obfuscation Density | package/dist/channel.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/dist/cli.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts25
buildtsupbuild: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.cssbuild: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; donecleanrm -rf dist node_modules/.cachedevnpm run build:client && npm run build:plugins && tsx --tsconfig tsconfig.json src/cli.ts --replacedev:servernpm run build:client && npm run build:plugins && tsx --tsconfig tsconfig.json src/cli.ts --no-open --strict-portlinteslint src/prepublishOnlynpm run buildreleasebash scripts/release.shrelease:betabash scripts/release.sh --betarelease:beta:autobash scripts/release-beta-auto.shtauritauritauri:buildbash scripts/build-sidecar.sh && tauri buildtauri:build:localread -rsp "Password: " MYPASS && echo && TAURI_SIGNING_PRIVATE_KEY_PASSWORD=$MYPASS TAURI_SIGNING_PRIVATE_KEY=$(cat ~/.tauri/hotsheet.key) npm run tauri:buildtauri:cleanrm -rf src-tauri/targettauri:devbash scripts/ensure-sidecar-stub.sh && tauri dev --no-watchtauri:dev:watchbash scripts/ensure-sidecar-stub.sh && tauri devtestvitest run --coveragetest:allbash scripts/test-all.shtest:all-including-pluginsbash scripts/test-all-with-plugins.shtest:e2eplaywright testtest:e2e:fastplaywright test --grep-invert 'live integration|GitHub credentials|GITHUB_PLUGIN|hasGithubCreds|ATTACHMENT_REPO|PLUGINS_ENABLED'test:e2e:uiplaywright test --uitest: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.0hono^4.12.2kerfjs^0.8.0marked^18.0.0node-pty^1.1.0ws^8.20.0zod^4.3.6