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.

Weekly downloads
3,239Niche · −30% score
Versions published
28
First published
May 2026
Publisher
abou-sharif

Effective trust discount applied: 30% (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":["[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 bytes257,933
Previous version1.20.0
Published2026-05-25T18:45:45.478Z
SHA-25605954083f7c257074547552b9c6d8332870351781153406c0975add92063f712

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