PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/neomjs/neo/releases/download"

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
1,238Mature · −50% score
First published
Nov 2019
Publisher
tobiu

Effective trust discount applied: 50% (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":["[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":["[email protected]"],"fail_on":"review"}'
Publishertobiu
Artifact bytes27,583,955
Previous version11.24.0
Published2026-02-28T02:14:43.907Z
SHA-256d520763af1a1abb591cf74dfffc08bd15d7574f1e77ce62c35e29b009161c17b

Why flagged

What the scanner saw

Remote Payload: matched "github.com/neomjs/neo/releases/download"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
12.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/buildScripts/ai/downloadKnowledgeBase.mjsmatched "github.com/neomjs/neo/releases/download"12

Manifest

Package metadata

Scripts41
  • add-confignode ./buildScripts/create/addConfig.mjs
  • add-reactive-tagsnode ./buildScripts/helpers/addReactiveTags.mjs
  • ai:defrag-kbnode ./buildScripts/ai/defragChromaDB.mjs --target knowledge-base
  • ai:defrag-memorynode ./buildScripts/ai/defragChromaDB.mjs --target memory-core
  • ai:download-kbnode ./buildScripts/ai/downloadKnowledgeBase.mjs
  • ai:mcp-clientnode ./ai/mcp/client/mcp-cli.mjs
  • ai:mcp-server-github-workflownode ./ai/mcp/server/github-workflow/mcp-stdio.mjs
  • ai:mcp-server-knowledge-basenode ./ai/mcp/server/knowledge-base/mcp-stdio.mjs
  • ai:mcp-server-memory-corenode ./ai/mcp/server/memory-core/mcp-stdio.mjs
  • ai:mcp-server-neural-linknode ./ai/mcp/server/neural-link/mcp-stdio.mjs
  • ai:migrate-memorynode ./buildScripts/ai/migrateMemoryCore.mjs
  • ai:serverchroma run --path ./chroma-neo-knowledge-base
  • ai:server-memorychroma run --path ./chroma-neo-memory-core --port 8001
  • ai:server-neural-linknode ./ai/mcp/server/neural-link/run-bridge.mjs
  • ai:sync-kbnode ./buildScripts/ai/syncKnowledgeBase.mjs
  • build-allnode ./buildScripts/build/all.mjs -f -n
  • build-all-questionsnode ./buildScripts/build/all.mjs -f
  • build-dist-esmnode ./buildScripts/build/esmodules.mjs
  • build-highlightjsnode ./buildScripts/build/highlightJs.mjs
  • build-themesnode ./buildScripts/build/themes.mjs -f
  • build-threadsnode ./buildScripts/webpack/buildThreads.mjs -f
  • bundle-parse5node ./buildScripts/build/parse5.mjs
  • check-reactive-tagsnode ./buildScripts/helpers/checkReactiveTags.mjs
  • convert-design-tokensnode ./buildScripts/helpers/convertDesignTokens.mjs
  • create-appnode ./buildScripts/create/app.mjs
  • create-app-minimalnode ./buildScripts/create/appMinimal.mjs
  • create-classnode ./buildScripts/create/class.mjs
  • create-componentnode ./buildScripts/create/component.mjs
  • devindex:addnode ./apps/devindex/services/cli.mjs add
  • devindex:cleanupnode ./apps/devindex/services/cli.mjs cleanup
  • …and 11 more.