PkgRadar

Package evidence

@fab-orbita/[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
657
Versions published
33
First published
May 2026
Publisher
zammartin2

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":["@fab-orbita/[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":["@fab-orbita/[email protected]"],"fail_on":"review"}'
Publisherzammartin2
Artifact bytes83,975
Previous version2.2.0
Published2026-06-10T15:28:43.619Z
SHA-256a401dd2e675cc150c5b52eddd903b1503d63d57efb2693b154e427a0c219a96c

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
5Score
2.2.1Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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

Scripts16
  • buildtsc
  • build:allnpm run build && npm run build:bin && npm run build:exe
  • build:binchmod +x bin/fab.js
  • build:exepkg package.json --targets node18-win-x64,node18-linux-x64,node18-macos-x64 --output bin/
  • build:exe:linuxpkg package.json --targets node18-linux-x64 --output bin/fab-linux
  • build:exe:macpkg package.json --targets node18-macos-x64 --output bin/fab-macos
  • build:exe:winpkg package.json --targets node18-win-x64 --output bin/fab-windows.exe
  • cleanrm -rf dist bin/*.exe bin/*-linux bin/*-macos
  • devnode --loader ts-node/esm src/index.ts
  • formatprettier --write "src/**/*.ts"
  • linteslint src/**/*.ts
  • postinstallnode scripts/postinstall.js
  • prebuildnpm run clean
  • prepublishOnlynpm run build
  • startnode dist/index.js
  • testjest
Dependencies12
  • axios^1.6.0
  • chalk^5.3.0
  • cli-progress^3.12.0
  • commander^11.1.0
  • conf^15.1.0
  • form-data^4.0.0
  • fs-extra^11.2.0
  • keytar^7.9.0
  • open^9.1.0
  • ora^8.0.1
  • qrcode^1.5.4
  • tar^7.5.16