PkgRadar

Package evidence

@senlabsai/[email protected]

Install Lifecycle Suppresses Failure: postinstall="node ./aigon-cli.js global-setup --non-interactive --quiet || true && node scripts/fix-node-pty-perms.js || true && node ./aigon-cli.js installed-notice || 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
308
Versions published
9
First published
May 2026
Publisher
senlabs

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":["@senlabsai/[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":["@senlabsai/[email protected]"],"fail_on":"high"}'
Publishersenlabs
Artifact bytes1,080,964
Previous version2.66.0-beta.2
Published2026-05-27T05:55:09.168Z
SHA-2562a937ed0f1048fe676e7d9b530a76874176e3afd7934fc6cf316344cce834b91

Why flagged

What the scanner saw

Install Lifecycle Suppresses Failure: postinstall="node ./aigon-cli.js global-setup --non-interactive --quiet || true && node scripts/fix-node-pty-perms.js || true && node ./aigon-cli.js installed-notice || true"

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

Availability ledger

available

high
Last checked
highRisk
37Score
2.66.0-beta.3Version
Status history (2 events)
  1. availableavailable · risk high · score 37 · status available -> available, risk high -> high, score 113 -> 37
  2. newavailable · risk high · score 113 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node ./aigon-cli.js global-setup --non-interactive --quiet || true && node scripts/fix-node-pty-perms.js || true && node ./aigon-cli.js installed-notice || true"20
mediumRemote Payloadpackage/lib/proxy.jsmatched "curl "12
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 33 day(s) ago, 9 total version(s), has lifecycle hook10
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node ./aigon-cli.js global-setup --non-interactive --quiet || true && node scripts/fix-node-pty-perms.js || true && node ./aigon-cli.js installed-notice || true"20
mediumRemote Payloadpackage/lib/proxy.jsmatched "curl "12
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 33 day(s) ago, 9 total version(s), has lifecycle hook10
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node ./aigon-cli.js global-setup --non-interactive --quiet || true && node scripts/fix-node-pty-perms.js || true && node ./aigon-cli.js installed-notice || true"5

Manifest

Package metadata

Scripts28
  • fixture:resetnode scripts/reset-fixture.js
  • fixture:seednode scripts/setup-fixture.js
  • linteslint "lib/**/*.js" tests/unit tests/integration tests/workflow-core
  • postinstallnode ./aigon-cli.js global-setup --non-interactive --quiet || true && node scripts/fix-node-pty-perms.js || true && node ./aigon-cli.js installed-notice || true
  • prepublishOnlynode scripts/check-template-leaks.js && node scripts/check-install-manifest-clean.js && node scripts/check-pack.js
  • releasenode scripts/publish.js
  • security:package-confignode scripts/check-package-security-config.js
  • security:suspicious-depsnode scripts/check-suspicious-deps.js
  • shipnode scripts/ship.js
  • ship:cutnode scripts/ship.js cut
  • ship:publishnode scripts/ship.js publish
  • ship:sharenode scripts/ship.js share
  • testnpm run lint && node scripts/check-template-leaks.js && node scripts/generate-workflow-diagrams.js --check && npm run test:unit && npm run test:integration && npm run test:workflow
  • test:allnpm run test:deploy
  • test:browserMOCK_DELAY=fast npx playwright test --config tests/dashboard-e2e/playwright.config.js --reporter=list
  • test:browser:smokeMOCK_DELAY=fast npx playwright test --config tests/dashboard-e2e/playwright.config.js --reporter=list --grep @smoke
  • test:corenpm run lint && node scripts/check-template-leaks.js && node scripts/generate-workflow-diagrams.js --check && npm run test:unit && npm run test:integration && npm run test:workflow
  • test:deploynpm run test:core && npm run test:browser && bash scripts/check-test-budget.sh
  • test:integrationnode scripts/run-tests-parallel.js "tests/integration/*.test.js"
  • test:iteratenode scripts/iterate-validate.js
  • test:migrationbash scripts/test-brewboard-migration.sh
  • test:quicknpm run test:iterate
  • test:relatednode scripts/test-related.js
  • test:uiMOCK_DELAY=fast npx playwright test --config tests/dashboard-e2e/playwright.config.js --reporter=list
  • test:unitnode scripts/run-tests-parallel.js "tests/unit/*.test.js"
  • test:workflownode scripts/run-tests-parallel.js "tests/workflow-core/*.test.js"
  • workflow:diagramsnode scripts/generate-workflow-diagrams.js
  • workflow:diagrams:checknode scripts/generate-workflow-diagrams.js --check
Dependencies4
  • @clack/prompts^1.2.0
  • node-ptynpm:@homebridge/node-pty-prebuilt-multiarch@^0.13.1
  • ws^8.20.0
  • xstate^5.30.0