PkgRadar

Package evidence

@linsoai/[email protected]

Remote Payload: matched "curl "

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
11
First published
Apr 2026
Publisher
bg6nwl

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":["@linsoai/[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":["@linsoai/[email protected]"],"fail_on":"review"}'
Publisherbg6nwl
Artifact bytes41,310
Previous version1.0.9
Published2026-05-15T10:54:52.161Z
SHA-256fb83e9ff65f12125287c2ab1eb4d75171959f7b7b1364908162f531fc7df890e

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

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/server/cli.jsmatched "curl "12
mediumRemote Payloadpackage/server/install.jsmatched "curl "12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/server/cli.jsmatched "curl "12
mediumRemote Payloadpackage/server/install.jsmatched "curl "12
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node server/install.js"5

Manifest

Package metadata

Scripts7
  • mcpnode server/mcp-server.js
  • pack:dry-runnpm pack --dry-run
  • postinstallnode server/install.js
  • postuninstallnode server/uninstall.js 2>/dev/null || true
  • prepublishOnlynode scripts/sync-version.mjs
  • startnode server/relay-server.js
  • sync-versionnode scripts/sync-version.mjs
Dependencies1
  • ws^8.18.0