PkgRadar

Package evidence

@pokt-foundation/[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
2
First published
Mar 2021
Publisher
evalir

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":["@pokt-foundation/[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":["@pokt-foundation/[email protected]"],"fail_on":"high"}'
Publisherevalir
Artifact bytes92,248
Previous versionnone
Published2021-03-24T17:08:42.661Z
SHA-25688862cd50d81a33a9f73cc09550052525af0e82edf606ca341c069aee126952a

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
45Score
0.0.3-alpha.0Version
Status history (1 event)
  1. newavailable · risk high · score 45 · 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
lowCredential file accesspackage/build/environment.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/environment.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts8
  • buildbabel ./src --out-dir ./build --source-maps --copy-files
  • linteslint src/
  • startNODE_ENV=development nodemon --ignore ./dist --exec babel-node ./src/index.js
  • start:prodNODE_ENV=production yarn build && node ./build
  • testmocha test
  • test:modelsmocha test/models
  • test:providersmocha test/providers
  • test:servicesmocha test/services
Dependencies38
  • @babel/runtime^7.8.4
  • @pokt-network/pocket-dashboard-shared^1.0.0
  • @pokt-network/pocket-js^0.6.6-rc
  • @sendgrid/client^7.4.2
  • @sendgrid/mail^7.4.2
  • aws-sdk^2.727.1
  • axios^0.21.1
  • bcrypt^5.0.0
  • big-integer^1.6.48
  • bull^3.14.0
  • cookie-parser^1.4.4
  • core-js^3.9.0
  • cors^2.8.5
  • dotenv^8.2.0
  • express^4.16.1
  • express-jwt^6.0.0
  • googleapis^61.0.0
  • http-status-codes^2.1.4
  • husky^4.3.0
  • jsonwebtoken^8.5.1
  • lodash.merge^4.6.2
  • mongodb^3.5.4
  • mongoose^5.11.18
  • morgan^1.9.1
  • node-cron^2.0.3
  • nodemon^2.0.7
  • numeral^2.0.6
  • nyc^15.0.0
  • passport^0.4.1
  • passport-jwt^4.0.0
  • …and 8 more.