PkgRadar

Package evidence

[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
2
First published
Apr 2026
Publisher
bradkinnard

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"}'
Publisherbradkinnard
Artifact bytes278,353
Previous versionnone
Published2026-04-30T12:53:54.870Z
SHA-256eb8980d26074fa15318d43eab055426ca8ca7a3bc857edabf5f17776c61dd225

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
5Score
7.0.0-alpha.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · 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/dist/src/secret-redactor.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts13
  • buildtsc -p tsconfig.build.json && node -e "require('fs').chmodSync('dist/src/cli.js', 0o755)"
  • build-pluginnode scripts/build-plugin.js
  • cleannode -e "require('fs').rmSync('dist',{recursive:true,force:true})"
  • formatprettier --write 'src/**/*.{ts,tsx}' 'test/**/*.ts'
  • format:checkprettier --check 'src/**/*.{ts,tsx}' 'test/**/*.ts'
  • linteslint 'src/**/*.{ts,tsx}' 'test/**/*.ts'
  • lint:fixeslint --fix 'src/**/*.{ts,tsx}' 'test/**/*.ts'
  • prebuildnpm run clean
  • prepublishOnlynpm run build && npm test
  • startnode dist/src/cli.js
  • testnpm run build && mocha --recursive 'dist/test/**/*.test.js'
  • test:cimocha --recursive 'dist/test/**/*.test.js'
  • typechecktsc --noEmit -p tsconfig.build.json
Dependencies1
  • js-yaml^4.1.1