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 bytes172,065
Previous version1.4.2
Published2026-06-01T09:16:25.893Z
SHA-256262002bcb62d5965db1d426203106d8426486e307d4f9285ae3f63f6e78c3c0d

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.3Version
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