PkgRadar

Package evidence

[email protected]

Install Lifecycle Suppresses Failure: postinstall="node scripts/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.

Versions published
7
First published
Jun 2026
Publisher
kunjshah

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherkunjshah
Artifact bytes852,384
Previous version0.10.3
Published2026-06-11T15:56:32.102Z
SHA-256e833afab79b0071b54eef60abd94842adcce1dfcd429406679d974ee762431b3

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 1.1.6 vs 0.10.3: "node scripts/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
80Score
1.1.6Version
Status history (1 event)
  1. newavailable · risk high · score 80 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.1.6 vs 0.10.3: "node scripts/postinstall.js || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 4 day(s) ago, 7 total version(s), has lifecycle hook10
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 1.1.6 vs 0.10.3: "node scripts/postinstall.js || true"40
highInstall Lifecycle Suppresses Failurepackage.jsonpostinstall="node scripts/postinstall.js || true"20
mediumNew Account With Lifecycle Hookpackage.jsonpackage first published 4 day(s) ago, 7 total version(s), has lifecycle hook10
lowCredential file accesspackage/src/audit/policy.tsmatched "id_rsa"5
lowCredential file accesspackage/src/sandbox/policy.tsmatched ".ssh/"5
lowCredential file accesspackage/src/vault/rbac.test.tsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js || true"5

Manifest

Package metadata

Scripts30
  • benchbun run index.ts bench run
  • bench:historybun run index.ts bench history
  • bench:listbun run index.ts bench list
  • bench:updatebun run scripts/bench-memory-system.ts --update-baseline
  • buildbun build index.ts --outfile=dist/index.js --target=bun --minify
  • build:binarybun build index.ts --compile --target=bun-windows-x64 --outfile=dist/aegis.exe
  • build:binary:linuxbun build index.ts --compile --target=bun-linux-x64 --outfile=dist/aegis-linux-x64
  • build:binary:macbun build index.ts --compile --target=bun-darwin-x64 --outfile=dist/aegis-darwin-x64
  • build:binary:mac-arm64bun build index.ts --compile --target=bun-darwin-arm64 --outfile=dist/aegis-darwin-arm64
  • cibun run scripts/run-tests.ts
  • coveragebun test --coverage --coverage-reporter=lcov --coverage-reporter=text 2>&1
  • coverage:dashboardcd dashboard && bunx vitest run --coverage 2>&1
  • coverage:htmlbun test --coverage --coverage-reporter=html --coverage-reporter=text 2>&1
  • docker:builddocker build -t neuron-os/aegis:latest .
  • docker:pushdocker push neuron-os/aegis:latest
  • docker:updocker compose up -d
  • docker:up:devdocker compose --profile dev up -d
  • docs:checkbun run scripts/extract-commands.ts --check
  • docs:generatebun run scripts/extract-commands.ts
  • formatprettier --write 'src/**/*.ts'
  • linteslint src/
  • openapibun run scripts/generate-openapi.ts
  • postinstallnode scripts/postinstall.js || true
  • prebuildbun run docs:generate
  • prepublishOnlybun run build
  • pretestbun run docs:check
  • testbun run scripts/run-tests.ts
  • test:chatbun run src/chat/test-chat.ts
  • test:dashboardbun run src/test-dashboard.ts
  • typecheckbun run --bun tsc --noEmit
Dependencies28
  • @ai-sdk/anthropic^3.0.81
  • @ai-sdk/azure^3.0.70
  • @ai-sdk/mistral^3.0.37
  • @ai-sdk/openai^3.0.67
  • @clack/core^1.4.1
  • @clack/prompts^1.5.1
  • @mendable/firecrawl-js^4.25.2
  • @slack/socket-mode^2.0.7
  • @slack/web-api^7.16.0
  • ai^6.0.196
  • ansi-escapes^7.3.0
  • better-sqlite3^11.0.0
  • chalk5
  • cli-truncate^6.0.0
  • commander^15.0.0
  • diff^9.0.0
  • discord.js^14.26.4
  • glob^13.0.6
  • irc-framework^4.14.0
  • marked^18.0.4
  • marked-terminal^7.3.0
  • matrix-js-sdk^41.7.0-rc.3
  • nodemailer^8.0.10
  • picocolors^1.1.1
  • telegraf^4.16.3
  • twilio^6.0.2
  • yaml^2.9.0
  • zod^4.4.3