PkgRadar

Package evidence

@catladder/[email protected]

Remote Payload: matched "curl "

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
190,858Ubiquitous · −70% score
Versions published
3,087Mature · −50% score
First published
Jan 2022
Publisher
macrozone

Effective trust discount applied: 70% (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 bytes3,249,177
Previous version4.2.1
Published2026-05-29T15:54:08.275Z
SHA-256ea871237e08c7b3e136e58f144742ab8a4912bfe8cc5d940ea0cf3f2172c03ff

Why flagged

What the scanner saw

Remote Payload: matched "curl "

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/commands/project/commandGetMyTotalWorktime.tsmatched "curl "12
mediumRemote Payloadpackage/src/commands/project/commandGitlabCi.tsmatched "curl "12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/src/commands/project/commandGetMyTotalWorktime.tsmatched "curl "12
mediumRemote Payloadpackage/src/commands/project/commandGitlabCi.tsmatched "curl "12
lowCredential file accesspackage/dist/pipeline/src/pipeline/packageManager.jsmatched ".npmrc"5
lowLarge Javascript Payloadpackage/dist/bundles/catenv/index.js2882983 bytes0
lowLarge Javascript Payloadpackage/dist/bundles/cli/index.js7072801 bytes0

Manifest

Package metadata

Scripts9
  • buildyarn build:compile && yarn build:inline-variables && yarn build:bundle
  • build:bundle./scripts/bundle
  • build:compileyarn tsc && yarn tsc-alias
  • build:inline-variablesyarn babel --keep-file-extension --extensions ".ts,.js" --config-file ./babel-inline.json dist --out-dir dist
  • build:watchtsc-watch --onSuccess "yarn dev:own-catenv"
  • dev:own-catenvcd ../ && node cli/bin/catenv-dev
  • linteslint "src/**/*.ts"
  • lint:fixeslint "src/**/*.ts" --fix
  • testyarn run lint
Dependencies1
  • tsx^4.21.0