PkgRadar

Package evidence

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

Versions published
767Mature · −50% score
First published
Oct 2021
Publisher
sebasscoates

Effective trust discount applied: 50% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@tellescope/[email protected]"],"fail_on":"high"}'

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":["@tellescope/[email protected]"],"fail_on":"high"}'
Publishersebasscoates
Artifact bytes1,454,030
Previous version1.252.3
Published2026-06-11T20:46:48.209Z
SHA-2560be0eeaa4d0e805d335fc4f0dd9554802aceebd2afc94521c7517a13380e7a9e

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

high
Last checked
highRisk
17Score
1.253.0Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts14
  • buildnpm run-script build:esm && npm run-script build:cjs
  • build:cjstsc --module commonjs --outDir lib/cjs
  • build:esmtsc
  • retestnpm run-script retest-api && npm run-script retest-public-api && npm run-script retest-webhooks
  • retest-apinode -r dotenv/config lib/cjs/tests/tests.js
  • retest-public-apinode -r dotenv/config lib/cjs/tests/public_endpoint_tests.js
  • retest-socketsnode -r dotenv/config lib/cjs/tests/socket_tests.js
  • retest-webhooksnode -r dotenv/config lib/cjs/tests/webhooks_tests.js
  • testnpm run-script build:cjs && npm run-script retest
  • test-apinpm run-script build:cjs && npm run-script retest-api
  • test-public-apinpm run-script build:cjs && npm run-script retest-public-api
  • test-socketsnpm run-script build:cjs && npm run-script retest-sockets
  • test-webhooksnpm run-script build:cjs && npm run-script retest-webhooks
  • watch:cjstsc --module commonjs --outDir lib/cjs --watch
Dependencies12
  • @tellescope/constants1.253.0
  • @tellescope/schema1.253.0
  • @tellescope/testing1.253.0
  • @tellescope/types-client1.253.0
  • @tellescope/types-models1.253.0
  • @tellescope/types-utilities1.253.0
  • @tellescope/utilities1.253.0
  • @tellescope/validation1.253.0
  • axios0.30.3
  • dotenv14.3.2
  • form-data4.0.4
  • source-map-support0.5.21