PkgRadar

Package evidence

@catladder/[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.

Weekly downloads
4,512Niche · −30% score
Versions published
3,080Mature · −50% score
First published
Dec 2021
Publisher
macrozone

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":["@catladder/[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":["@catladder/[email protected]"],"fail_on":"review"}'
Publishermacrozone
Artifact bytes510,168
Previous version0.0.0-main-1cc63efe
Published2026-05-29T15:47:22.652Z
SHA-2564b95c4c6b9b0079608299eaadee1981e6d29f86c0c2b6cb02a7f6f1c2f3dc422

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
5Score
0.0.0-main-1d3d4c12Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/pipeline/packageManager.jsmatched ".npmrc"5
lowCredential file accesspackage/src/pipeline/packageManager.tsmatched ".npmrc"5

Manifest

Package metadata

Scripts9
  • buildyarn build:compile && yarn build:inline-variables
  • build:compileyarn tsc
  • build:inline-variablesyarn babel --keep-file-extension --extensions ".ts,.js" --config-file ./babel-inline.json dist --out-dir dist
  • build:tscyarn tsc
  • build:watchyarn tsc -w
  • generate:examples-testjiti scripts/generate-examples-test.ts
  • generate:gitlab-ci-yml-typests-node ./scripts/generate-gitlab-ci-types.ts
  • linteslint "src/**/*.ts"
  • lint:fixeslint "src/**/*.ts" --fix