PkgRadar

Package evidence

@connexum/[email protected]

Messenger Bot Endpoint: matched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)

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.

Weekly downloads
13
Versions published
14
First published
May 2026
Publisher
myccaig

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":["@connexum/[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":["@connexum/[email protected]"],"fail_on":"review"}'
Publishermyccaig
Artifact bytes4,682,913
Previous version1.0.0-beta.24
Published2026-06-12T05:53:33.185Z
SHA-25690520915a64c65e98a02fb6f0bf0cdc2d35cb1916cf49a93c0da514fa2758675

Why flagged

What the scanner saw

Messenger Bot Endpoint: matched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)

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

Availability ledger

available

review
Last checked
reviewRisk
30Score
1.0.0-beta.25Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowMessenger Bot Endpointpackage/dist/esm/governance/approval-channel-slack-adapter.test.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/dist/governance/approval-channel-slack-adapter.test.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/esm/governance/proxy-onboarding.test.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/governance/proxy-onboarding.test.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/hooks/secret-leak-scanner.shmatched "id_rsa"5
lowCredential file accesspackage/src/hooks/secret-leak-scanner.shmatched "id_rsa"5

Manifest

Package metadata

Scripts24
  • benchmarknode scripts/run-benchmarks.mjs --output bench-results.json
  • benchmark:comparenode .github/benchmarks/compare.mjs --baseline .github/benchmarks/baseline.json --current bench-results.json
  • buildtsc && tsc -p tsconfig.esm.json
  • build:cjstsc
  • build:esmtsc -p tsconfig.esm.json
  • build:whitepapernode scripts/build-whitepaper.mjs
  • changelog:collatenode scripts/changelog-collate.mjs
  • changelog:newnode scripts/changelog-new.mjs
  • check-plan-driftnode scripts/check-plan-drift.mjs
  • check-step-0node scripts/check-step-0-evidence.mjs
  • demo:seednode scripts/dev-seed-demo-data.mjs
  • demo:startDEMO_SEED_ENABLED=true npm run start
  • linttsc --noEmit
  • migratenode scripts/migrate.mjs
  • migrate:prismanode scripts/migrate.mjs prisma
  • migrate:trustnode scripts/migrate.mjs trust
  • migrate:verifynode scripts/migrate.mjs verify
  • postbuildnode scripts/copy-hooks.mjs && node scripts/copy-shim-templates.mjs && node scripts/fix-esm-imports.mjs
  • prebuildnpm run build --workspace @connexum/database --if-present && npm run build --workspace @connexum/auth --if-present && npm run build --workspace @connexum/mcp-server-trust --if-present && npm run build --workspace @connexum/trust-api --if-present && npx tsx scripts/compute-pack-content-hashes.mjs
  • prepublishOnlynode scripts/snapshot-vault-public-keys.mjs && npm run build
  • startnode server.mjs
  • start:apiENABLE_API=true node server.mjs
  • testnpx tsx --test tests/*.test.ts tests/**/*.test.ts
  • verify-claimsnode scripts/verify-claims.mjs
Dependencies4
  • @noble/curves^2.2.0
  • @types/ioredis^4.28.10
  • ioredis^5.10.1
  • pg^8.20.0