Package evidence
@ornexus/[email protected]
Install Lifecycle Remote Or Exec: 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
- 757
- Versions published
- 1
- First published
- Mar 2026
- Publisher
- luandetoni
Recommended action
Block this updateStatic 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":["@ornexus/[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":["@ornexus/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Install Lifecycle Remote Or Exec: postinstall="node postinstall.js"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
not present
Latest scanner note: @ornexus/[email protected] not present in registry metadata
Status history (2 events)
- available → not_present · risk none · score — · @ornexus/[email protected] not present in registry metadata
- new → available · risk high · score 35 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node postinstall.js" | 30 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Install Lifecycle Remote Or Exec | package.json | postinstall="node postinstall.js" | 30 |
| low | Install-time lifecycle script | package.json | postinstall="node postinstall.js" | 5 |
Manifest
Package metadata
Scripts20
admin:buildcd admin && npm run buildadmin:devcd admin && npm run devadmin:lintcd admin && npm run lintadmin:testcd admin && npm run testbuildnpm run build -w packages/shared && npm run build -w packages/client && node scripts/strip-source-map-comments.js && node scripts/minify-client-dist.mjsbuild:cleanrm -rf packages/shared/dist packages/client/dist && npm run buildbuild:clientnpm run build -w packages/clientbuild:sharednpm run build -w packages/sharedportal:buildcd portal && npm run buildportal:devcd portal && npm run devportal:testcd portal && npm run testpostinstallnode postinstall.jsprepublishOnlynpm 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.shsyncnode sync-version.jstestnode scripts/test-root.mjstest:e2ebash scripts/e2e-smoke-test.shvalidatenode scripts/validate-pre-publish.jsvalidate:bashbash scripts/validate-pre-publish.shversionnpm run sync && echo 'Nova versao:' && cat package.json | grep version
Dependencies6
@clack/prompts^1.0.1@modelcontextprotocol/sdk^1.26.0execa^9.6.1node-cache^5.1.2picocolors^1.1.1zod^4.3.6