PkgRadar

Package evidence

@devassure/[email protected]

Install-time lifecycle script: preinstall="node scripts/check-node-version.cjs && node scripts/require-global-install.cjs"

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
230
Versions published
26
First published
Feb 2026
Publisher
santhoshkumar_s

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":["@devassure/[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":["@devassure/[email protected]"],"fail_on":"review"}'
Artifact bytes210,361
Previous version1.1.16
Published2026-06-15T04:23:41.858Z
SHA-256da24f266633c419b165b8a12fba154e14fd53b9a1e293c0d0fd72c0a54e9f3a6

Why flagged

What the scanner saw

Install-time lifecycle script: preinstall="node scripts/check-node-version.cjs && node scripts/require-global-install.cjs"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
1.1.17Version
Status history (1 event)
  1. newavailable · risk review · score 10 · 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
lowInstall-time lifecycle scriptpackage.jsonpreinstall="node scripts/check-node-version.cjs && node scripts/require-global-install.cjs"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall-setup.cjs"5

Manifest

Package metadata

Scripts13
  • buildtsup
  • devtsx -r ./scripts/set-build-env.cjs src/index.ts
  • dev:watchnodemon --watch src --ext ts,tsx --exec "tsx -r ./scripts/set-build-env.cjs src/index.ts"
  • install:tgznode scripts/install-tgz.cjs
  • pack:testpnpm run build && node scripts/prepack-modify.cjs && npm pack --silent && node scripts/postpack-restore.cjs
  • postinstallnode scripts/postinstall-setup.cjs
  • postpacknode scripts/postpack-restore.cjs
  • prebuildpnpm --filter @devassure/core run build
  • predevpnpm --filter @devassure/core run build
  • preinstallnode scripts/check-node-version.cjs && node scripts/require-global-install.cjs
  • prepackpnpm run build && node scripts/prepack-modify.cjs
  • prepublishOnlynode scripts/prepublish-check.cjs
  • type-checktsc --noEmit
Dependencies14
  • @inkjs/ui^1.0.0
  • chalk^5.6.2
  • commander^11.1.0
  • ink^4.4.1
  • ink-text-input^5.0.1
  • js-yaml^4.1.0
  • open^10.2.0
  • picocolors^1.1.1
  • posthog-node^4.0.0
  • react^18.2.0
  • semver^7.6.0
  • sqlite3^5.1.7
  • uuid^9.0.1
  • zod^3.23.8