Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Credential file access: matched ".azure"
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 high · score 132 · status changed
Related candidates
Linked campaigns and clusters
sroussey
3 members · evidence strength 66Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/browser.js | matched ".azure" | 30 |
| high | Credential file access | package/dist/bun.js | matched ".azure" | 30 |
| high | Credential file access | package/dist/electron.js | matched ".azure" | 30 |
| high | Credential file access | package/dist/node.js | matched ".azure" | 30 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/browser.js | matched ".azure" | 30 |
| high | Credential file access | package/dist/bun.js | matched ".azure" | 30 |
| high | Credential file access | package/dist/electron.js | matched ".azure" | 30 |
| high | Credential file access | package/dist/node.js | matched ".azure" | 30 |
| low | Obfuscation | package/dist/browser.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/bun.js | matched "\\u2026" | 3 |
| low | Obfuscation | package/dist/electron.js | matched "Buffer.from(base64, \"base64" | 3 |
| low | Obfuscation | package/dist/node.js | matched "Buffer.from(base64, \"base64" | 3 |
Manifest
Package metadata
Scripts17
build-browserbun build --target=browser --sourcemap=external --packages=external --outdir ./dist ./src/browser.tsbuild-bunbun build --target=bun --sourcemap=external --packages=external --outdir ./dist ./src/bun.tsbuild-cleanrm -fr dist/* tsconfig.tsbuildinfobuild-electronbun build --target=node --sourcemap=external --packages=external --outdir ./dist ./src/electron.tsbuild-jsconcurrently -c 'auto' -n 'browser,node,bun,electron' 'bun run build-browser' 'bun run build-node' 'bun run build-bun' 'bun run build-electron'build-nodebun build --target=node --sourcemap=external --packages=external --outdir ./dist ./src/node.tsbuild-packageconcurrently -c 'auto' -n 'browser,node,bun,electron,types' 'bun run build-browser' 'bun run build-node' 'bun run build-bun' 'bun run build-electron' 'bun run build-types'build-typesrm -f tsconfig.tsbuildinfo && tsgolinteslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0testbun testwatchconcurrently -c 'auto' 'bun:watch-*'watch-browserbun build --watch --no-clear-screen --target=browser --sourcemap=external --packages=external --outdir ./dist ./src/browser.tswatch-bunbun build --watch --no-clear-screen --target=bun --sourcemap=external --packages=external --outdir ./dist ./src/bun.tswatch-electronbun build --watch --no-clear-screen --target=node --sourcemap=external --packages=external --outdir ./dist ./src/electron.tswatch-jsconcurrently -c 'auto' -n 'browser,node,bun,electron' 'bun run watch-browser' 'bun run watch-node' 'bun run watch-bun' 'bun run watch-electron'watch-nodebun build --watch --no-clear-screen --target=node --sourcemap=external --packages=external --outdir ./dist ./src/node.tswatch-typestsc --watch --preserveWatchOutput
Dependencies2
ipaddr.js^2.4.0undici^8.3.0
Optional dependencies1
papaparse^5.5.3