PkgRadar

Package evidence

@serverlessworkflow/[email protected]

Large Javascript Payload: 2833631 bytes

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.

Versions published
1
First published
May 2026
Publisher
fabrizio.antonangeli

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@serverlessworkflow/[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":["@serverlessworkflow/[email protected]"],"fail_on":"review"}'
Artifact bytes1,857,315
Previous versionnone
Published2026-05-26T12:41:28.155Z
SHA-25690698f2bda30e47d5fbe8cf956e7804e355f9e0dfef11bb384281081d5538a9a

Why flagged

What the scanner saw

Large Javascript Payload: 2833631 bytes

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

1 static · 0 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/index.js2833631 bytes10

Manifest

Package metadata

Scripts13
  • build:devpnpm clean && tsc -p tsconfig.json && vite build
  • build:prodpnpm lint && pnpm clean && tsc -p tsconfig.json && vite build && pnpm test && pnpm test-e2e
  • build:storybookpnpm clean:storybook && storybook build --output-dir ./dist-storybook
  • cleanrimraf ./dist
  • clean:storybookrimraf ./dist-storybook
  • formatoxfmt --config .oxfmtrc.json
  • format:checkoxfmt --config .oxfmtrc.json --check
  • lintoxlint --config .oxlintrc.json src/ stories/ tests/
  • startstorybook dev -p 6006 --no-open
  • testvitest run --passWithNoTests
  • test-e2eplaywright test
  • test-e2e:uiplaywright test --ui
  • typechecktsc --noEmit
Dependencies8
  • @serverlessworkflow/i18n0.0.0
  • @serverlessworkflow/sdk^1.0.3-alpha1
  • @xyflow/react^12.10.2
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • elkjs^0.11.1
  • js-yaml^4.1.1
  • radix-ui^1.4.3