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 promotingMixed 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"}'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
Status history (1 event)
- new → available · risk review · score 21 · status changed
Evidence
Static findings
22 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/langevals/langevals_core/langevals_core/litellm_patch.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
Show all 22 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Credential file access | package/langevals/langevals_core/langevals_core/litellm_patch.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 10 |
| low | Credential file access | package/packages/server/dist/cli.cjs | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | package/langwatch/src/env-create.mjs | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | package/langevals/langevals_core/langevals_core/base_evaluator.py | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | package/langwatch/src/tasks/cleanupOldLambdas.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/langwatch/src/server/gateway/config.materialiser.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/langwatch/src/utils/constants.ts | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | package/langwatch/src/server/scenarios/execution/data-prefetcher.ts | matched "aws_access_key" | 5 |
| low | Credential file access | package/langwatch/src/optimization_studio/server/lambda/index.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/langwatch/src/server/api/routers/modelProviders.utils.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/langwatch/src/server/background/workers/collector/piiCheck.ts | matched "GOOGLE_APPLICATION_CREDENTIALS" | 5 |
| low | Credential file access | package/langwatch/src/server/modelProviders/registry.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/langwatch/ee/governance/services/pullers/s3PollingPullerAdapter.ts | matched "aws_access_key" | 5 |
| low | Credential file access | package/langwatch/package.json | matched "AWS_ACCESS_KEY" | 3 |
| low | Obfuscation Density | package/langwatch/dist/client/assets/chunk-727SXJPM-CpWqgIxk.js | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/langwatch/dist/client/assets/flowDiagram-I6XJVG4X-DptnFJiL.js | high encoded/escaped-token density | 0 |
| low | Large Javascript Payload | package/langwatch/dist/client/assets/index-DDwwBb9e.js | 6707593 bytes | 0 |
| low | Large Javascript Payload | package/mcp-server/dist/index.js | 2914942 bytes | 0 |
| low | Large Javascript Payload | package/langwatch/dist/scenario-child-process.js | 3349648 bytes | 0 |
| low | Large Javascript Payload | package/langwatch/dist/client/assets/shiki-BNfJ3iH3.js | 9498831 bytes | 0 |
| low | Obfuscation Density | package/langwatch/pnpm-lock.yaml | high encoded/escaped-token density | 0 |
| low | Obfuscation Density | package/mcp-server/pnpm-lock.yaml | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts5
build:clipnpm --filter @langwatch/server-cli builddev:clipnpm --filter @langwatch/server-cli devpack:npmbash scripts/pack-npm.shrelease:dry-runbash scripts/pack-npm.sh && tar -tzf langwatch-server-*.tgz | head -50test:clipnpm --filter @langwatch/server-cli test