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.

Weekly downloads
38
Versions published
7
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 bytes698,502
Previous version0.2.0
Published2026-06-10T04:45:03.830Z
SHA-25605cf324be0c068dc6c335d643f10a799127402308241df1a5d6f4e4ff0189195

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/tunnel/auth-handler.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/adapters/gemini/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/adapters/probe/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

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