PkgRadar

Package evidence

@revenium/[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
8
First published
Mar 2026
Publisher
gabi_sabadin

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":["@revenium/[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":["@revenium/[email protected]"],"fail_on":"review"}'
Publishergabi_sabadin
Artifact bytes90,350
Previous version1.1.4
Published2026-05-08T16:26:52.351Z
SHA-25670499080e5a47d26ac117f7f2c93a10265afa1b930a4f9a4894a302105687361

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cjs/google/vertex/controller.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/esm/google/vertex/controller.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/cjs/google/vertex/service.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/esm/google/vertex/service.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts22
  • buildnpm run build:cjs && npm run build:esm && npm run build:types && npm run fix-esm
  • build:cjstsc -p tsconfig.json
  • build:esmtsc -p tsconfig.esm.json
  • build:typestsc -p tsconfig.types.json
  • cleannode -e "const fs = require('fs'); if (fs.existsSync('dist')) fs.rmSync('dist', {recursive: true, force: true})"
  • fix-esmnode scripts/fix-esm-imports.js
  • formatprettier --write "src/**/*.ts" "tests/**/*.ts"
  • format:checkprettier --check "src/**/*.ts" "tests/**/*.ts"
  • linteslint src/ tests/
  • lint:fixeslint src/ tests/ --fix
  • prepublishOnlynpm run clean && npm run build
  • testjest
  • test:anthropicjest --testPathPatterns=tests/unit/anthropic
  • test:corejest --testPathPatterns=tests/unit/_core
  • test:coveragejest --coverage
  • test:faljest --testPathPatterns=tests/unit/fal
  • test:googlejest --testPathPatterns=tests/unit/google
  • test:integrationjest --testPathPatterns=tests/integration
  • test:litellmjest --testPathPatterns=tests/unit/litellm
  • test:openaijest --testPathPatterns=tests/unit/openai
  • test:perplexityjest --testPathPatterns=tests/unit/perplexity
  • test:watchjest --watch