PkgRadar

Package evidence

@privateforge/[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
4
First published
May 2026
Publisher
kunalpatel90

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":["@privateforge/[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":["@privateforge/[email protected]"],"fail_on":"review"}'
Publisherkunalpatel90
Artifact bytes668,386
Previous version0.1.6
Published2026-05-25T07:59:38.584Z
SHA-2563bb2907f0e46e90bc1ab4423ba37f592a5cd16a313f5574b2b027cea435a556a

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
67Score
0.1.7Version
Status history (1 event)
  1. newavailable · risk review · score 67 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/tunnel/auth-handler.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
Show all 12 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/tunnel/auth-handler.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
lowCredential file accesspackage/dist/adapters/gemini/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/adapters/probe/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowObfuscationpackage/dist/oauth/anthropic-claude.jsmatched "Buffer.from(parts[1], \"base64"3
lowObfuscationpackage/dist/cli/api-client.jsmatched "\\x00"3
lowObfuscationpackage/dist/cli/format.jsmatched "\\x1b"3
lowObfuscationpackage/dist/oauth/github-copilot.jsmatched "atob("3
lowObfuscationpackage/dist/tools/image-generate-sync.jsmatched "Buffer.from(entry.b64_json, \"base64"3
lowObfuscationpackage/dist/cli/jobs.jsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/logout.jsmatched "\\x00"3
lowObfuscationpackage/dist/oauth/openai-codex.jsmatched "Buffer.from(parts[1], \"base64"3
lowObfuscationpackage/dist/cli/token-display.jsmatched "\\x1b"3

Manifest

Package metadata

Scripts11
  • buildtsc -p tsconfig.json
  • devtsx src/index.ts
  • linteslint src vitest.config.ts packages
  • postbuildnode scripts/postbuild.mjs
  • prepublishOnlynpm run lint && npm run build && npm test
  • smokenode dist/index.js --version && node dist/index.js --help
  • startnode dist/index.js
  • start:pluginnpm install --no-audit --no-fund --silent && npm run build --silent && node dist/index.js --stdio
  • testvitest run
  • test:coveragevitest run --coverage
  • typechecktsc --noEmit
Dependencies5
  • @napi-rs/keyring^1.3.0
  • @zed-industries/agent-client-protocol^0.4.5
  • ts-morph^28.0.0
  • ws^8.21.0
  • zod^3.25.76