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.

Versions published
29
First published
May 2026
Publisher
zammartin2

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":["@fab-orbita/[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":["@fab-orbita/[email protected]"],"fail_on":"high"}'
Publisherzammartin2
Artifact bytes51,099
Previous version2.0.0
Published2026-05-31T15:15:05.110Z
SHA-25614b4a186b65794f9601519696a74ce8dcc1c0ed32cda95e6e1c87a0c6fd18ef6

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 2.0.2 vs 2.0.0: "node scripts/postinstall.js"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.0.2 vs 2.0.0: "node scripts/postinstall.js"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.0.2 vs 2.0.0: "node scripts/postinstall.js"40
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
Dependencies10
  • 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
  • open^9.1.0
  • ora^8.0.1
  • tar^6.2.0