PkgRadar

Package evidence

[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
105
Versions published
27
First published
Mar 2026
Publisher
runwork-oytun

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":["[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"}'
Publisherrunwork-oytun
Artifact bytes397,232
Previous version0.12.0
Published2026-05-27T15:40:31.693Z
SHA-25635a9799013f7ffe86b96e78bec36215e16f77d243bf5338e844daafc724a8310

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.13.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

Scripts13
  • buildbun run prebuild && tsc
  • build:binariesbun run scripts/build-binaries.ts
  • build:binarybun run prebuild && bun build src/index.ts --compile --outfile dist/runwork
  • devtsc --watch
  • prebuildcd ../framework && bun run build && cd ../runwork-cli && mkdir -p bundled-types && cp ../framework/dist/*.d.ts bundled-types/ && cp -r ../framework/dist/shared bundled-types/shared 2>/dev/null; cp -r ../framework/dist/task-delegation bundled-types/task-delegation 2>/dev/null; bun run scripts/embed-types.ts
  • prepublishOnlybun run prebuild && tsc
  • releasenpm publish && npm dist-tag add runwork@$(node -p "require('./package.json').version") next
  • release:binariesbun run scripts/release-binaries.ts
  • release:binaries:uploadbun run scripts/release-binaries.ts --skip-build
  • release:fullbun run release && bun run scripts/release-binaries.ts
  • testvitest run
  • test:localRUNWORK_TEST_LOCAL_AGENTS=1 vitest run
  • typechecktsc --noEmit
Dependencies7
  • @clack/prompts^1.1.0
  • chokidar^4.0.0
  • commander^13.0.0
  • fflate^0.8.2
  • open^10.0.0
  • picocolors^1.1.1
  • smol-toml^1.6.1