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
- 748
- 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 (4 events)
- available → not_present · risk none · score — · @ornexus/[email protected] not present in registry metadata
- available → available · risk high · score 68 · status available -> available, risk high -> high, score 73 -> 68
- available → available · risk high · score 73 · status available -> available, risk high -> high, score 147 -> 73
- new → available · risk high · score 147 · status changed
Related candidates
Linked campaigns and clusters
Credential file access — matched "npm_token"
15 members · evidence strength 90luandetoni
3 members · evidence strength 74Evidence
Static findings
13 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 13 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 |
| low | Obfuscation | package/packages/client/dist/cache/crypto-utils.js | matched "Buffer.from(t.iv,\"base64" | 3 |
| low | Obfuscation | package/packages/client/dist/errors/error-messages.js | matched "\\xE3" | 3 |
| low | Obfuscation | package/packages/client/dist/machine/fingerprint.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/packages/client/dist/i18n/first-run.js | matched "\\u2500" | 3 |
| low | Obfuscation | package/install.js | matched "\\x1b" | 3 |
| low | Obfuscation | package/packages/client/dist/memory/project-memory-writer.js | matched "\\u2026" | 3 |
| low | Obfuscation | package/packages/client/dist/agent/refresh-stubs.js | matched "\\u2502" | 3 |
| low | Obfuscation | package/packages/client/dist/config/secure-config.js | matched "\\uFEFF" | 3 |
| low | Obfuscation | package/packages/client/dist/tier/tier-aware-client.js | matched "Buffer.from(i,\"base64" | 3 |
| low | Obfuscation | package/packages/client/dist/agent/update-description.js | matched "\\u2502" | 3 |
| low | Obfuscation | package/install.sh | matched "\\uFEFF" | 3 |
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