PkgRadar

Package evidence

@workglow/[email protected]

no findings

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 monitoring

No 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"}'
Publishersroussey
Artifact bytes240,047
Previous version0.3.0
Published2026-05-21T05:50:37.658Z
SHA-2565c32899d91e10e49f25b2ec31b72c5d78dbef3f67066389af35f474777797bc3

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

low
Last checked
lowRisk
0Score
0.3.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts21
  • build-cleanrm -fr dist/* tsconfig.tsbuildinfo
  • build-jq-browserbun build --target=browser --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/browser.ts
  • build-jq-bunbun build --target=bun --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/bun.ts
  • build-jq-nodebun build --target=node --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/node.ts
  • build-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-types
  • build-storage-browserbun build --target=browser --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/browser.ts
  • build-storage-bunbun build --target=bun --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/bun.ts
  • build-storage-nodebun build --target=node --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/node.ts
  • build-typesrm -f tsconfig.tsbuildinfo && tsgo
  • linteslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0
  • testbun test
  • watchconcurrently -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.ts
  • watch-jq-bunbun build --watch --no-clear-screen --target=bun --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/bun.ts
  • watch-jq-nodebun build --watch --no-clear-screen --target=node --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/node.ts
  • watch-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.ts
  • watch-storage-bunbun build --watch --no-clear-screen --target=bun --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/bun.ts
  • watch-storage-nodebun build --watch --no-clear-screen --target=node --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/node.ts
  • watch-typestsc --watch --preserveWatchOutput