PkgRadar

Package evidence

@grafana/[email protected]

Credential file access: matched ".npmrc"

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
1,504Mature · −50% score
First published
Sep 2022
Publisher
grafanabot

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

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":["@grafana/[email protected]"],"fail_on":"review"}'

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":["@grafana/[email protected]"],"fail_on":"review"}'
Publishergrafanabot
Artifact bytes1,103,297
Previous version5.23.2
Published2025-06-17T11:08:12.621Z
SHA-256b5e0018eae7bdc7ce73b09e403a04a7449086f317f9901b56e1e4824e593e46e

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
5.24.0-canary.1883.15705440693.0Version
Status history (1 event)
  1. newavailable · risk review · score 5 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/utils/utils.files.jsmatched ".npmrc"5
lowCredential file accesspackage/src/utils/utils.files.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts8
  • buildrollup -c ../../rollup.config.ts --configPlugin esbuild
  • cleanrm -rf ./dist ./generated
  • devnpm run build -- -w
  • linteslint --cache ./src
  • lint:fixnpm run lint -- --fix
  • lint:packagepublint
  • testvitest --passWithNoTests
  • typechecktsc --noEmit
Dependencies12
  • chalk^5.3.0
  • change-case^5.4.0
  • debug^4.3.4
  • enquirer^2.4.1
  • find-up^7.0.0
  • glob^11.0.0
  • handlebars^4.7.8
  • minimist^1.2.8
  • semver^7.3.5
  • title-case^4.3.0
  • which^5.0.0
  • yaml^2.7.0