PkgRadar

Package evidence

@goliafrs/[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.

Weekly downloads
7
Versions published
13Established · −30% score
First published
Apr 2025
Publisher
GitLab CI/CD

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

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":["@goliafrs/[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":["@goliafrs/[email protected]"],"fail_on":"review"}'
PublisherGitLab CI/CD
Artifact bytes8,473
Previous version2.5.3
Published2026-04-02T20:16:38.940Z
SHA-256fa1d3d0dbdcb6dc94dc376436d45f1f1f600bf9e73f0f4c56f42271641f192bc

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
3Score
2.5.4Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/commons/ignores.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts4
  • lintnpx eslint src
  • lint:fixnpx eslint src --fix
  • lint:inspectnpx @eslint/config-inspector
  • smokenode scripts/test.js
Dependencies12
  • @eslint/config-inspector^1.5.0
  • @eslint/js^9.39.4
  • @stylistic/eslint-plugin^5.10.0
  • eslint^9.39.4
  • eslint-import-resolver-typescript^4.4.4
  • eslint-plugin-cypress^6.2.2
  • eslint-plugin-import^2.32.0
  • eslint-plugin-unused-imports^4.4.1
  • eslint-plugin-vue^10.8.0
  • globals^17.4.0
  • typescript-eslint^8.58.0
  • vue-eslint-parser^10.4.0