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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli.js | matched "cUrl " | 12 |
Manifest
Package metadata
Scripts25
benchvitest benchbuildtsdown --config tsdown.runtime.config.tsbuild:publishpnpm openapi:generate && tsdown --config tsdown.config.tsclipnpm build && node --import ./dist/register-otel-hook.js ./dist/cli.jscontainer: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-routerdevtsdown --config tsdown.config.ts --watch --onSuccess 'echo "Router package rebuilt"'docs:clinode ./scripts/generate-readme.mjsformatoxfmt src/lintbash ./scripts/lint.shlint:cibash ./scripts/lint.shlint:fixoxlint --fix src/load:testnode --import tsx scripts/load-test.tsmigrations:createdrizzle-kit generate --config src/database/drizzle/drizzle.config.ts --namemigrations:rundrizzle-kit migrate --config src/database/drizzle/drizzle.config.tsmigrations:verifynode ./scripts/verify-migration-artifacts.mjsmigrations:verify-version-bumpnode ./scripts/verify-schema-version-bump.mjsopenapi: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/generatedtestvitest --config vitest.config.ts runtest:guard:classificationnode --import tsx ./scripts/verify-test-classification.tstest:integrationvitest --config vitest.integration.config.ts runtest:scenariosvitest run --config vitest.scenarios.config.tstest:unitpnpm test:guard:classification && vitest --config vitest.config.ts runtest:watchvitest --config vitest.config.ts watchtypecheckpnpm 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.8commander13.1.0drizzle-orm0.45.2hono4.12.18marked17.0.6openapi-fetch0.15.2openapi-metadata0.2.2pg8.16.3prom-client15.1.3reflect-metadata0.2.2smol-toml1.6.1viem2.38.6zod4.1.13