PkgRadar

Package evidence

[email protected]

Credential File Packaged: package/template/backend/.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
183
Versions published
10Established · −30% score
First published
Sep 2025
Publisher
chilibase

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":["[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"}'
Publisherchilibase
Artifact bytes151,637
Previous version0.2.0
Published2026-06-06T13:27:20.988Z
SHA-256b2aede05cb8400a772835fe92019cdbe47a5824d6882c2c7bb3818827568851b

Why flagged

What the scanner saw

Credential File Packaged: package/template/backend/.env

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential File Packagedpackage/template/backend/.envpackage/template/backend/.env35
highCredential File Packagedpackage/template/frontend/.envpackage/template/frontend/.env35
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential File Packagedpackage/template/backend/.envpackage/template/backend/.env35
highCredential File Packagedpackage/template/frontend/.envpackage/template/frontend/.env35
lowInstall-time lifecycle scriptpackage.jsonpreinstall="npx only-allow pnpm"5
lowObfuscation Densitypackage/template/backend/pnpm-lock.yamlhigh encoded/escaped-token density0
lowObfuscation Densitypackage/template/frontend/pnpm-lock.yamlhigh encoded/escaped-token density0

Manifest

Package metadata

Scripts9
  • blpnpm run buildAndPackLib && pnpm run installLib
  • buildtsc -b && vite build
  • buildAndPackLibpnpm --prefix ../../chilibase/frontend run buildAndPack
  • devvite
  • installLibpnpm install ../../chilibase/frontend/chilibase-frontend-0.6.0.tgz
  • linteslint .
  • preinstallnpx only-allow pnpm
  • previewvite preview
  • slpnpm run bl && pnpm run dev
Dependencies9
  • @chilibase/frontend0.6.0
  • primeflex^3.3.1
  • primeicons^7.0.0
  • primereact10.9.4
  • quill^2.0.3
  • react^18.3.1
  • react-dom^18.3.1
  • react-router^7.6.2
  • react-transition-group^4.4.5