PkgRadar

Package evidence

@memlink/[email protected]

Large Javascript Payload: 2566438 bytes

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
497
Versions published
15
First published
May 2026
Publisher
rblez_

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":["@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,068,805
Previous version1.2.0
Published2026-06-07T08:21:52.343Z
SHA-2568680eceedbf6981dbe48facf5a212899634c8a67ba9de603bb201104951da752

Why flagged

What the scanner saw

Large Javascript Payload: 2566438 bytes

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.2.1Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowLarge Javascript Payloadpackage/dist/cli/index.js2566438 bytes0
lowLarge Javascript Payloadpackage/dist/server/index.js2234064 bytes0

Manifest

Package metadata

Scripts18
  • buildbun build src/cli/index.ts --outdir dist/cli --target node && bun build src/server/index.ts --outdir dist/server --target node
  • build:binariesbun run build:binary:linux-amd64 && bun run build:binary:linux-arm64 && bun run build:binary:darwin-amd64 && bun run build:binary:darwin-arm64
  • build:binary:darwin-amd64bun build --compile --minify --target=bun-darwin-x64 --outfile=dist/binaries/memlink-darwin-amd64 src/cli/index.ts
  • build:binary:darwin-arm64bun build --compile --minify --target=bun-darwin-arm64 --outfile=dist/binaries/memlink-darwin-arm64 src/cli/index.ts
  • build:binary:linux-amd64bun build --compile --minify --target=bun-linux-x64 --outfile=dist/binaries/memlink-linux-amd64 src/cli/index.ts
  • build:binary:linux-arm64bun build --compile --minify --target=bun-linux-arm64 --outfile=dist/binaries/memlink-linux-arm64 src/cli/index.ts
  • build:binary:windows-amd64bun build --compile --minify --target=bun-windows-x64 --outfile=dist/binaries/memlink-windows-amd64.exe src/cli/index.ts
  • 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"
  • 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