PkgRadar

Package evidence

@circle-fin/[email protected]

Credential file access: matched ".ssh"

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
8,611Niche · −30% score
Versions published
47Mature · −50% score
First published
Nov 2023
Publisher
circle-npm-ci

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":["@circle-fin/[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":["@circle-fin/[email protected]"],"fail_on":"review"}'
Publishercircle-npm-ci
Artifact bytes999,194
Previous version10.3.1
Published2026-05-27T05:16:43.367Z
SHA-256747e5a6b0cceffdbc735a20c999fe0b5d4ca3562aba93bf8befb31495a43307d

Why flagged

What the scanner saw

Credential file access: matched ".ssh"

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

Availability ledger

available

review
Last checked
reviewRisk
5Score
10.4.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/evm/evm.cjs.jsmatched ".ssh"5
lowCredential file accesspackage/dist/evm/evm.es.jsmatched ".ssh"5

Manifest

Package metadata

Scripts8
  • buildnode ./../../packages/rollup/build.js
  • check:typetsc --project tsconfig.json --pretty --noEmit
  • linteslint --ext .js,.jsx,.ts,.tsx,.json . --fix
  • lint:reporteslint --ext .js,.jsx,.ts,.tsx,.json . --output-file eslint_report.json --format json
  • releasenpm publish --access public
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest watch
Dependencies1
  • axios^1.15.0