PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/generators/app/templates/.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
195
Versions published
64Mature · −50% score
First published
Oct 2019
Publisher
brendanmza

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisherbrendanmza
Artifact bytes195,978
Previous version1.4.1
Published2026-05-12T06:21:52.593Z
SHA-2562ed26d03797351d8d1cc24ad0554c0b42c5643e74c08df0c11d361f1bb0079b9

Why flagged

What the scanner saw

Credential File Packaged: package/generators/app/templates/.env

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/generators/app/templates/.envpackage/generators/app/templates/.env35
mediumInvalid Package Jsonpackage/generators/app/templates/package.jsonpackage.json is not valid JSON10

Manifest

Package metadata

Dependencies3
  • chalk1.1.3
  • mkdirp3.0.1
  • yeoman-generator^5.6.1