PkgRadar

Package evidence

@xcr1234/[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.

Versions published
2
First published
May 2026
Publisher
xcr1234

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":["@xcr1234/[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":["@xcr1234/[email protected]"],"fail_on":"review"}'
Publisherxcr1234
Artifact bytes488,298
Previous version1.0.0
Published2026-05-26T03:19:33.306Z
SHA-2560ceadb0e2e7766b60f3c54754d489208875c9531a90d4de8a5165896d8c1cfc9

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/chunk-YYDWHEUE.jsmatched ".ssh"5

Manifest

Package metadata

Scripts17
  • buildpnpm run generate:api-types && tsup && cd frontend && pnpm run build
  • build:backendpnpm run generate:api-types && tsup
  • build:frontendcd frontend && pnpm run build
  • build:npmnpm run generate:api-types && tsup && cd frontend && npm run build
  • crossdevcross-env NODE_ENV=development tsx src/index.ts
  • devconcurrently --kill-others "pnpm run dev:backend" "pnpm run dev:frontend"
  • dev:backendNODE_ENV=development tsx src/index.ts --transport=http
  • dev:frontendcd frontend && pnpm run dev
  • dev:frontend-npmcd frontend && npm run dev
  • dev:npmconcurrently --kill-others "npm run dev:backend" "npm run dev:frontend-npm"
  • generate:api-typesopenapi-typescript src/api/openapi.yaml -o src/api/openapi.d.ts
  • startnode dist/index.js
  • testvitest run
  • test:buildnode scripts/smoke-test-build.mjs
  • test:integrationvitest run --project integration
  • test:unitvitest run --project unit
  • test:watchvitest
Dependencies7
  • @iarna/toml^2.2.5
  • @modelcontextprotocol/sdk^1.25.1
  • dotenv^16.4.7
  • express^4.18.2
  • ssh-config^5.0.3
  • ssh2^1.16.0
  • zod^3.24.2
Optional dependencies8
  • @aws-sdk/rds-signer^3.1001.0
  • @azure/identity^4.8.0
  • mariadb^3.4.0
  • mssql^11.0.1
  • mysql2^3.13.0
  • oracledb^6.10.0
  • pg^8.13.3
  • sql.js^1.14.1