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
- 782
- Versions published
- 96Established · −30% score
- First published
- Nov 2025
- Publisher
- sroussey
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Looks clean — keep monitoringNo high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.
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":["@workglow/[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":["@workglow/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
No high-signal static finding in the saved report.
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 low · score 0 · status changed
Evidence
Static findings
No findings stored for this release.
Manifest
Package metadata
Scripts21
build-cleanrm -fr dist/* tsconfig.tsbuildinfobuild-jq-browserbun build --target=browser --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/browser.tsbuild-jq-bunbun build --target=bun --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/bun.tsbuild-jq-nodebun build --target=node --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/node.tsbuild-jsconcurrently -c 'auto' -n 'storage-br,storage-n,storage-bu,jq-br,jq-n,jq-bu' 'bun run build-storage-browser' 'bun run build-storage-node' 'bun run build-storage-bun' 'bun run build-jq-browser' 'bun run build-jq-node' 'bun run build-jq-bun'build-packagebun run build-js && bun run build-typesbuild-storage-browserbun build --target=browser --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/browser.tsbuild-storage-bunbun build --target=bun --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/bun.tsbuild-storage-nodebun build --target=node --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/node.tsbuild-typesrm -f tsconfig.tsbuildinfo && tsgolinteslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0testbun testwatchconcurrently -c 'auto' 'bun:watch-*'watch-jq-browserbun build --watch --no-clear-screen --target=browser --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/browser.tswatch-jq-bunbun build --watch --no-clear-screen --target=bun --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/bun.tswatch-jq-nodebun build --watch --no-clear-screen --target=node --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/node.tswatch-jsconcurrently -c 'auto' -n 'storage-br,storage-n,storage-bu,jq-br,jq-n,jq-bu' 'bun run watch-storage-browser' 'bun run watch-storage-node' 'bun run watch-storage-bun' 'bun run watch-jq-browser' 'bun run watch-jq-node' 'bun run watch-jq-bun'watch-storage-browserbun build --watch --no-clear-screen --target=browser --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/browser.tswatch-storage-bunbun build --watch --no-clear-screen --target=bun --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/bun.tswatch-storage-nodebun build --watch --no-clear-screen --target=node --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/node.tswatch-typestsc --watch --preserveWatchOutput