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":["@getpaseo/[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":["@getpaseo/[email protected]"],"fail_on":"high"}'Why flagged
What the scanner saw
Credential file access: matched ".ssh"
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 high · score 75 · status changed
Related candidates
Linked campaigns and clusters
boudra
2 members · evidence strength 59Evidence
Static findings
13 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/server/services/github-service.js | matched ".ssh" | 30 |
| medium | Remote Payload | package/dist/server/server/speech/providers/local/sherpa/model-catalog.js | matched "github.com/k2-fsa/sherpa-onnx/releases/download" | 12 |
Show all 13 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/server/services/github-service.js | matched ".ssh" | 30 |
| medium | Remote Payload | package/dist/server/server/speech/providers/local/sherpa/model-catalog.js | matched "github.com/k2-fsa/sherpa-onnx/releases/download" | 12 |
| low | Obfuscation | package/dist/server/server/agent/providers/codex-app-server-agent.js | matched "Buffer.from(trimmed, \"base64" | 3 |
| low | Obfuscation | package/dist/server/server/agent/providers/codex-rollout-timeline.js | matched "\\u0000" | 3 |
| low | Obfuscation | package/dist/server/shared/connection-offer.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/server/server/pagination/cursor.js | matched "Buffer.from(cursor, \"base64" | 3 |
| low | Obfuscation | package/dist/server/client/daemon-client.js | matched "atob(" | 3 |
| low | Obfuscation | package/dist/server/server/dictation/dictation-stream-manager.js | matched "Buffer.from(params.audioBase64, \"base64" | 3 |
| low | Obfuscation | package/dist/server/server/agent/mcp-server.js | matched "\\u001b" | 3 |
| low | Obfuscation | package/dist/server/server/session.js | matched "Buffer.from(msg.audio, \"base64" | 3 |
| low | Obfuscation | package/dist/server/shared/terminal-input-mode.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/server/terminal/terminal.js | matched "fromCharCode" | 3 |
| low | Obfuscation | package/dist/server/server/voice/voice-turn-controller.js | matched "Buffer.from(input.audioBase64, \"base64" | 3 |
Manifest
Package metadata
Scripts26
buildnode -e "require('node:fs').rmSync('dist',{ recursive: true, force: true })" && npm run build:lib && npm run build:scriptsbuild:libtsc -p tsconfig.server.json --incremental false && node -e "const fs=require('node:fs'); fs.mkdirSync('dist/server/server/speech/providers/local/sherpa/assets',{recursive:true}); fs.copyFileSync('src/server/speech/providers/local/sherpa/assets/silero_vad.onnx','dist/server/server/speech/providers/local/sherpa/assets/silero_vad.onnx'); fs.cpSync('src/terminal/shell-integration','dist/server/terminal/shell-integration',{recursive:true}); fs.cpSync('src/terminal/shell-integration','dist/src/terminal/shell-integration',{recursive:true}); fs.copyFileSync('src/terminal/terminal-ts-loader.mjs','dist/server/terminal/terminal-ts-loader.mjs');"build:scriptstsc -p tsconfig.scripts.json --incremental false && node -e "const fs=require('node:fs'); fs.mkdirSync('dist/scripts',{recursive:true}); fs.copyFileSync('scripts/mcp-stdio-socket-bridge-cli.mjs','dist/scripts/mcp-stdio-socket-bridge-cli.mjs');"devcross-env PASEO_NODE_ENV=development node --import tsx scripts/dev-runner.tsdev:tsxcross-env PASEO_NODE_ENV=development tsx watch --ignore '**/*.timestamp-*' scripts/dev-runner.tsgenerate:config-schematsx scripts/generate-config-schema.tsprepacknpm run buildspeech:downloadtsx scripts/download-speech-models.tsspeech:modelstsx scripts/list-speech-models.tsspeech:transcribe:localtsx scripts/transcribe-local-wav.tsspeech:tts:matrixtsx scripts/generate-sherpa-tts-matrix.tsstartnode dist/scripts/supervisor-entrypoint.jstestnpm run test:unit && npm run test:integrationtest:e2evitest run e2e.test.ts --maxWorkers=1 --exclude "**/*.real.e2e.test.ts" --exclude "**/*.local.e2e.test.ts"test:e2e:allvitest run e2e.test.ts --maxWorkers=1test:e2e:localnpm run test:integration:localtest:e2e:realnpm run test:integration:realtest:e2e:uivitest --ui e2e.test.tstest:integrationvitest run --maxWorkers=1 src/server/daemon-e2e/models.e2e.test.ts src/server/daemon-e2e/live-preferences.e2e.test.ts src/server/agent/model-catalog.e2e.test.tstest:integration:allnpm run test:e2etest:integration:localvitest run local.e2e.test.tstest:integration:realvitest run real.e2e.test.tstest:uivitest --uitest:unitvitest run --exclude "**/*.e2e.test.ts"test:watchvitesttypechecktsgo -p tsconfig.server.typecheck.json --noEmit
Dependencies34
@agentclientprotocol/sdk^0.17.1@anthropic-ai/claude-agent-sdk^0.2.133@getpaseo/highlight0.1.80@getpaseo/relay0.1.80@isaacs/ttlcache^2.1.4@modelcontextprotocol/sdk^1.20.1@opencode-ai/sdk1.14.46@sctg/sentencepiece-js^1.1.0@xterm/headless^6.0.0ai5.0.78ajv^8.20.0bcryptjs^3.0.3dotenv^17.2.3express^4.18.2fast-deep-equal^3.1.3mnemonic-id^3.2.7node-pty1.2.0-beta.11onnxruntime-node^1.23.0openai^4.20.0p-limit^7.3.0p-memoize^8.0.0pino^10.2.0pino-pretty^13.1.3qrcode^1.5.4rotating-file-stream^3.2.9sherpa-onnx1.12.28sherpa-onnx-node1.12.28strip-ansi^7.1.2tree-kill^1.2.2uuid^9.0.1- …and 4 more.