PkgRadar

Package evidence

@classytic/[email protected]

Remote Payload: matched "cUrl "

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":["@classytic/[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":["@classytic/[email protected]"],"fail_on":"review"}'
Publisherclassytic-bot
Artifact bytes94,948
Previous version3.1.0
Published2026-05-06T17:46:22.849Z
SHA-256a0e19bebfaab89be0fdf7d096e3ad7d0aaefcf3b9d66281d56ebf4e1f39d8894

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/providers/gcs.mjsmatched "cUrl "12
mediumRemote Payloadpackage/dist/index.mjsmatched "cUrl\n\t"12
mediumRemote Payloadpackage/dist/providers/s3.mjsmatched "cUrl "12

Manifest

Package metadata

Scripts20
  • buildtsdown
  • devtsdown --watch
  • prepublishOnlynpm run build && npm run test && npm run typecheck
  • publish:drynpm publish --dry-run --access public
  • publish:npmnpm publish --access public
  • pushclassytic-push
  • releasenpm run build && npm run test && npm run typecheck && npm publish --access public
  • release:majornpm version major && npm run release
  • release:minornpm version minor && npm run release
  • release:patchnpm version patch && npm run release
  • testvitest run --project unit --project integration
  • test:allvitest run
  • test:benchvitest bench --run
  • test:cleanupnpx tsx tests/cleanup-s3-test-files.ts
  • test:e2evitest run --project e2e
  • test:integrationvitest run --project integration
  • test:smokenpm run build && node tests/smoke/dist-exports.mjs
  • test:unitvitest run --project unit
  • test:watchvitest --project unit --project integration
  • typechecktsc --noEmit