PkgRadar

Package evidence

@privateforge/[email protected]

Credential file access: matched "GOOGLE_APPLICATION_CREDENTIALS"

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":["@privateforge/[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":["@privateforge/[email protected]"],"fail_on":"high"}'
Publisherkunalpatel90
Artifact bytes462,779
Previous version0.1.4
Published2026-05-24T02:31:24.709Z
SHA-2563f889da663f03b1e58a74a81572da6771cb8ec48e27a684fbacd3c1405cbfa39

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

high
Last checked
highRisk
117Score
0.1.5Version
Status history (1 event)
  1. newavailable · risk high · score 117 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

kunalpatel90

2 members · evidence strength 59

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/tunnel/auth-handler.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
highCredential file accesspackage/dist/adapters/gemini/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
highCredential file accesspackage/dist/adapters/probe/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
mediumRemote Payloadpackage/dist/cli/index.jsmatched "curl "12
Show all 9 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/tunnel/auth-handler.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
highCredential file accesspackage/dist/adapters/gemini/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
highCredential file accesspackage/dist/adapters/probe/index.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"30
mediumRemote Payloadpackage/dist/cli/index.jsmatched "curl "12
lowObfuscationpackage/dist/cli/api-client.jsmatched "\\x00"3
lowObfuscationpackage/dist/cli/format.jsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/jobs.jsmatched "\\x1b"3
lowObfuscationpackage/dist/cli/logout.jsmatched "\\x00"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
  • 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
Dependencies4
  • @zed-industries/agent-client-protocol^0.4.5
  • ts-morph^28.0.0
  • ws^8.18.0
  • zod^3.25.76