PkgRadar

Package evidence

@steedos-labs/[email protected]

Large Javascript Payload: 2522793 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.

Weekly downloads
471
Versions published
117Established · −30% score
First published
Aug 2025
Publisher
yinlianghui

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

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":["@steedos-labs/[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":["@steedos-labs/[email protected]"],"fail_on":"review"}'
Publisheryinlianghui
Artifact bytes10,662,296
Previous version3.0.82
Published2026-05-24T15:07:24.325Z
SHA-25634c360448d2b3788c09367395585cf5f2291666d3872de0e366b5afd9e994777

Why flagged

What the scanner saw

Large Javascript Payload: 2522793 bytes

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

Availability ledger

available

review
Last checked
reviewRisk
21Score
3.0.83Version
Status history (2 events)
  1. scan_erroravailable · risk review · score 21 · status scan_error -> available, risk none -> review, score none -> 21
  2. newscan_error · risk none · score · HTTP status client error (404 Not Found) for url (https://registry.npmjs.org/@steedos-labs/plugin-workflow/-/plugin-workflow-3.0.83.tgz)

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/designer/dist/assets/index-WAa42ctb.js2522793 bytes10
mediumLarge Javascript Payloadpackage/public/applications/designer/5410/en-us/javascript-packed.js2355467 bytes10
mediumLarge Javascript Payloadpackage/public/applications/designer/5410/zh-cn/javascript-packed.js2354648 bytes10

Manifest

Package metadata

Scripts7
  • build:designercd designer && npm run build:all
  • build:watchtsc --watch
  • convert-templatesnode convert-templates.js
  • export-templatesnode run.js export
  • releasenpm run build:designer && npm run stamp-version && npm publish --registry https://registry.npmjs.org && npx cnpm sync @steedos-labs/plugin-workflow
  • stamp-versionnode -e "var fs=require('fs'),v=require('./package.json').version,f='main/default/client/flow2_render.client.js';fs.writeFileSync(f,fs.readFileSync(f,'utf8').replace(/var v = '[^']*'/,\"var v = '\"+v+\"'\"))"
  • test:formula-compatnode main/default/test/test_formula_compat.js
Dependencies6
  • formidable^2.1.5
  • graphql-parse-resolve-info^4.12.3
  • he^1.2.0
  • jszip^3.10.1
  • lodash^4.17.21
  • node-schedule^2.0.0