PkgRadar

Package evidence

@langchain/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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
886,052Ubiquitous · −70% score
Versions published
220Mature · −50% score
First published
Dec 2023
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":["@langchain/[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":["@langchain/[email protected]"],"fail_on":"review"}'
Artifact bytes2,458,273
Previous version1.1.25
Published2026-03-30T18:26:54.831Z
SHA-256a69ded78d6a8b6cd089d39d188432bf1826fed29e675f5d46419f52002185ed0

Why flagged

What the scanner saw

Credential file access: matched "AWS_ACCESS_KEY"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
15Score
1.1.26Version
Status history (1 event)
  1. newavailable · risk review · score 15 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/tools/aws_lambda.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/stores/message/dynamodb.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/llms/sagemaker_endpoint.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chat_models/bedrock/web.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/llms/bedrock/web.cjsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/tools/aws_lambda.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/stores/message/dynamodb.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/llms/sagemaker_endpoint.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/chat_models/bedrock/web.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/llms/bedrock/web.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts16
  • buildturbo build:compile --filter @langchain/community --output-logs new-only
  • build:compiletsdown
  • cleanrm -rf .turbo dist/
  • formatprettier --write "src"
  • format:checkprettier --check "src"
  • lintpnpm lint:eslint && pnpm lint:dpdm
  • lint:dpdmdpdm --skip-dynamic-imports circular --exit-code circular:1 --no-warning --no-tree src/*.ts src/**/*.ts
  • lint:eslinteslint --cache src/
  • lint:fixpnpm lint:eslint --fix && pnpm lint:dpdm
  • testvitest run
  • test:intvitest run --mode int
  • test:singlevitest run
  • test:standardpnpm test:standard:unit && pnpm test:standard:int
  • test:standard:intvitest run --mode standard-int
  • test:standard:unitvitest run --mode standard-unit
  • test:watchvitest
Dependencies9
  • @langchain/classic1.0.26
  • @langchain/openai1.4.0
  • binary-extensions^2.2.0
  • flat^5.0.2
  • js-yaml^4.1.1
  • langsmith>=0.4.0 <1.0.0
  • math-expression-evaluator^2.0.0
  • uuid^10.0.0
  • zod^3.25.76 || ^4