PkgRadar

Package evidence

@hoangsonw/[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
1,035Niche · −30% score
Versions published
42
First published
Apr 2026
Publisher
hoangsonw

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":["@hoangsonw/[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":["@hoangsonw/[email protected]"],"fail_on":"review"}'
Publisherhoangsonw
Artifact bytes484,770
Previous version1.0.1-nightly.20260531
Published2026-06-01T10:15:49.013Z
SHA-256f94ab9b326069a59feec2e889ca99bff735762497328a0482555889ce81d581e

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/sandbox/fs.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/security/redact.jsmatched "aws_access_key"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.js"5

Manifest

Package metadata

Scripts17
  • buildtsc -p tsconfig.json && node scripts/copy-assets.js
  • build:watchtsc -w -p tsconfig.json
  • cleanrm -rf dist
  • devts-node src/cli/index.ts
  • formatprettier --write 'src/**/*.ts' 'test/**/*.ts'
  • format:checkprettier --check 'src/**/*.ts' 'test/**/*.ts'
  • linknpm run build && npm link
  • linteslint 'src/**/*.ts'
  • postinstallnode scripts/postinstall.js
  • preparenpm run build
  • relinknpm run unlink --silent; npm run link
  • startnode ./bin/forge.js
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • typechecktsc --noEmit
  • unlinknpm unlink -g @hoangsonw/forge
Dependencies13
  • @modelcontextprotocol/sdk^1.0.0
  • better-sqlite3^11.3.0
  • chalk^4.1.2
  • cli-table3^0.6.5
  • commander^12.1.0
  • dotenv^16.4.5
  • ora^5.4.1
  • prompts^2.4.2
  • semver^7.6.3
  • undici^6.19.2
  • ws^8.18.0
  • yaml^2.5.0
  • zod^3.23.8