PkgRadar

Package evidence

[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
291Mature · −50% score
First published
Sep 2012
Publisher
google-wombot

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishergoogle-wombot
Artifact bytes16,759,248
Previous version171.4.0
Published2026-05-20T16:50:28.749Z
SHA-25666d82a80de1273685be4eebc3c9b47d3b6f44c6cf1fca7caf98158d7bce4f0b4

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
1Score
172.0.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/build/src/generator/synth.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts30
  • build-testcross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.test.json
  • build-toolstsc -p tsconfig.tools.json
  • cleangts clean
  • compilecross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.json
  • docsnpm run compile && node build/src/generator/docs
  • docs-extractnode --max-old-space-size=8192 ./node_modules/@microsoft/api-extractor/bin/api-extractor run --local --verbose
  • docs-mdnode --max-old-space-size=8192 ./node_modules/@microsoft/api-documenter/bin/api-documenter markdown --input-folder build/docs --output-folder docs
  • docs-testecho 🙈 this was taking too long and timing out CI
  • docs2npm run docs-extract && npm run docs-md
  • downloadnode build/src/generator/download.js
  • fixgts fix
  • generatenode --max-old-space-size=8192 build/src/generator/generator.js
  • lintgts check
  • prebuild-testrimraf build
  • precompilerimraf build
  • predocsnpm run build-tools
  • predocs2npm run compile
  • predownloadnpm run build-tools
  • pregeneratenpm run build-tools
  • prelintcd samples; npm link ../; npm i
  • preparenpm run compile
  • presubmit-prsnpm run compile
  • presystem-testnpm run build-test
  • pretestnpm run build-test
  • preupdate-disclaimersnpm run build-tools
  • samples-testcd samples && npm install && npm link ../ && pwd && npm test
  • submit-prsnode --max-old-space-size=8192 build/src/generator/synth.js
  • system-testmocha build/system-test
  • testc8 mocha build/test
  • update-disclaimersnode build/src/generator/disclaimer.js
Dependencies2
  • google-auth-library^10.2.0
  • googleapis-common^8.0.0