PkgRadar

Package evidence

@mysecond/[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":["@mysecond/[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":["@mysecond/[email protected]"],"fail_on":"high"}'
Publisheryangro03
Artifact bytes41,178
Previous version1.4.9
Published2026-05-24T05:53:48.632Z
SHA-2565ab33d9b27598295930b702f5e4a4a4d38ebb0c8e8275505efb28c0823756628

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
45Score
1.4.10Version
Status history (1 event)
  1. newavailable · risk high · score 45 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

yangro03

2 members · evidence strength 53

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/mysecond.mjsmatched ".ssh"30
mediumObfuscation Densitypackage/dist/mysecond.mjshigh encoded/escaped-token density12
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/mysecond.mjsmatched ".ssh"30
mediumObfuscation Densitypackage/dist/mysecond.mjshigh encoded/escaped-token density12
lowObfuscationpackage/dist/mysecond.mjsmatched "\\u2014"3

Manifest

Package metadata

Scripts4
  • buildnode esbuild.config.mjs
  • prepublishOnlynpm run typecheck && npm run build && npm run test
  • testvitest run
  • typechecktsc --noEmit
Dependencies2
  • proper-lockfile^4.1.2
  • tar^7.5.13