PkgRadar

Package evidence

@ornexus/[email protected]

Install-time lifecycle script: postinstall="node 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
1,268Niche · −30% score
Versions published
2
First published
Mar 2026
Publisher
luandetoni

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@ornexus/[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":["@ornexus/[email protected]"],"fail_on":"review"}'
Publisherluandetoni
Artifact bytes195,549
Previous versionnone
Published2026-05-28T00:05:47.627Z
SHA-2560ea7d373eb34a35e52cfa8ee3360b34cd676756775346ccd5373c8803ca67ae9

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node 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
3Score
4.55.11Version
Status history (2 events)
  1. availableavailable · risk review · score 3 · status available -> available, risk high -> review, score 35 -> 3
  2. newavailable · risk high · score 35 · 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 postinstall.js"5

Manifest

Package metadata

Scripts20
  • admin:buildcd admin && npm run build
  • admin:devcd admin && npm run dev
  • admin:lintcd admin && npm run lint
  • admin:testcd admin && npm run test
  • buildnpm run build -w packages/shared && npm run build -w packages/client && node scripts/strip-source-map-comments.js && node scripts/minify-client-dist.mjs
  • build:cleanrm -rf packages/shared/dist packages/client/dist && npm run build
  • build:clientnpm run build -w packages/client
  • build:sharednpm run build -w packages/shared
  • portal:buildcd portal && npm run build
  • portal:devcd portal && npm run dev
  • portal:testcd portal && npm run test
  • postinstallnode postinstall.js
  • prepublishOnlynpm run build && npm --prefix packages/server run build -- --noEmit && node scripts/validate-pre-publish.js && node sync-version.js && npm run sbom && node -e "const p=require('./package.json');const fs=require('fs');p.description='Neocortex v'+p.version+' - Orquestrador de Desenvolvimento de Epics & Stories para Claude Code';fs.writeFileSync('./package.json',JSON.stringify(p,null,2)+'\n');console.log('Publishing Neocortex v'+p.version+'...')"
  • sbombash scripts/generate-sbom.sh
  • syncnode sync-version.js
  • testnode scripts/test-root.mjs
  • test:e2ebash scripts/e2e-smoke-test.sh
  • validatenode scripts/validate-pre-publish.js
  • validate:bashbash scripts/validate-pre-publish.sh
  • versionnpm run sync && echo 'Nova versao:' && cat package.json | grep version
Dependencies6
  • @clack/prompts^1.0.1
  • @modelcontextprotocol/sdk^1.26.0
  • execa^9.6.1
  • node-cache^5.1.2
  • picocolors^1.1.1
  • zod^4.3.6