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
715
Versions published
8
First published
May 2026
Publisher
licentora

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"}'
Publisherlicentora
Artifact bytes505,668
Previous version0.0.7
Published2026-05-26T19:31:56.918Z
SHA-256be93be75f582e511e90fddbc63d90a59d4268d9e204e02f8ad0dc15eece1b0e7

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

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts17
  • all:buildnpm run ui:build && npm run server:build
  • all:cleannpm run ui:clean && npm run server:clean
  • all:installnpm run ui:install && npm run server:install
  • prepublishOnlynpm run all:install && npm run all:build
  • server:buildcd server && npm run build
  • server:cleanrimraf server/dist server/node_modules server/package-lock.json
  • server:devcd server && npm run dev
  • server:installcd server && npm install
  • server:testcd server && npm run test
  • server:typecheckcd server && npm run typecheck
  • ui:buildcd ui && npm run build
  • ui:cleanrimraf ui/dist ui/node_modules ui/package-lock.json
  • ui:devcd ui && npm run dev
  • ui:formatcd ui && npm run format
  • ui:installcd ui && npm install
  • ui:lintcd ui && npm run lint
  • ui:typecheckcd ui && npm run typecheck
Dependencies12
  • @clack/prompts^1.4.0
  • @fastify/cors^11.2.0
  • @fastify/static^9.1.3
  • @fastify/websocket^11.2.0
  • @modelcontextprotocol/sdk^1.29.0
  • @openrouter/agent^0.7.0
  • @openrouter/sdk^0.12.35
  • @whiskeysockets/baileys^6.7.23
  • fastify^5.8.5
  • grammy^1.43.0
  • ollama^0.6.3
  • zod^4.4.3