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,029Niche · −30% score
- Versions published
- 53
- 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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/sandbox/fs.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/security/redact.js | matched "aws_access_key" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.js" | 5 |
Manifest
Package metadata
Scripts17
buildtsc -p tsconfig.json && node scripts/copy-assets.jsbuild:watchtsc -w -p tsconfig.jsoncleanrm -rf distdevts-node src/cli/index.tsformatprettier --write 'src/**/*.ts' 'test/**/*.ts'format:checkprettier --check 'src/**/*.ts' 'test/**/*.ts'linknpm run build && npm linklinteslint 'src/**/*.ts'postinstallnode scripts/postinstall.jspreparenpm run buildrelinknpm run unlink --silent; npm run linkstartnode ./bin/forge.jstestvitest runtest:coveragevitest run --coveragetest:watchvitesttypechecktsc --noEmitunlinknpm unlink -g @hoangsonw/forge
Dependencies13
@modelcontextprotocol/sdk^1.0.0better-sqlite3^11.3.0chalk^4.1.2cli-table3^0.6.5commander^12.1.0dotenv^16.4.5ora^5.4.1prompts^2.4.2semver^7.6.3undici^6.19.2ws^8.18.0yaml^2.5.0zod^3.23.8