PkgRadar

Package evidence

@digifi/[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
103
Versions published
12Established · −30% score
First published
May 2022
Publisher
dvovna

Effective trust discount applied: 30% (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":["@digifi/[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":["@digifi/[email protected]"],"fail_on":"high"}'
Publisherdvovna
Artifact bytes56,857
Previous version4.0.8
Published2024-10-04T10:43:34.865Z
SHA-256d831a392a9b57c1790c8e293201e3901bcf6bc3acdbb39d46a3ba1cd3374e580

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
24Score
5.0.0Version
Status history (1 event)
  1. newavailable · risk high · score 24 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/.envpackage/.env35

Manifest

Package metadata

Scripts4
  • postpublishrm -r ./dist
  • postversiongit push && git push --tags
  • prepublishscripts/prepublish.sh
  • testecho "Error: no test specified" && exit 1
Dependencies11
  • @babel/cli^7.25.7
  • @babel/preset-env^7.25.7
  • bluebird^3.7.2
  • colors^1.4.0
  • dotenv^16.4.5
  • inquirer^11.1.0
  • lodash^4.17.21
  • mkdirp^3.0.1
  • mongoose^6.11.3
  • ts-node^10.9.2
  • yargs^17.7.2