PkgRadar

Package evidence

@morpho-dev/[email protected]

Remote Payload: matched "cUrl "

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
4,335Niche · −30% score
Versions published
77Established · −30% score
First published
Jul 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@morpho-dev/[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":["@morpho-dev/[email protected]"],"fail_on":"review"}'
Artifact bytes1,664,210
Previous version1.3.0
Published2026-05-29T12:35:49.350Z
SHA-2568870f45f8cfcf1166a35675e767e2e2e3c3e8b3cef21b714535958c7b78e24ec

Why flagged

What the scanner saw

Remote Payload: matched "cUrl "

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
1.4.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/dist/cli.jsmatched "cUrl "12

Manifest

Package metadata

Scripts25
  • benchvitest bench
  • buildtsdown --config tsdown.runtime.config.ts
  • build:publishpnpm openapi:generate && tsdown --config tsdown.config.ts
  • clipnpm build && node --import ./dist/register-otel-hook.js ./dist/cli.js
  • container:builddocker buildx build -f Dockerfile -t morpho-router --load ../../
  • container:rundocker run -p 7891:7891 -e OTEL_EXPORTER_OTLP_ENDPOINT=http://host.docker.internal:4318/v1/traces --rm -it morpho-router
  • devtsdown --config tsdown.config.ts --watch --onSuccess 'echo "Router package rebuilt"'
  • docs:clinode ./scripts/generate-readme.mjs
  • formatoxfmt src/
  • lintbash ./scripts/lint.sh
  • lint:cibash ./scripts/lint.sh
  • lint:fixoxlint --fix src/
  • load:testnode --import tsx scripts/load-test.ts
  • migrations:createdrizzle-kit generate --config src/database/drizzle/drizzle.config.ts --name
  • migrations:rundrizzle-kit migrate --config src/database/drizzle/drizzle.config.ts
  • migrations:verifynode ./scripts/verify-migration-artifacts.mjs
  • migrations:verify-version-bumpnode ./scripts/verify-schema-version-bump.mjs
  • openapi:generatenode --import tsx src/cli/dump-swagger.ts && pnpm openapi-typescript src/api/Schema/generated/swagger.json -o src/api/Schema/generated/swagger.d.ts && oxfmt src/api/Schema/generated
  • testvitest --config vitest.config.ts run
  • test:guard:classificationnode --import tsx ./scripts/verify-test-classification.ts
  • test:integrationvitest --config vitest.integration.config.ts run
  • test:scenariosvitest run --config vitest.scenarios.config.ts
  • test:unitpnpm test:guard:classification && vitest --config vitest.config.ts run
  • test:watchvitest --config vitest.config.ts watch
  • typecheckpnpm openapi:generate && tsc --project tsconfig.json --noEmit --incremental && tsc --project scripts/tsconfig.typecheck.json --noEmit
Dependencies22
  • @hono/node-server1.19.14
  • @opentelemetry/api1.9.1
  • @opentelemetry/exporter-trace-otlp-proto0.212.0
  • @opentelemetry/instrumentation0.212.0
  • @opentelemetry/instrumentation-http0.212.0
  • @opentelemetry/instrumentation-pg0.64.0
  • @opentelemetry/resources2.5.1
  • @opentelemetry/sdk-trace-node2.5.1
  • @opentelemetry/semantic-conventions1.39.0
  • @openzeppelin/merkle-tree1.0.8
  • commander13.1.0
  • drizzle-orm0.45.2
  • hono4.12.18
  • marked17.0.6
  • openapi-fetch0.15.2
  • openapi-metadata0.2.2
  • pg8.16.3
  • prom-client15.1.3
  • reflect-metadata0.2.2
  • smol-toml1.6.1
  • viem2.38.6
  • zod4.1.13