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 bytes42,992
Previous versionnone
Published2026-05-13T15:22:15.927Z
SHA-2567f20bf8e1ea9c8c47f5a7dfd9ff493944206ab52079cb8e57bf68a7001e5b49c

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
63Score
0.1.4Version
Status history (1 event)
  1. newavailable · risk high · score 63 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

kunalpatel90

2 members · evidence strength 59

Evidence

Static findings

3 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
Show all 3 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
lowObfuscationpackage/package.jsonmatched "\\u2014"3

Manifest

Package metadata

Scripts9
  • buildtsc -p tsconfig.json
  • devtsx src/index.ts
  • linttsc --noEmit
  • postbuildchmod +x dist/index.js
  • prepublishOnlynpm 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
  • testnode scripts/test.mjs
Dependencies1
  • ws^8.18.0