PkgRadar

Package evidence

@tyleretters/[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
225
Versions published
93Mature · −50% score
First published
Jan 2024
Publisher
tyleretters

Effective trust discount applied: 50% (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":["@tyleretters/[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":["@tyleretters/[email protected]"],"fail_on":"review"}'
Publishertyleretters
Artifact bytes427,438
Previous version3.0.7
Published2026-06-06T22:03:38.140Z
SHA-25676c0901460d476360f77d01b0afda5e5cc97bda1d30bfd521f84dea1da400109

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.es.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/index.umd.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/discography.ymlmatched ".ssh/"3

Manifest

Package metadata

Scripts5
  • buildnpm run convert && vite build && tsc && cp ./src/discography.yml ./dist/discography.yml
  • convert./src/convert.py
  • linteslint . && ruff check src/
  • lint:fixeslint --fix . && ruff check --fix src/
  • prepublishOnlynpm run build