PkgRadar

Package evidence

@ingwannu/[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
9
First published
Jun 2026
Publisher
ingwannu

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":["@ingwannu/[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":["@ingwannu/[email protected]"],"fail_on":"review"}'
Publisheringwannu
Artifact bytes322,037
Previous version0.2.15
Published2026-06-20T07:24:36.498Z
SHA-25623edf1fe0fd6c6722296e3db2f109a60e273f144ee2f0df8b59d54b533735494

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/bin/codex-multicodex.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/dist/provider-native.jsmatched "google_application_credentials"5
lowCredential file accesspackage/dist/provider-registry.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts15
  • buildnpm run build:web && npm run build:api
  • build:apitsc -p tsconfig.json
  • build:webnpm --prefix web run build
  • codex:authnode bin/codex-multicodex.js auth
  • codex:doctornode bin/codex-multicodex.js doctor
  • codex:installnode bin/codex-multicodex.js install
  • codex:syncnode bin/codex-multicodex.js sync
  • codex:uninstallnode bin/codex-multicodex.js uninstall
  • codex:updatenode bin/codex-multicodex.js update
  • devtsx watch src/server.ts
  • pack:checknpm pack --dry-run
  • prepacknpm run build && node scripts/prepare-package.js
  • publish:drynpm publish --dry-run --access public
  • startnode dist/server.js
  • testnpm run build:api && node --test test/*.test.mjs && node --import tsx --test test/*.test.ts
Dependencies4
  • @foxglove/wasm-zstd^1.0.1
  • body-parser^1.20.4
  • express^4.22.1
  • ws^8.20.0