PkgRadar

Package evidence

@cabloy/[email protected]

Credential file access: matched ".npmrc"

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
208Mature · −50% score
First published
Apr 2024
Publisher
zhennann

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 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":["@cabloy/[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":["@cabloy/[email protected]"],"fail_on":"review"}'
Publisherzhennann
Artifact bytes16,945
Previous version3.1.17
Published2026-06-16T10:47:27.321Z
SHA-256c4fea0bb56f130f17d64fa2a2f56abead8ab16fb4454a19394dd5ad3401afd75

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

review
Last checked
reviewRisk
2Score
3.1.18Version
Status history (1 event)
  1. newavailable · risk review · score 2 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".npmrc"5

Manifest

Package metadata

Scripts5
  • cleanrimraf dist tsconfig.tsbuildinfo
  • postpackclean-package restore
  • prepackclean-package
  • prepublishOnlynpm run tsc:publish
  • tsc:publishnpm run clean && node ../cli/src/bin/vona.ts :bin:buildGeneral && tsc
Dependencies22
  • @babel/parser^7.29.2
  • @cabloy/module-glob^5.3.13
  • @cabloy/module-info^2.0.0
  • @cabloy/process-helper^3.1.8
  • @cabloy/utils^2.1.22
  • @cabloy/word-utils^2.1.8
  • @npmcli/config^10.8.1
  • @zhennann/common-bin^4.0.1
  • @zhennann/ejs^3.0.1
  • boxen^4.2.0
  • chalk^3.0.0
  • cli-table3^0.6.5
  • deep-equal^2.2.3
  • enquirer^2.4.1
  • fs-extra^11.3.4
  • globby^16.2.0
  • gogocode^1.0.55
  • is-type-of^2.2.0
  • istextorbinary^3.3.0
  • semver^7.7.4
  • tmp^0.2.7
  • urllib^4.9.0