PkgRadar

Package evidence

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

Versions published
58Established · −30% score
First published
Nov 2025
Publisher
veryverypro

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":["@optima-chat/[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":["@optima-chat/[email protected]"],"fail_on":"high"}'
Publisherveryverypro
Artifact bytes136,042
Previous version0.7.35
Published2026-05-25T08:15:02.867Z
SHA-256d76d5ba17dd11644ab06cfc704dab7b3073db3ea679dd2cf708cf1d5be0aa337

Why flagged

What the scanner saw

Credential file access: matched ".ssh/"

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

high
Last checked
highRisk
73Score
0.7.36Version
Status history (2 events)
  1. availableavailable · risk high · score 73 · status available -> available, risk high -> high, score 98 -> 73
  2. newavailable · risk high · score 98 · status changed

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Credential file access — matched ".ssh/"

629 members · evidence strength 81
Repeated static TTPcandidate

Credential file access — matched ".ssh/"

629 members · max score 310

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/bin/helpers/db-utils.tsmatched ".ssh/"30
highCredential file accesspackage/bin/helpers/query-db.tsmatched ".ssh/"30
mediumRemote Payloadpackage/bin/helpers/billing-http.tsmatched "curl "12
mediumRemote Payloadpackage/bin/helpers/db-utils.tsmatched "curl "12
mediumRemote Payloadpackage/bin/helpers/infisical-secrets.tsmatched "curl "12
mediumRemote Payloadpackage/bin/helpers/query-db.tsmatched "curl "12
mediumRemote Payloadpackage/bin/helpers/show-env.tsmatched "curl "12
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/bin/helpers/db-utils.tsmatched ".ssh/"30
highCredential file accesspackage/bin/helpers/query-db.tsmatched ".ssh/"30
mediumRemote Payloadpackage/bin/helpers/billing-http.tsmatched "curl "12
mediumRemote Payloadpackage/bin/helpers/db-utils.tsmatched "curl "12
mediumRemote Payloadpackage/bin/helpers/infisical-secrets.tsmatched "curl "12
mediumRemote Payloadpackage/bin/helpers/query-db.tsmatched "curl "12
mediumRemote Payloadpackage/bin/helpers/show-env.tsmatched "curl "12
lowCredential file accesspackage/dist/bin/helpers/db-utils.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/bin/helpers/query-db.jsmatched ".ssh/"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/install.js"5

Manifest

Package metadata

Scripts3
  • buildtsc
  • postinstallnode scripts/install.js
  • preparenpm run build