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 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":["[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"}'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
Status history (1 event)
- new → available · risk review · score 3 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/dist/cli/commands/menu/shell-handlers.js | matched "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:shebangbuild:aliastsc-alias -p tsconfig.build.json --resolve-full-pathsbuild: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.jsonbuild: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 --noEmitdelete:demostsx scripts/generate/delete-demos.tsdevtsx --env-file-if-exists=.env cli/bin.tsflip-hostdb-pinnode scripts/flip-hostdb-pin.mjsformatprettier --write .generate:backuptsx scripts/generate/backup/index.tsgenerate:dbtsx scripts/generate/db/index.tsgenerate:missingtsx scripts/generate/missing-databases.tslinteslint . && pnpm checkpreppnpm build:versionprepackpnpm buildpreparehuskystarttsx cli/bin.tstestrun-s test:alltest:allrun-s test:unit test:integrationtest:clinode --import tsx --test --test-reporter=spec --experimental-test-isolation=none tests/integration/cli-e2e.test.tstest:dockerbash tests/docker/run-docker-test.shtest:enginetsx scripts/test-engine.tstest:hostdb-syncnode --import tsx --test --test-reporter=spec --experimental-test-isolation=none tests/integration/hostdb-sync.test.tstest:integrationtsx scripts/test-engine.tstest:local./scripts/test-local.shtest:local:fresh./scripts/test-local.sh --freshtest:local:quick./scripts/test-local.sh --quick- …and 1 more.
Dependencies8
chalk^5.3.0commander^12.1.0hostdb0.33.5inquirer^9.3.7inquirer-autocomplete-prompt^3.0.1ora^8.1.1string-width^8.1.0unzipper^0.12.3