PkgRadar

Package evidence

@pristine-ts/[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
1
First published
Jun 2026
Publisher
etiennenoel

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":["@pristine-ts/[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":["@pristine-ts/[email protected]"],"fail_on":"review"}'
Publisheretiennenoel
Artifact bytes143,759
Previous versionnone
Published2026-06-20T16:16:23.803Z
SHA-2561b20c03a64cb0b994d04216884c398129b45e59e797dbe8296dd46ed3fc58774

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/lib/cjs/gcp.module.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/lib/esm/gcp.module.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts4
  • buildtsc -p tsconfig.json && tsc -p tsconfig.cjs.json
  • prepublishnpm run build
  • testjest
  • test:covjest --coverage
Dependencies8
  • @google-cloud/eventarc-publishing^2.0.0
  • @google-cloud/firestore^7.10.0
  • @google-cloud/pubsub^4.8.0
  • @google-cloud/secret-manager^5.6.0
  • @google-cloud/storage^7.14.0
  • @pristine-ts/common^2.0.16
  • @pristine-ts/core^2.0.16
  • @pristine-ts/logging^2.0.16