PkgRadar

Package evidence

@ticketmaster/[email protected]

Credential File Packaged: package/dist/default/.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
575
Versions published
485Mature · −50% score
First published
Oct 2020
Publisher
tm-intl-enterprise

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

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":["@ticketmaster/[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":["@ticketmaster/[email protected]"],"fail_on":"review"}'
Artifact bytes144,648
Previous version6.0.0-alpha.4
Published2024-10-02T15:15:26.925Z
SHA-256d18b1e4033f8c2d9017fbb4feab11970304ff448843d6518b70d2e5bb1f7d9f8

Why flagged

What the scanner saw

Credential File Packaged: package/dist/default/.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
6.0.0-alpha.5Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/dist/default/.envpackage/dist/default/.env35

Manifest

Package metadata

Scripts3
  • buildrimraf ./dist/ && ncc build ./src/index.ts -o ./dist/ --minify --no-cache --no-source-map-register && node scripts/copy-all-files
  • cleanallure clean
  • resetallure clean -h