PkgRadar

Package evidence

[email protected]

Credential file access: matched ".ssh"

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisheryoglib
Artifact bytes309,260
Previous version3.1.1
Published2026-05-24T12:30:45.708Z
SHA-25686ab0d5d402246c3dc85bd81fa372b2c5efba0465e44204b8dd014a0933b4f83

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

high
Last checked
highRisk
36Score
3.1.2Version
Status history (1 event)
  1. newavailable · risk high · score 36 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

yoglib

4 members · evidence strength 71

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/src-DNynDKU4.jsmatched ".ssh"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/src-DNynDKU4.jsmatched ".ssh"30
lowObfuscationpackage/dist/bin.jsmatched "\\u001b"3
lowObfuscationpackage/dist/src-DNynDKU4.jsmatched "\\u001B"3

Manifest

Package metadata

Scripts14
  • auditbun audit
  • buildtsdown --config tsdown.config.ts
  • devtsdown --config tsdown.config.ts --watch
  • duplicates:cijscpd --gitignore --reporters console --threshold 5 tsdown.config.ts vitest.config.ts src test
  • formatoxfmt --write .
  • format:cioxfmt --check .
  • knip:ciknip
  • lintoxlint --import-plugin --fix .
  • lint:cioxlint --import-plugin --deny-warnings .
  • prepublishOnlybun run test
  • pretestbun run build
  • testvitest run
  • test:coveragevitest run --coverage
  • test:liveLIVE_TESTS=1 vitest run test/live.test.ts