PkgRadar

Package evidence

@atlashub/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.js || exit 0"

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
209
First published
Jan 2026
Publisher
atashub

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":["@atlashub/[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":["@atlashub/[email protected]"],"fail_on":"high"}'
Publisheratashub
Artifact bytes5,827,140
Previous version4.80.0
Published2026-05-04T11:01:22.863Z
SHA-256f8c88a7c014022b50db55c47f41bfbf27fdd943210c461374975d8377d8107ec

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node scripts/postinstall.js || exit 0"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || exit 0"20
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || exit 0"20
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js || exit 0"5
lowLarge Javascript Payloadpackage/dist/index.js5736103 bytes0
lowLarge Javascript Payloadpackage/dist/mcp-entry.mjs2415996 bytes0

Manifest

Package metadata

Scripts26
  • buildnpm run build:html && npx tsup
  • build:htmlnode templates/skills/business-analyse-html/html/build-html.js
  • check-mcpnode dist/index.js check-mcp
  • devtsup --watch
  • doctornode dist/index.js doctor
  • formatprettier --write "src/**/*.ts"
  • healthnode dist/index.js doctor --json
  • install:globalnpm run build && node dist/index.js install --force
  • install:localnpm run build && node dist/index.js install --local --force
  • linknpm run build && npm link
  • linteslint src --ext .ts
  • postinstallnode scripts/postinstall.js || exit 0
  • prepublishOnlynpm run build
  • ralph:logsnode dist/index.js ralph logs
  • ralph:startnode dist/index.js ralph start
  • ralph:statusnode dist/index.js ralph status
  • status:globalnode dist/index.js status --verbose
  • status:localnode dist/index.js status --local --verbose
  • testnode --test
  • test:allnpm run test:mcp && npm run test:ba
  • test:bavitest run --config vitest.ba.config.ts
  • test:ba:coveragevitest run --config vitest.ba.config.ts --coverage
  • test:ba:watchvitest --config vitest.ba.config.ts
  • test:mcpvitest run --config vitest.mcp.config.ts
  • test:mcp:coveragevitest run --config vitest.mcp.config.ts --coverage
  • test:mcp:watchvitest --config vitest.mcp.config.ts
Dependencies14
  • @modelcontextprotocol/sdk^1.0.0
  • axios^1.7.0
  • bcryptjs^2.4.3
  • chalk^5.3.0
  • cli-table3^0.6.3
  • commander^12.0.0
  • fs-extra^11.2.0
  • glob^13.0.1
  • handlebars^4.7.8
  • inquirer^9.2.12
  • jsonwebtoken^9.0.3
  • mssql^11.0.1
  • ora^8.0.1
  • zod^3.25.0