PkgRadar

Package evidence

[email protected]

Remote Payload: matched "github.com/sosedoff/pgweb/releases/download"

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
839
Versions published
155Established · −30% score
First published
Nov 2025
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 bytes935,178
Previous version0.58.5
Published2026-06-17T20:38:47.243Z
SHA-256d7698075e6c9d3946cb3891f8d4452fc741e87f11f9d636b79ca22c271917960

Why flagged

What the scanner saw

Remote Payload: matched "github.com/sosedoff/pgweb/releases/download"

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/cli/commands/menu/shell-handlers.jsmatched "github.com/sosedoff/pgweb/releases/download"12

Manifest

Package metadata

Scripts31
  • //build:versionTODO - what is the purpose of this?
  • buildrun-s build:version build:tsc build:alias build:assets build:shebang
  • build:aliastsc-alias -p tsconfig.build.json --resolve-full-paths
  • build:assetsnode -e "require('fs').cpSync('config/engines.json','dist/config/engines.json')"
  • build:shebangnode -e "const f='dist/cli/bin.js';let s=require('fs').readFileSync(f,'utf8');s=s.replace(/^#!.*\n/,'#!/usr/bin/env node\n');require('fs').writeFileSync(f,s)"
  • build:tsctsc -p tsconfig.build.json
  • build:versionnode -e "var p=require('./package.json');require('fs').writeFileSync('config/version.ts','// Auto-generated — do not edit manually\nexport const VERSION = \''+p.version+'\'\n')"
  • checktsc --noEmit
  • delete:demostsx scripts/generate/delete-demos.ts
  • devtsx --env-file-if-exists=.env cli/bin.ts
  • flip-hostdb-pinnode scripts/flip-hostdb-pin.mjs
  • formatprettier --write .
  • generate:backuptsx scripts/generate/backup/index.ts
  • generate:dbtsx scripts/generate/db/index.ts
  • generate:missingtsx scripts/generate/missing-databases.ts
  • linteslint . && pnpm check
  • preppnpm build:version
  • prepackpnpm build
  • preparehusky
  • starttsx cli/bin.ts
  • testrun-s test:all
  • test:allrun-s test:unit test:integration
  • test:clinode --import tsx --test --test-reporter=spec --experimental-test-isolation=none tests/integration/cli-e2e.test.ts
  • test:dockerbash tests/docker/run-docker-test.sh
  • test:enginetsx scripts/test-engine.ts
  • test:hostdb-syncnode --import tsx --test --test-reporter=spec --experimental-test-isolation=none tests/integration/hostdb-sync.test.ts
  • test:integrationtsx scripts/test-engine.ts
  • test:local./scripts/test-local.sh
  • test:local:fresh./scripts/test-local.sh --fresh
  • test:local:quick./scripts/test-local.sh --quick
  • …and 1 more.
Dependencies8
  • chalk^5.3.0
  • commander^12.1.0
  • hostdb0.33.5
  • inquirer^9.3.7
  • inquirer-autocomplete-prompt^3.0.1
  • ora^8.1.1
  • string-width^8.1.0
  • unzipper^0.12.3