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
- 31Mature · −50% score
- First published
- Jul 2019
- Publisher
- dkhang97
Effective trust discount applied: −50% (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":["[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"}'Why flagged
What the scanner saw
Credential file access: matched ".npmrc"
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 5 · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/commands/deploy/integrity-checker.js | matched ".npmrc" | 5 |
| low | Credential file access | package/dist/commands/update-target-login.js | matched ".ssh/" | 5 |
Manifest
Package metadata
Scripts5
buildnode -e "require('./schema-gen').writeTypes()" && npx tscdevnpm run build -- --watchschemanode -e "require('./schema-gen').writeSchema()"startnode ./dist/index.js --helptestecho "Error: no test specified" && exit 1
Dependencies23
cli-color^2.0.0death^1.1.0esbuild~0.17.11fs-extra^8.0.0glob^7.1.6jszip^3.7.1lodash-uni^1.1.0log-symbols^4.1.0mustache^4.2.0nanoid^3.1.30node-ssh^12.0.2pretty-ms^7.0.1prompts^2.4.2rxjs^6.6.7sanitize-filename^1.6.3stama-rx^1.0.0temp^0.9.4ts-morph^17.0.1tslib^2.3.1twisters^1.1.0url-parse^1.5.3webpack-bundle-analyzer^4.4.0yargs^16.2.0