PkgRadar

Package evidence

@elyracode/[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.

Weekly downloads
2,839Niche · −30% score
Versions published
69
First published
May 2026
Publisher
kwhorne

Effective trust discount applied: 30% (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":["@elyracode/[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":["@elyracode/[email protected]"],"fail_on":"review"}'
Publisherkwhorne
Artifact bytes405,435
Previous version0.9.8
Published2026-06-11T12:01:28.038Z
SHA-25681d48ff4ab8829735bf788874fc7e8a7fb4198b0a9ab4b97c49d9c53cbf10bf8

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
3Score
0.9.9Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/env-api-keys.jsmatched "GOOGLE_APPLICATION_CREDENTIALS"5

Manifest

Package metadata

Scripts8
  • buildnpm run generate-models && npm run generate-image-models && tsgo -p tsconfig.build.json
  • cleanshx rm -rf dist
  • devtsgo -p tsconfig.build.json --watch --preserveWatchOutput
  • dev:tsctsgo -p tsconfig.build.json --watch --preserveWatchOutput
  • generate-image-modelsnpx tsx scripts/generate-image-models.ts
  • generate-modelsnpx tsx scripts/generate-models.ts
  • prepublishOnlynpm run clean && npm run build
  • testvitest --run
Dependencies11
  • @anthropic-ai/sdk^0.102.0
  • @aws-sdk/client-bedrock-runtime^3.1030.0
  • @google/genai^1.40.0
  • @mistralai/mistralai^2.2.0
  • chalk^5.6.2
  • openai^6.26.0
  • partial-json^0.1.7
  • proxy-agent^6.5.0
  • typebox^1.1.24
  • undici^7.19.1
  • zod-to-json-schema^3.24.6