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 monitoringNo 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"}'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
Status history (1 event)
- new → available · 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.jsondevconcurrently "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-unknownhelpnode dist/index.js -hinspectornpx @modelcontextprotocol/inspector node dist/index.js --env-file .envinspector:yamlnode scripts/inspector-yaml.mjslinteslint .lint:fixeslint . --fixprepacknpm run build && node scripts/inject-build-config.mjspreparehuskyprint:schemanode dist/print-md-schema.jsstartnode dist/index.js --env-file .envstart:allnode dist/index.js --env-file .env --transport http,sse,stdiostart:httpnode dist/index.js --env-file .env --transport httpstart:ssenode dist/index.js --env-file .env --transport ssetestnpm run build && vitest runtest:coveragenpm run test -- --coveragetest:harnessvitest run --project harness --reporter=verbosetest:integrationnpm run build && vitest run --project integration --outputFile.junit=TEST-integration.xmltest:integration:coveragenpm run test:integration -- --coveragetest:unitvitest run --project unit --outputFile.junit=TEST-unit.xmltest:unit:coveragenpm run test:unit -- --coveragetest:unit:watchvitest --project unittypechecktsc --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.0cheerio^1.2.0commander^14.0.0dotenv^16.5.0fastify^5.7.3open^10.2.0openapi-fetch^0.14.0pino^10.1.0pino-pretty^13.1.3properties-file^3.5.12turndown^7.2.4yaml^2.8.3