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
- 272
- 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 updateStatic 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"}'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
Status history (4 events)
- available → available · risk high · score 63 · status available -> available, risk high -> high, score 88 -> 63
- available → available · risk high · score 88 · status available -> available, risk high -> high, score 98 -> 88
- available → available · risk high · score 98 · status available -> available, risk high -> high, score 286 -> 98
- new → available · risk high · score 286 · status changed
Related candidates
Linked campaigns and clusters
Credential file access — matched ".ssh/"
629 members · evidence strength 81veryverypro
2 members · evidence strength 64Credential file access — matched ".ssh/"
629 members · max score 310Evidence
Static findings
8 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bin/helpers/db-utils.ts | matched ".ssh/" | 30 |
| high | Credential file access | package/bin/helpers/query-db.ts | matched ".ssh/" | 30 |
| medium | Remote Payload | package/bin/helpers/db-utils.ts | matched "curl " | 12 |
| medium | Remote Payload | package/bin/helpers/query-db.ts | matched "curl " | 12 |
| medium | Remote Payload | package/bin/helpers/show-env.ts | matched "curl " | 12 |
Show all 8 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/bin/helpers/db-utils.ts | matched ".ssh/" | 30 |
| high | Credential file access | package/bin/helpers/query-db.ts | matched ".ssh/" | 30 |
| medium | Remote Payload | package/bin/helpers/db-utils.ts | matched "curl " | 12 |
| medium | Remote Payload | package/bin/helpers/query-db.ts | matched "curl " | 12 |
| medium | Remote Payload | package/bin/helpers/show-env.ts | matched "curl " | 12 |
| low | Credential file access | package/dist/bin/helpers/db-utils.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/bin/helpers/query-db.js | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/install.js" | 5 |
Manifest
Package metadata
Scripts3
buildtscpostinstallnode scripts/install.jspreparenpm run build