PkgRadar

Package evidence

@google/[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
235
Versions published
12
First published
Apr 2026
Publisher
google-wombot

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":["@google/[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":["@google/[email protected]"],"fail_on":"review"}'
Publishergoogle-wombot
Artifact bytes139,295
Previous version1.8.0
Published2026-06-08T17:37:44.808Z
SHA-2564f91af77977bf548a8a0b3fab2cdd7893db2217fda4b59a2c6dd53db3f27de83

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
1.9.0Version
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/lib/util/auth.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/tools/utils/wrapper.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts22
  • auth:loginnode bin/cli.js auth login
  • auth:statusnode bin/cli.js auth status
  • evalCEP_BACKEND=fake node test/evals/run.js
  • eval:agenticCEP_BACKEND=fake node test/evals/run.js --category inspection,troubleshooting,mutation,discovery,connectors
  • eval:boundaryCEP_BACKEND=fake node test/evals/run.js --category boundary
  • eval:fullCEP_BACKEND=fake node test/evals/run.js --runs 3 --output results/eval-full.md
  • eval:knowledgeCEP_BACKEND=fake node test/evals/run.js --category knowledge
  • eval:licensingCEP_BACKEND=fake node test/evals/run.js --category licensing
  • eval:promptCEP_BACKEND=fake node test/evals/run.js --category prompt
  • formatprettier --write .
  • linteslint .
  • lint:fixeslint --fix .
  • mcp-inspectornpx @modelcontextprotocol/inspector node mcp-server.js
  • postsubmitnpm run presubmit && npm run test:integration:real
  • preparehusky || true
  • presubmitprettier --check . && npm run lint && npm run test:unit && npm run test:integration:fake && npm run test:smoke
  • startnode mcp-server.js
  • testnode test/run-all.js
  • test:integration:fakeCEP_LOG_LEVEL=SILENT SKIP_SLOW=true EXPERIMENT_DELETE_TOOL_ENABLED=true node test/run-integration.js fake
  • test:integration:realCEP_LOG_LEVEL=SILENT EXPERIMENT_DELETE_TOOL_ENABLED=true node test/run-integration.js real
  • test:smokeCEP_LOG_LEVEL=SILENT GCP_STDIO=false node test/local/smoke-test.js
  • test:unitCEP_LOG_LEVEL=SILENT node test/run-unit.js
Dependencies10
  • @dotenvx/dotenvx^1.66.0
  • @modelcontextprotocol/sdk^1.29.0
  • axios^1.16.1
  • cheerio^1.2.0
  • express^5.2.1
  • google-auth-library^10.6.2
  • googleapis^171.4.0
  • gray-matter^4.0.3
  • open^10.2.0
  • zod^4.4.3