PkgRadar

Package evidence

[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
171Mature · −50% score
First published
Feb 2015
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 bytes128,550
Previous version10.6.1
Published2026-03-16T17:09:49.092Z
SHA-256707a26e3dae617a5ae0a3758b8de8745ab942969f651643a76a84cbaf4ee1ba5

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
10.6.2Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/build/src/auth/defaultawssecuritycredentialssupplier.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/build/src/auth/googleauth.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts17
  • browser-testkarma start
  • cleangts clean
  • compiletsc -p .
  • docsjsdoc -c .jsdoc.js
  • docs-testecho 'disabled until linkinator is fixed'
  • fixgts fix
  • lintgts check --no-inline-config
  • predocs-testnpm run docs
  • prelintcd samples; npm link ../; npm install
  • preparenpm run compile
  • presystem-testnpm run compile -- --sourceMap
  • pretestnpm run compile -- --sourceMap
  • samples-setupcd samples/ && npm link ../ && npm run setup && cd ../
  • samples-testcd samples/ && npm link ../ && npm test && cd ../
  • system-testmocha build/system-test --timeout 60000
  • testc8 mocha build/test
  • webpackwebpack
Dependencies6
  • base64-js^1.3.0
  • ecdsa-sig-formatter^1.0.11
  • gaxios^7.1.4
  • gcp-metadata8.1.2
  • google-logging-utils1.1.3
  • jws^4.0.0