PkgRadar

Package evidence

@kong-link/[email protected]

Suspicious Publish Context: {"package_age_days":0,"publisher":"kong-link","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"semver"},"version_anomaly":false}

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.

Versions published
12
First published
Jun 2026
Publisher
kong-link

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":["@kong-link/[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":["@kong-link/[email protected]"],"fail_on":"review"}'
Publisherkong-link
Artifact bytes630,418
Previous version0.1.10
Published2026-06-12T06:28:33.631Z
SHA-2565465baae88eb55b39be5d6c60dea9e21e729d9bc4cc6dad1eaedf5e927531615

Why flagged

What the scanner saw

Suspicious Publish Context: {"package_age_days":0,"publisher":"kong-link","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"semver"},"version_anomaly":false}

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumSuspicious Publish Contextmanifest{"package_age_days":0,"publisher":"kong-link","burst_same_day":1,"burst_week":1,"lure":{"kind":"edit_distance","target":"semver"},"version_anomaly":false}10

Manifest

Package metadata

Scripts28
  • buildnpm run build:lib && npm run build:scripts && npm run build:manager
  • build:cleannpm run clean && npm run build
  • build:libtsc -p tsconfig.server.json --incremental false && node -e "const fs=require('node:fs'); fs.mkdirSync('dist/server/server/speech/providers/local/sherpa/assets',{recursive:true}); fs.copyFileSync('src/server/speech/providers/local/sherpa/assets/silero_vad.onnx','dist/server/server/speech/providers/local/sherpa/assets/silero_vad.onnx'); fs.cpSync('src/terminal/shell-integration','dist/server/terminal/shell-integration',{recursive:true}); fs.cpSync('src/terminal/shell-integration','dist/src/terminal/shell-integration',{recursive:true}); fs.copyFileSync('src/terminal/terminal-ts-loader.mjs','dist/server/terminal/terminal-ts-loader.mjs');"
  • build:managernpm run build --workspace=@kong-link/server-manager && node ../../scripts/copy-manager-dist.mjs
  • build:scriptstsc -p tsconfig.scripts.json --incremental false && node -e "const fs=require('node:fs'); fs.mkdirSync('dist/scripts',{recursive:true}); fs.copyFileSync('scripts/mcp-stdio-socket-bridge-cli.mjs','dist/scripts/mcp-stdio-socket-bridge-cli.mjs');"
  • cleannode ../../scripts/clean-package-dist.mjs
  • devcross-env PASEO_NODE_ENV=development node --import tsx scripts/dev-runner.ts
  • dev:tsxcross-env PASEO_NODE_ENV=development tsx watch --ignore '**/*.timestamp-*' scripts/dev-runner.ts
  • generate:config-schematsx scripts/generate-config-schema.ts
  • prepacknode scripts/patch-kong-link-publish.mjs && npm run build:scripts && npm run build:manager
  • speech:downloadtsx scripts/download-speech-models.ts
  • speech:modelstsx scripts/list-speech-models.ts
  • speech:transcribe:localtsx scripts/transcribe-local-wav.ts
  • startnode dist/scripts/supervisor-entrypoint.js
  • testnpm run test:unit && npm run test:integration
  • test:e2evitest run e2e.test.ts --maxWorkers=1 --exclude "**/*.real.e2e.test.ts" --exclude "**/*.local.e2e.test.ts"
  • test:e2e:allvitest run e2e.test.ts --maxWorkers=1
  • test:e2e:localnpm run test:integration:local
  • test:e2e:realnpm run test:integration:real
  • test:e2e:uivitest --ui e2e.test.ts
  • test:integrationvitest run --maxWorkers=1 src/server/daemon-e2e/models.e2e.test.ts src/server/daemon-e2e/live-preferences.e2e.test.ts src/server/agent/model-catalog.e2e.test.ts
  • test:integration:allnpm run test:e2e
  • test:integration:localvitest run local.e2e.test.ts
  • test:integration:realvitest run real.e2e.test.ts
  • test:uivitest --ui
  • test:unitvitest run --exclude "**/*.e2e.test.ts"
  • test:watchvitest
  • typechecktsgo -p tsconfig.server.typecheck.json --noEmit
Dependencies38
  • @agentclientprotocol/sdk^0.17.1
  • @anthropic-ai/claude-agent-sdk^0.2.133
  • @getpaseo/highlightnpm:@kong-link/[email protected]
  • @getpaseo/protocolnpm:@kong-link/[email protected]
  • @getpaseo/relaynpm:@kong-link/[email protected]
  • @isaacs/ttlcache^2.1.4
  • @kong-link/client0.1.3
  • @kong-link/highlight0.1.3
  • @kong-link/protocol0.1.3
  • @kong-link/relay0.1.3
  • @modelcontextprotocol/sdk^1.20.1
  • @opencode-ai/sdk1.14.46
  • @xterm/headless^6.0.0
  • ai5.0.78
  • ajv^8.20.0
  • bcryptjs^3.0.3
  • dotenv^17.2.3
  • express^4.18.2
  • fast-deep-equal^3.1.3
  • lru-cache^11.5.1
  • mnemonic-id^3.2.7
  • node-pty1.2.0-beta.11
  • openai^4.20.0
  • p-limit^7.3.0
  • p-memoize^8.0.0
  • pino^10.2.0
  • pino-pretty^13.1.3
  • qrcode^1.5.4
  • rotating-file-stream^3.2.9
  • sherpa-onnx-node1.12.28
  • …and 8 more.