PkgRadar

Package evidence

[email protected]

Credential file access: matched ".ssh"

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":["[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":["[email protected]"],"fail_on":"review"}'
Publisheryoglib
Artifact bytes309,620
Previous version3.2.0
Published2026-05-25T07:24:56.652Z
SHA-2567b90cd12f4a14828d5358a122022e82c4a285451fd9a4d4d20fb9c0feb4e98a0

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
36Score
3.3.0Version
Status history (1 event)
  1. newavailable · risk review · score 36 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/src-CZ-1Gvgc.jsmatched ".ssh"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/src-CZ-1Gvgc.jsmatched ".ssh"30
lowObfuscationpackage/dist/bin.jsmatched "\\u001b"3
lowObfuscationpackage/dist/src-CZ-1Gvgc.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