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.

Weekly downloads
76
Versions published
39
First published
Jan 2026
Publisher
imenam

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"}'
Publisherimenam
Artifact bytes317,519
Previous version1.0.42
Published2026-03-17T08:46:06.115Z
SHA-256814d636419b008793a98a44f064193542f26f9c5c78c43b3b9f790a9da0839a8

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
1.0.43Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts9
  • buildtsc && npm run build:gui
  • build:guicd public && npx vite build
  • devconcurrently -n server,gui -c blue,green "npm run dev:server" "npm run dev:gui"
  • dev:guicd public && npx vite
  • dev:servernodemon --watch src --ext ts --exec ts-node src/mcp-server.ts
  • inspectnpx @modelcontextprotocol/inspector node dist/mcp-server.js
  • releasenpm run build && npm version patch && npm publish --access public && git push origin main --follow-tags
  • startnode dist/mcp-server.js
  • testjest
Dependencies8
  • @imenam/mcp-gui-interface^1.0.3
  • @modelcontextprotocol/sdk^1.26.0
  • axios^1.13.2
  • body-parser^2.2.2
  • dotenv^17.2.3
  • express^5.2.1
  • react^19.2.4
  • react-dom^19.2.4