PkgRadar

Package evidence

@fusionauth/[email protected]

Install Lifecycle Suppresses Failure: postinstall="test -f dist/postinstall.js && node dist/postinstall.js || true"

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
3,006Niche · −30% score
Versions published
13Established · −30% score
First published
May 2023
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@fusionauth/[email protected]"],"fail_on":"high"}'

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":["@fusionauth/[email protected]"],"fail_on":"high"}'
Artifact bytes25,127
Previous version1.7.0
Published2026-05-04T15:43:10.527Z
SHA-256ad35fd092b6f493e9c5a1db1bc61946d59255ae091c4a7a59287d6b46a6d0c94

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.8.1 vs 1.7.0: "test -f dist/postinstall.js && node dist/postinstall.js || true"

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

Availability ledger

available

high
Last checked
highRisk
65Score
1.8.1Version
Status history (1 event)
  1. newavailable · risk high · score 65 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.8.1 vs 1.7.0: "test -f dist/postinstall.js && node dist/postinstall.js || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="test -f dist/postinstall.js && node dist/postinstall.js || true"20
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.8.1 vs 1.7.0: "test -f dist/postinstall.js && node dist/postinstall.js || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="test -f dist/postinstall.js && node dist/postinstall.js || true"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="test -f dist/postinstall.js && node dist/postinstall.js || true"5

Manifest

Package metadata

Scripts6
  • buildtsc && npm run copy-files
  • copy-filescp -r ./src/resources/ ./dist/commands/resources/
  • postinstalltest -f dist/postinstall.js && node dist/postinstall.js || true
  • prepublishOnlynpm run build
  • startnode --no-warnings=ExperimentalWarning --loader ts-node/esm src/index.ts
  • testecho "Error: no test specified" && exit 1
Dependencies23
  • @comandeer/cli-spinner^1.0.2
  • @commander-js/extra-typings11.0.0
  • @faker-js/faker^8.4.1
  • @fusionauth/typescript-client1.47.0
  • bcryptjs^3.0.3
  • boxen^8.0.1
  • chalk5.3.0
  • chokidar3.5.3
  • command-exists^1.2.9
  • commander11.0.0
  • dotenv^17.3.1
  • figlet1.6.0
  • fs-extra11.1.1
  • html-to-text9.0.5
  • inquirer^13.3.0
  • log-symbols5.1.0
  • log-update5.0.1
  • merge2.1.1
  • posthog-node^5.21.2
  • queue7.0.0
  • remove-undefined-objects3.0.0
  • uuid9.0.0
  • yocto-spinner^1.1.0