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
- 2,568Niche · −30% score
- Versions published
- 79
- 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 "curl "
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 7 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/channel.js | matched "curl " | 12 |
| medium | Obfuscation Density | package/dist/cli.js | high encoded/escaped-token density | 12 |
Manifest
Package metadata
Scripts21
buildtsupbuild:clientmkdir -p dist/client && npx esbuild src/client/app.tsx --bundle --format=iife --outfile=dist/client/app.global.js --target=es2020 --sourcemap --jsx=automatic --jsx-import-source=kerfjs && npx esbuild src/client/history.tsx --bundle --format=iife --outfile=dist/client/history.global.js --target=es2020 --minify --sourcemap --jsx=automatic --jsx-import-source=kerfjs && npx sass src/client/styles.scss dist/client/styles.css --style compressed --no-source-mapcleanrm -rf dist node_modules/.cachedemo:capturenpm run build:client && tsx scripts/demo/capture-demo.tsdevnpm run build:client && tsx --tsconfig tsconfig.json src/cli.tsdev:servernpm run build:client && tsx --tsconfig tsconfig.json src/cli.ts --no-open --strict-portlinteslint src/prepublishOnlynpm run buildreleasebash scripts/release.shrelease:betabash scripts/release.sh --betatauritauritauri: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/glassbox.key) npm run tauri:buildtauri:cleanrm -rf src-tauri/targettauri:devbash scripts/tauri-dev.shtestvitest run --coveragetest:allbash scripts/test-all.shtest:e2enpx playwright testtest:e2e:dockerbash scripts/test-e2e-docker.shtest:smokebash tests/smoke/smoke-test.shtest:watchvitest
Dependencies7
@electric-sql/pglite^0.4.5@hono/node-server^1.19.9@modelcontextprotocol/sdk^1.29.0@resvg/resvg-wasm^2.6.2hono^4.12.2kerfjs^0.14.0zod^4.4.3