PkgRadar

Package evidence

@trustpayments/[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
805Mature · −50% score
First published
May 2021
Publisher
gmartowski

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":["@trustpayments/[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":["@trustpayments/[email protected]"],"fail_on":"review"}'
Publishergmartowski
Artifact bytes10,596,162
Previous versionnone
Published2021-05-06T13:17:31.957Z
SHA-2564556f8b320064b16547f196c8884c340900423c6c582d5bfb7e9cc0b3934497f

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.0.0Version
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/.envpackage/.env35

Manifest

Package metadata

Scripts14
  • buildwebpack --config webpack.prod.js
  • build:devwebpack --config webpack.dev.js
  • build:prodwebpack --config webpack.prod.js
  • build:testwebpack --config webpack.test.js
  • copycopyfiles --flat ./dist/stcard.js ./dist/stcardstyle.css ./
  • coveragejest --coverage
  • examplews --rewrite '/* -> /dist/$1' --https
  • export:translationscross-env-shell i18next-conv -l '$npm_package_config_locale' -s ./src/core/translations/$npm_package_config_locale.json -t ./translations/$npm_package_config_locale.po
  • import:translationscross-env-shell i18next-conv -l '$npm_package_config_locale' -s ./translations/$npm_package_config_locale.po -t ./src/core/translations/$npm_package_config_locale.json
  • prettier./node_modules/.bin/prettier --write ./src/**/*.{ts,js,css,json}
  • prodnpm run build && npm run copy
  • startwebpack serve --color --progress --config webpack.dev.js
  • start:testwebpack serve --color --progress --config webpack.test.js
  • testjest --watchAll
Dependencies15
  • @babel/polyfill7.12.1
  • @babel/runtime7.12.5
  • @trustpayments/ts-iin-lookup0.1.22
  • @trustpayments/ts-luhn-check0.1.22
  • @types/joi14.3.4
  • @types/promise-polyfill6.0.3
  • caniuse-lite1.0.30001189
  • es6-promise-promise1.0.0
  • i18next19.8.7
  • joi17.3.0
  • joi-browser13.4.0
  • location-origin1.1.4
  • promise-polyfill8.2.0
  • url-polyfill1.1.12
  • whatwg-fetch3.5.0