PkgRadar

Package evidence

@memlink/[email protected]

Large Javascript Payload: 2562709 bytes

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":["@memlink/[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":["@memlink/[email protected]"],"fail_on":"review"}'
Publisherrblez_
Artifact bytes1,060,839
Previous version1.0.8
Published2026-05-24T09:49:18.138Z
SHA-256aa8149aa5e2a8a857cafd877579e77c3664faaafafe80636c5a126adc882e95b

Why flagged

What the scanner saw

Large Javascript Payload: 2562709 bytes

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumLarge Javascript Payloadpackage/dist/cli/index.js2562709 bytes10
mediumLarge Javascript Payloadpackage/dist/server/index.js2230923 bytes10

Manifest

Package metadata

Scripts13
  • buildbun build src/cli/index.ts --outdir dist/cli --target node && bun build src/server/index.ts --outdir dist/server --target node
  • clibun src/cli/index.ts
  • dev:clibun src/cli/index.ts
  • dev:serverbun --watch src/server/index.ts
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"
  • gen-featuresnode memlink-web/assets/generate-svgs.mjs
  • linteslint src --ext .ts
  • lint:fixeslint src --ext .ts --fix
  • prepublishOnlynpm run build
  • startnode dist/server/index.js
  • testbun test
  • test:watchbun test --watch
Dependencies8
  • @modelcontextprotocol/sdk^1.29.0
  • chalk^5.6.2
  • commander^14.0.3
  • express^5.2.1
  • express-rate-limit^8.5.2
  • nanoid^5.1.11
  • table^6.9.0
  • zod^4.4.3