PkgRadar

Package evidence

@confluentinc/[email protected]

no findings

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
12Established · −30% score
First published
Apr 2025
Publisher
confluent-npm

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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":["@confluentinc/[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":["@confluentinc/[email protected]"],"fail_on":"review"}'
Publisherconfluent-npm
Artifact bytes335,130
Previous version1.3.0
Published2026-06-08T16:11:03.124Z
SHA-256bbdde0611c4aec08e8ddd7525298053408a0d11e605634da88267e60861d0ee2

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
1.4.0Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts25
  • buildtsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json
  • devconcurrently "tsc -p tsconfig.build.json --watch" "tsc-alias -p tsconfig.build.json --watch"
  • formatprettier --write "**/*.+(js|ts|json)"
  • generate:openapi-typesopenapi-typescript ./openapi.json -o ./src/confluent/openapi-schema.d.ts --empty-objects-unknown
  • helpnode dist/index.js -h
  • inspectornpx @modelcontextprotocol/inspector node dist/index.js --env-file .env
  • inspector:yamlnode scripts/inspector-yaml.mjs
  • linteslint .
  • lint:fixeslint . --fix
  • prepacknpm run build && node scripts/inject-build-config.mjs
  • preparehusky
  • print:schemanode dist/print-md-schema.js
  • startnode dist/index.js --env-file .env
  • start:allnode dist/index.js --env-file .env --transport http,sse,stdio
  • start:httpnode dist/index.js --env-file .env --transport http
  • start:ssenode dist/index.js --env-file .env --transport sse
  • testnpm run build && vitest run
  • test:coveragenpm run test -- --coverage
  • test:harnessvitest run --project harness --reporter=verbose
  • test:integrationnpm run build && vitest run --project integration --outputFile.junit=TEST-integration.xml
  • test:integration:coveragenpm run test:integration -- --coverage
  • test:unitvitest run --project unit --outputFile.junit=TEST-unit.xml
  • test:unit:coveragenpm run test:unit -- --coverage
  • test:unit:watchvitest --project unit
  • typechecktsc --noEmit
Dependencies18
  • @commander-js/extra-typings^14.0.0
  • @confluentinc/kafka-javascript^1.3.2
  • @confluentinc/schemaregistry^1.3.1
  • @fastify/swagger^9.5.1
  • @fastify/swagger-ui^5.2.3
  • @modelcontextprotocol/sdk^1.27.1
  • @segment/analytics-node^3.0.0
  • cheerio^1.2.0
  • commander^14.0.0
  • dotenv^16.5.0
  • fastify^5.7.3
  • open^10.2.0
  • openapi-fetch^0.14.0
  • pino^10.1.0
  • pino-pretty^13.1.3
  • properties-file^3.5.12
  • turndown^7.2.4
  • yaml^2.8.3