PkgRadar

Package evidence

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

Versions published
7
First published
Feb 2026
Publisher
codacy-ci

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":["@codacy/[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":["@codacy/[email protected]"],"fail_on":"review"}'
Publishercodacy-ci
Artifact bytes102,271
Previous version1.0.5
Published2026-05-18T09:13:43.417Z
SHA-256bfad469251d2632ef7fc35abac2021e6d954f47d799d2ef403ceacaa5abe73b7

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
12Score
1.1.0Version
Status history (1 event)
  1. newavailable · risk review · score 12 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/package.jsonmatched "curl "12

Manifest

Package metadata

Scripts12
  • buildtsc -p tsconfig.build.json && chmod +x dist/index.js
  • changesetchangeset
  • check-typestsc --noEmit
  • fetch-apicurl https://artifacts.codacy.com/api/codacy-api/55.6.4/apiv3-bundled.yaml -o ./api-v3/api-swagger.yaml --create-dirs
  • generate-apirm -rf ./src/api/client && openapi --input ./api-v3/api-swagger.yaml --output ./src/api/client --useUnionTypes --indent 2 --client fetch
  • prepublishOnlynpm run update-api && npm run build
  • releasechangeset publish
  • startnpx ts-node src/index.ts
  • start:distnode dist/index.js
  • testvitest run
  • update-apinpm run fetch-api && npm run generate-api
  • version-packageschangeset version
Dependencies10
  • @codacy/tooling0.1.0
  • ansis4.0.0
  • cli-table3^0.6.3
  • commander14.0.0
  • date-fns4.1.0
  • gitdiff-parser0.3.1
  • lodash4.17.23
  • numeral2.0.6
  • ora7.0.1
  • pluralize8.0.0