PkgRadar

Package evidence

[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.

Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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":["[email protected]"],"fail_on":"review"}'
Artifact bytes174,777
Previous version1.5.34
Published2026-05-25T03:49:29.240Z
SHA-25613f54b97cf756f96e6d5379c6ceccf12ef677d88ee3de9f3c677fa41d3feb564

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
33Score
1.5.35Version
Status history (1 event)
  1. newavailable · risk review · score 33 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/doctor.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/endpoint-exposure.jsmatched "cUrl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/doctor.jsmatched "cUrl "12
mediumRemote Payloadpackage/dist/endpoint-exposure.jsmatched "cUrl "12
lowObfuscationpackage/dist/cli-updater.jsmatched "\\u0000"3
lowObfuscationpackage/dist/model-registry.jsmatched "\\u0000"3
lowObfuscationpackage/dist/upstream-contracts.jsmatched "\\u0000"3

Manifest

Package metadata

Scripts26
  • buildtsc -p tsconfig.build.json
  • build:alltsc
  • checknpm run build && npm run lint && npm test && npm run security:audit
  • doctornode dist/index.js doctor --json
  • formatprettier --write 'src/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts'
  • linteslint src/**/*.ts
  • lint:fixeslint src/**/*.ts --fix
  • migratenode dist/migrate.js
  • prepublishOnlynpm run build && npm test
  • release:buildbash installer/build-release.sh
  • release:checksumscd installer/dist && sha256sum --check SHA256SUMS
  • release:dockerdocker compose -f docker-compose.personal.yml build
  • security:auditbash scripts/release-security-audit.sh
  • startnode dist/index.js
  • start:httpnode dist/index.js --transport=http
  • testvitest run
  • test:allnpm run test && npm run test:pg
  • test:civitest run --pool=forks --maxWorkers=1
  • test:coveragevitest run --coverage
  • test:integrationINTEGRATION_TESTS=1 vitest run src/__tests__/integration.test.ts
  • test:pgbash ./scripts/test-pg.sh
  • test:sessionvitest run src/__tests__/session-manager.test.ts
  • test:session-pgbash ./scripts/test-pg.sh src/__tests__/session-manager-pg.test.ts
  • test:unitvitest run src/__tests__/executor.test.ts
  • test:watchvitest
Dependencies6
  • @modelcontextprotocol/sdk^1.29.0
  • better-sqlite3^12.10.0
  • content-type1.0.5
  • smol-toml^1.6.1
  • type-is2.0.1
  • zod^3.23.0