PkgRadar

Package evidence

[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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
540
Versions published
73Established · −30% score
First published
Nov 2025
Publisher
jagreehal

Effective trust discount applied: 30% (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"}'
Publisherjagreehal
Artifact bytes619,280
Previous version0.1.14
Published2026-06-06T00:04:58.244Z
SHA-256492bd850521d08d35efc2be1619f6274d15a9def3d0a445c0b63bd26c75824e8

Why flagged

What the scanner saw

Remote Payload: matched "raw.githubusercontent.com"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/index.cjsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/server.cjsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/index.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/dist/server.jsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/modules/collector-catalog.tsmatched "raw.githubusercontent.com"12
mediumRemote Payloadpackage/src/modules/semantic-conventions.tsmatched "raw.githubusercontent.com"12

Manifest

Package metadata

Scripts13
  • buildtsup
  • cleanrimraf dist
  • devtsx watch src/server.ts
  • dev:httpAUTOTEL_TRANSPORT=http tsx watch src/server.ts
  • formatprettier --write .
  • format:checkprettier --check src/**/*.ts
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • startnode dist/server.js
  • start:httpAUTOTEL_TRANSPORT=http node dist/server.js
  • testvitest run
  • test:watchvitest
  • type-checktsc --noEmit
Dependencies8
  • @libsql/client^0.17.3
  • @modelcontextprotocol/sdk^1.29.0
  • @opentelemetry/api^1.9.1
  • @opentelemetry/otlp-transformer^0.218.0
  • @opentelemetry/semantic-conventions^1.41.1
  • ajv^8.20.0
  • yaml^2.9.0
  • zod^4.4.3