PkgRadar

Package evidence

@cloudcli-ai/[email protected]

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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.

Versions published
17
First published
Apr 2026
Publisher
simossiteboon

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":["@cloudcli-ai/[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":["@cloudcli-ai/[email protected]"],"fail_on":"review"}'
Publishersimossiteboon
Artifact bytes3,948,877
Previous version1.31.5
Published2026-05-13T12:02:25.716Z
SHA-256b60514bbef019dd34302eb54e2b14300c8095ab115eade5c79316cf82d11240d

Why flagged

What the scanner saw

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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

Availability ledger

available

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist-server/server/modules/providers/list/gemini/gemini-auth.provider.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist-server/server/gemini-cli.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/server/gemini-cli.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/server/modules/providers/list/gemini/gemini-auth.provider.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/fix-node-pty.js"5

Manifest

Package metadata

Scripts19
  • buildnpm run build:client && npm run build:server
  • build:clientvite build
  • build:servertsc -p server/tsconfig.json && tsc-alias -p server/tsconfig.json
  • clientvite
  • devconcurrently --kill-others "npm run server:dev" "npm run client"
  • linteslint src/ server/
  • lint:fixeslint src/ server/ --fix
  • postinstallnode scripts/fix-node-pty.js
  • prebuild:servernode -e "require('node:fs').rmSync('dist-server', { recursive: true, force: true })"
  • preparehusky
  • prepublishOnlynpm run build
  • previewvite preview
  • release./release.sh
  • servernode dist-server/server/index.js
  • server:devtsx --tsconfig server/tsconfig.json server/index.js
  • server:dev-watchtsx watch --tsconfig server/tsconfig.json server/index.js
  • startnpm run build && npm run server
  • typechecktsc --noEmit -p tsconfig.json && tsc --noEmit -p server/tsconfig.json
  • update:platform./update-platform.sh
Dependencies57
  • @anthropic-ai/claude-agent-sdk^0.2.116
  • @codemirror/lang-css^6.3.1
  • @codemirror/lang-html^6.4.9
  • @codemirror/lang-javascript^6.2.4
  • @codemirror/lang-json^6.0.1
  • @codemirror/lang-markdown^6.3.3
  • @codemirror/lang-python^6.2.1
  • @codemirror/merge^6.11.1
  • @codemirror/theme-one-dark^6.1.2
  • @iarna/toml^2.2.5
  • @octokit/rest^22.0.0
  • @openai/codex-sdk^0.125.0
  • @replit/codemirror-minimap^0.5.2
  • @tailwindcss/typography^0.5.16
  • @uiw/react-codemirror^4.23.13
  • @vscode/ripgrep^1.17.1
  • @xterm/addon-clipboard^0.1.0
  • @xterm/addon-fit^0.10.0
  • @xterm/addon-web-links^0.11.0
  • @xterm/addon-webgl^0.18.0
  • @xterm/xterm^5.5.0
  • bcrypt^6.0.0
  • better-sqlite3^12.6.2
  • chokidar^4.0.3
  • class-variance-authority^0.7.1
  • clsx^2.1.1
  • cmdk^1.1.1
  • cors^2.8.5
  • cross-spawn^7.0.3
  • express^4.18.2
  • …and 27 more.