PkgRadar

Package evidence

@a1hvdy/[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":["@a1hvdy/[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":["@a1hvdy/[email protected]"],"fail_on":"high"}'
Publishera1xai
Artifact bytes363,471
Previous version0.31.0
Published2026-05-23T10:04:28.211Z
SHA-256a6d3d98964ae90c197b1e99ac1e3c6e59270fd3e6e20b4fa784d3b0e24204c13

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

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

a1xai

3 members · evidence strength 61

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/src/validation.jsmatched ".ssh"30
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/src/validation.jsmatched ".ssh"30
lowObfuscationpackage/dist/src/lib/html-render.jsmatched "\\x00"3
lowObfuscationpackage/dist/src/lib/markdown-to-mdv2.jsmatched "\\x00"3

Manifest

Package metadata

Scripts10
  • buildtsc -p tsconfig.build.json
  • devtsx watch src/index.ts
  • formatprettier -w .
  • format:checkprettier -c .
  • linteslint src tests
  • lint:fixeslint src tests --fix
  • prepublishOnlynpm run build && npm test
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
Dependencies2
  • commander^12.1.0
  • zod^3.23.0