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
495
Versions published
24
First published
May 2026
Publisher
sroussey

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 bytes136,310
Previous version0.3.13
Published2026-06-12T22:08:42.770Z
SHA-25644765726123b9f344b4065d8dfd2cc305ea647e664750d063ad2676fc267441c

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.14Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • 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-node-bunbun build --target=node --sourcemap=external --packages=external --outdir ./dist/job-queue ./src/job-queue/node.ts
  • build-jsconcurrently -c 'auto' -n 'storage-br,storage-nb,jq-br,jq-nb' 'bun run build-storage-browser' 'bun run build-storage-node-bun' 'bun run build-jq-browser' 'bun run build-jq-node-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-node-bunbun 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-node-bunbun 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-nb,jq-br,jq-nb' 'bun run watch-storage-browser' 'bun run watch-storage-node-bun' 'bun run watch-jq-browser' 'bun run watch-jq-node-bun'
  • watch-storage-browserbun build --watch --no-clear-screen --target=browser --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/browser.ts
  • watch-storage-node-bunbun build --watch --no-clear-screen --target=node --sourcemap=external --packages=external --outdir ./dist/storage ./src/storage/node.ts
  • watch-typestsc --watch --preserveWatchOutput
Dependencies1
  • @supabase/supabase-js^2.107.0