PkgRadar

Package evidence

@aifabrix/[email protected]

Credential file access: matched "id_rsa"

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
110
Versions published
81Established · −30% score
First published
Oct 2025
Publisher
mika.roivainen

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":["@aifabrix/[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":["@aifabrix/[email protected]"],"fail_on":"review"}'
Artifact bytes1,086,456
Previous version2.45.5
Published2026-06-03T09:12:40.648Z
SHA-256ee99e86dbbd39e1508176bd95e06a39ee02096ab9a9923b1a5091b2a533b63b8

Why flagged

What the scanner saw

Credential file access: matched "id_rsa"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
2.46.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/utils/ssh-key-helper.jsmatched "id_rsa"10
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/lib/utils/ssh-key-helper.jsmatched "id_rsa"10
lowCredential file accesspackage/lib/commands/dev-init.jsmatched ".ssh/"5

Manifest

Package metadata

Scripts3
  • buildtsc
  • devts-node --transpile-only index.ts
  • startts-node --transpile-only index.ts
Dependencies2
  • express^4.18.2
  • pg^8.11.3