PkgRadar

Package evidence

@gengjiawen/[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
34Established · −30% score
First published
Sep 2025
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (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":["@gengjiawen/[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":["@gengjiawen/[email protected]"],"fail_on":"review"}'
Artifact bytes41,849
Previous version1.24.0
Published2026-05-19T08:00:47.372Z
SHA-2566b323976302b6c625304f4b046b55a372b696b07d759b09e44c177a4d0322520

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
1Score
1.25.0Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/dev-setup/docker-compose.ymlmatched ".ssh"3
lowCredential file accesspackage/.github/workflows/release-please.ymlmatched "GITHUB_TOKEN"3

Manifest

Package metadata

Scripts8
  • buildnpm run clean && tsc -p ./tsconfig.json
  • cleanrimraf build
  • devtsc -w
  • formatprettier --write "{examples,libs,script,bin}/**/*.{js,ts}" "**/*.yml"
  • format:checkprettier --list-different "{examples,libs,script,bin}/**/*.{js,ts}" "**/*.yml"
  • postbuildcpy '**/*' '!**/*.ts' ../build/ --cwd=libs --parents
  • preparehusky
  • testjest
Dependencies7
  • @gengjiawen/unzip-url^1.1.0
  • @iarna/toml^2.2.5
  • commander^12.1.0
  • execa^8.0.1
  • ip^2.0.1
  • jsonc-parser^3.3.1
  • yaml^2.8.2