PkgRadar

Package evidence

@codori/[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
20
Versions published
20
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@codori/[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":["@codori/[email protected]"],"fail_on":"review"}'
Artifact bytes3,609,684
Previous version0.3.3
Published2026-05-07T10:38:45.340Z
SHA-2565bcb078f335aba97ea476e1cc440fa9ad443b2d143c94c2cc85bdb72581eb4ff

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
1Score
0.3.4Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/client-dist/_nuxt/_ykCGR6B.jsmatched ".ssh/"5
lowLarge Javascript Payloadpackage/client-dist/_nuxt/jEVwzFb9.js2947453 bytes0

Manifest

Package metadata

Scripts5
  • buildtsc -p tsconfig.build.json && node ./scripts/sync-client-bundle.mjs
  • linteslint src test --ext .ts
  • prepackpnpm --dir ../client build && pnpm run build
  • testvitest run
  • typechecktsc -p tsconfig.json
Dependencies6
  • @fastify/multipart^10.0.0
  • @fastify/static^9.1.3
  • @fastify/websocket^11.2.0
  • fastify^5.8.5
  • mime-types^3.0.2
  • ws^8.20.0