PkgRadar

Package evidence

[email protected]

no findings

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
11
First published
Apr 2026
Publisher
finsavvyai

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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"}'
Publisherfinsavvyai
Artifact bytes596,687
Previous version2.0.10
Published2026-06-01T17:58:37.908Z
SHA-256fe8e9d19c5898437e534177892faee480c7066ad41d560ea07c1c86bd5293f41

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
2.0.11Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • cleanrm -rf node_modules .claude-plugin/node_modules mcp-servers/luna-nexa-rag/node_modules
  • configure:mcpcd mcp-servers/luna-nexa-rag && npm run setup
  • devconcurrently "npm run start:mcp" "npm run watch:plugin"
  • install:allnpm run install:mcp && npm run install:plugin
  • install:mcpcd mcp-servers/luna-nexa-rag && npm install
  • install:plugincd .claude-plugin && npm install
  • link:pluginnode scripts/link-plugin.js
  • readme:checknode scripts/sync-readme.mjs --check
  • readme:syncnode scripts/sync-readme.mjs
  • reinstallnpm run clean && npm install
  • setupbash setup.sh
  • site:buildcd site && npm run build
  • site:deploycd site && npm run build && npx wrangler pages deploy dist --project-name luna-agent
  • site:devcd site && npm run dev
  • site:installcd site && npm install
  • site:previewcd site && npm run preview
  • start:mcpcd mcp-servers/luna-nexa-rag && npm start
  • testnpm run test:plugin && npm run test:mcp && npm run test:cli && npm run test:suite
  • test:clicd cli && npm test
  • test:mcpcd mcp-servers/luna-nexa-rag && npm test
  • test:plugincd .claude-plugin && npm test
  • test:suitecd tests && npm test
  • watch:plugincd .claude-plugin && npm run watch
Dependencies1
  • ws^8.19.0