PkgRadar

Package evidence

@runflow-ai/[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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
1,611Niche · −30% score
Versions published
65Established · −30% score
First published
Aug 2025
Publisher
runflow

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":["@runflow-ai/[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":["@runflow-ai/[email protected]"],"fail_on":"review"}'
Publisherrunflow
Artifact bytes463,843
Previous version0.3.18
Published2026-05-26T20:14:03.310Z
SHA-256f7712a72b9ec228bbff95c0df81ed10f6c5e161c92cf244e419b0f7e2a54c762

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.js"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.3.19Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 28 -> 3
  2. newavailable · risk high · score 28 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts12
  • buildtsc -p tsconfig.json && npm run build:inline-shared
  • build:inline-sharednode ../shared/scripts/inline-into.js ./dist
  • debugts-node --inspect=0.0.0.0:9229 src/index.ts
  • dev:verbosets-node src/index.ts --verbose
  • linteslint . --ext .ts
  • postinstallnode scripts/postinstall.js
  • postpacknode ../shared/scripts/inline-into.js --restore-dep .
  • prebuildcd ../shared && tsc
  • prepacknode ../shared/scripts/inline-into.js --strip-dep .
  • prepublishOnlynpm run build
  • start:devts-node src/index.ts
  • testjest --coverage
Dependencies20
  • @clack/prompts^0.7.0
  • @gati/space-invaders^1.0.2
  • @nestjs/common^11.1.14
  • @nestjs/core^11.1.14
  • @nestjs/platform-express^11.1.14
  • @runflow-ai/sdk^1.0.203
  • axios^1.13.5
  • busboy^1.6.0
  • chalk^4.1.2
  • figlet^1.10.0
  • form-data^4.0.5
  • inquirer^8.2.7
  • inquirer-autocomplete-prompt^2.0.1
  • nest-commander^3.20.1
  • ora^5.4.1
  • picocolors^1.0.0
  • reflect-metadata^0.2.2
  • tsx^4.21.0
  • yaml^2.8.2
  • zod^3.25.0