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
- 1,449Niche · −30% score
- Versions published
- 259Established · −30% score
- First published
- Oct 2025
- Publisher
- paulgprei
Effective trust discount applied: −30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Remote Payload: matched "Invoke-WebRequest"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk high · score 42 · status available -> available, risk high -> high, score 74 -> 42
- new → available · risk high · score 74 · status changed
Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/src/console/tabs/voices-tab.js | matched "Invoke-WebRequest" | 12 |
| medium | Remote Payload | package/.claude/hooks/piper-installer.sh | matched "github.com/rhasspy/piper/releases/download" | 12 |
| medium | Remote Payload | package/.claude/hooks/termux-installer.sh | matched "curl " | 12 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/src/console/tabs/voices-tab.js | matched "Invoke-WebRequest" | 12 |
| medium | Remote Payload | package/.claude/hooks/piper-installer.sh | matched "github.com/rhasspy/piper/releases/download" | 12 |
| medium | Remote Payload | package/.claude/hooks/termux-installer.sh | matched "curl " | 12 |
| low | Credential file access | package/src/installer.js | matched ".ssh/" | 5 |
| low | Credential file access | package/src/console/tabs/receiver-tab.js | matched ".ssh/" | 5 |
| low | Credential file access | package/src/console/tabs/settings-tab.js | matched ".ssh/" | 5 |
| low | Credential file access | package/src/console/tabs/setup-tab.js | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node mcp-server/install-deps.js" | 5 |
Manifest
Package metadata
Scripts10
install-localnode src/installer.js installinstall-mcp-depsnode mcp-server/install-deps.jspostinstallnode mcp-server/install-deps.jstestnpm run test:syntax && AGENTVIBES_TEST_MODE=true bats test/unit/*.bats && npm run test:coveragetest:batsAGENTVIBES_TEST_MODE=true bats test/unit/*.batstest:coveragec8 --reporter=lcov --reporter=text node --test test/unit/*.test.jstest:nodenode --test test/unit/*.test.jstest:syntaxnode -c src/installer.js && node -c mcp-server/install-deps.jstest:verboseAGENTVIBES_TEST_MODE=true bats -t test/unit/*.batsversionnode scripts/sync-readme-version.js && git add README.md
Dependencies9
@inquirer/search^3.1.3blessed^0.1.81boxen^7.0.0chalk^5.0.0commander^10.0.0figlet^1.6.0inquirer^12.0.0js-yaml^4.1.1ora^6.0.0