PkgRadar

Package evidence

@steedos-labs/[email protected]

Large Javascript Payload: 2355467 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
780
Versions published
120Established · −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

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":["@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,691,693
Previous version3.0.86
Published2026-06-04T07:47:27.819Z
SHA-2562798537defb481d01ca493340b1b403a26d8c98af3c2868e5096fb901f5f3850

Why flagged

What the scanner saw

Large Javascript Payload: 2355467 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
3.0.87Version
Status history (2 events)
  1. newavailable · risk low · score 0 · status changed
  2. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/public/applications/designer/5410/en-us/javascript-packed.js2355467 bytes0
lowLarge Javascript Payloadpackage/public/applications/designer/5410/zh-cn/javascript-packed.js2354648 bytes0

Manifest

Package metadata

Scripts8
  • 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:approve-valuesnode main/default/test/test_getApproveValues.js
  • 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