PkgRadar

Package evidence

@langwatch/[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
138
Versions published
32
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@langwatch/[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":["@langwatch/[email protected]"],"fail_on":"review"}'
Artifact bytes24,064,212
Previous version3.4.0
Published2026-05-31T20:22:24.202Z
SHA-2569f8a9ccfe52e96d00d0ed4db0d937498165f7b5cbbc1dfabbd9d317c3de9f73a

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/langevals/langevals_core/langevals_core/litellm_patch.pymatched "GOOGLE_APPLICATION_CREDENTIALS"10
Show all 22 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/langevals/langevals_core/langevals_core/litellm_patch.pymatched "GOOGLE_APPLICATION_CREDENTIALS"10
lowCredential file accesspackage/packages/server/dist/cli.cjsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/langwatch/src/env-create.mjsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/langevals/langevals_core/langevals_core/base_evaluator.pymatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/langwatch/src/tasks/cleanupOldLambdas.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/langwatch/src/server/gateway/config.materialiser.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/langwatch/src/utils/constants.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/langwatch/src/server/scenarios/execution/data-prefetcher.tsmatched "aws_access_key"5
lowCredential file accesspackage/langwatch/src/optimization_studio/server/lambda/index.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/langwatch/src/server/api/routers/modelProviders.utils.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/langwatch/src/server/background/workers/collector/piiCheck.tsmatched "GOOGLE_APPLICATION_CREDENTIALS"5
lowCredential file accesspackage/langwatch/src/server/modelProviders/registry.tsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/langwatch/ee/governance/services/pullers/s3PollingPullerAdapter.tsmatched "aws_access_key"5
lowCredential file accesspackage/langwatch/package.jsonmatched "AWS_ACCESS_KEY"3
lowObfuscation Densitypackage/langwatch/dist/client/assets/chunk-727SXJPM-CpWqgIxk.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/langwatch/dist/client/assets/flowDiagram-I6XJVG4X-DptnFJiL.jshigh encoded/escaped-token density0
lowLarge Javascript Payloadpackage/langwatch/dist/client/assets/index-DDwwBb9e.js6707593 bytes0
lowLarge Javascript Payloadpackage/mcp-server/dist/index.js2914942 bytes0
lowLarge Javascript Payloadpackage/langwatch/dist/scenario-child-process.js3349648 bytes0
lowLarge Javascript Payloadpackage/langwatch/dist/client/assets/shiki-BNfJ3iH3.js9498831 bytes0
lowObfuscation Densitypackage/langwatch/pnpm-lock.yamlhigh encoded/escaped-token density0
lowObfuscation Densitypackage/mcp-server/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts5
  • build:clipnpm --filter @langwatch/server-cli build
  • dev:clipnpm --filter @langwatch/server-cli dev
  • pack:npmbash scripts/pack-npm.sh
  • release:dry-runbash scripts/pack-npm.sh && tar -tzf langwatch-server-*.tgz | head -50
  • test:clipnpm --filter @langwatch/server-cli test