PkgRadar

Package evidence

[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
26
First published
May 2026
Publisher
abou-sharif

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"}'
Publisherabou-sharif
Artifact bytes199,385
Previous version1.16.2
Published2026-05-21T04:35:32.650Z
SHA-256dbb47b4a859627408944ea0a838c73869c3f937cbea46ad0292c017e45906adf

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/commands/generate/ci-cd.jsmatched ".SSH"5
lowCredential file accesspackage/src/commands/generate/env.template.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts8
  • devnode --watch bin/cli.js
  • prepublishOnlyvitest run
  • startnode bin/cli.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:integrationnode test-integration.js
  • test:smokenode test-smoke.js
  • test:watchvitest
Dependencies7
  • chalk^5.3.0
  • commander^13.1.0
  • ejs^5.0.2
  • fs-extra^11.3.0
  • inquirer^13.3.2
  • ora^8.0.1
  • tar^7.5.1