PkgRadar

Package evidence

@braintrust/[email protected]

Credential File Packaged: package/.env

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
144,232Ubiquitous · −70% score
Versions published
5
First published
Dec 2025
Publisher
braintrust

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":["@braintrust/[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":["@braintrust/[email protected]"],"fail_on":"review"}'
Publisherbraintrust
Artifact bytes185,905
Previous version0.1.2
Published2026-01-07T18:57:43.619Z
SHA-256032bfe24659df03613d08a76a1c8e1f75e8ed2cfa2c20dae1b6f4b9a1210b8ae

Why flagged

What the scanner saw

Credential File Packaged: package/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35
lowObfuscation Densitypackage/otel-v1/pnpm-lock.yamlhigh encoded/escaped-token density0
lowObfuscation Densitypackage/otel-v2/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts6
  • buildtsup
  • cleanrm -r dist/*
  • testpnpm test:v1 && pnpm test:v2
  • test:v1cd otel-v1 && pnpm test
  • test:v2cd otel-v2 && pnpm test
  • watchtsup --watch