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
12
First published
Mar 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 bytes37,672
Previous version0.6.1
Published2026-05-06T11:10:28.413Z
SHA-2569f82c60a9454b6ebbc95aaa9ddf31099da9832cc58843a9513bead1694d1b025

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
0.6.2Version
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

Scripts7
  • buildtsup src/index.ts --format cjs --dts --clean
  • cleanrm -rf dist
  • fetch-apicurl https://artifacts.codacy.com/api/codacy-api/50.7.17/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
  • linteslint src/
  • testvitest run
  • update-apipnpm run fetch-api && pnpm run generate-api
Dependencies5
  • @codacy/tooling0.6.2
  • ansis^3
  • cli-table3^0.6
  • minimatch10.2.4
  • yaml^2.6.0