PkgRadar

Package evidence

@vok-think/[email protected]

Credential File Packaged: package/.env

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
2
First published
May 2026
Publisher
vok-think

Recommended action

Block this update

Static 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":["@vok-think/[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":["@vok-think/[email protected]"],"fail_on":"high"}'
Publishervok-think
Artifact bytes4,041,313
Previous version1.0.0
Published2026-05-29T01:55:42.005Z
SHA-256fde71dea332559315b438bd02c3b1329b043cfde3bf5a87a2f78877a4387e83a

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

high
Last checked
highRisk
60Score
1.0.1Version
Status history (2 events)
  1. availableavailable · risk high · score 60 · status available -> available, risk high -> high, score 120 -> 60
  2. newavailable · risk high · score 120 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
highNew Account With Lifecycle Hookpackage.jsonpackage first published 13 day(s) ago, 2 total version(s), has lifecycle hook25
Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
highNew Account With Lifecycle Hookpackage.jsonpackage first published 13 day(s) ago, 2 total version(s), has lifecycle hook25
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.