PkgRadar

Package evidence

@firecms/[email protected]

Credential File Packaged: package/templates/template_pro/.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
429Mature · −50% score
First published
Oct 2023
Publisher
gatti675

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":["@firecms/[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":["@firecms/[email protected]"],"fail_on":"high"}'
Publishergatti675
Artifact bytes1,725,716
Previous version3.3.0-canary.102f274
Published2026-06-09T11:29:24.572Z
SHA-2562b25fbd1d881efdf4d89c11152476cfec9cf331de710cee53876c8b35eb50920

Why flagged

What the scanner saw

Credential File Packaged: package/templates/template_pro/.env

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

Availability ledger

available

high
Last checked
highRisk
17Score
3.3.0-canary.3afa809Version
Status history (1 event)
  1. newavailable · risk high · score 17 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/templates/template_pro/.envpackage/templates/template_pro/.env35

Manifest

Package metadata

Scripts4
  • buildvite build && tsc
  • deployvite build && firebase deploy --only hosting --project [REPLACE_WITH_PROJECT_ID]
  • devvite --mode development
  • previewvite build && vite preview
Dependencies8
  • @firecms/core^3.0.0
  • @firecms/firebase^3.0.0
  • @firecms/ui^3.0.0
  • firebase^12.9.0
  • react^19.2.0
  • react-dom^19.2.0
  • react-router^6.26.2
  • react-router-dom^6.26.2