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":["@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"}'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
Status history (1 event)
- new → available · risk review · score 20 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Large Javascript Payload | package/dist/cli/index.js | 2562709 bytes | 10 |
| medium | Large Javascript Payload | package/dist/server/index.js | 2230923 bytes | 10 |
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 nodeclibun src/cli/index.tsdev:clibun src/cli/index.tsdev:serverbun --watch src/server/index.tsformatprettier --write "src/**/*.ts" "tests/**/*.ts"format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"gen-featuresnode memlink-web/assets/generate-svgs.mjslinteslint src --ext .tslint:fixeslint src --ext .ts --fixprepublishOnlynpm run buildstartnode dist/server/index.jstestbun testtest:watchbun test --watch
Dependencies8
@modelcontextprotocol/sdk^1.29.0chalk^5.6.2commander^14.0.3express^5.2.1express-rate-limit^8.5.2nanoid^5.1.11table^6.9.0zod^4.4.3