PkgRadar

Package evidence

@camunda/[email protected]

Webhook Exfil Endpoint: matched "beeceptor.com"

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
697Established · −30% score
First published
Jul 2025
Publisher
GitHub ActionsTrusted automation · −70% score

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

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["@camunda/[email protected]"],"fail_on":"high"}'

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":["@camunda/[email protected]"],"fail_on":"high"}'
Artifact bytes1,208,596
Previous version0.0.696
Published2026-06-12T10:24:29.811Z
SHA-256ab387fe2534d0a767efe2cc4e33b2bcf92816953ed9952b4053182b3bc65044b

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "beeceptor.com"

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

Availability ledger

available

high
Last checked
highRisk
20Score
0.0.697Version
Status history (1 event)
  1. newavailable · risk high · score 20 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/utils/connectorSecrets.jsmatched "beeceptor.com"40
mediumRemote Payloadpackage/dist/resources/test-api-v2-complete.shmatched "curl "12
mediumRemote Payloadpackage/resources/test-api-v2-complete.shmatched "curl "12
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/utils/connectorSecrets.jsmatched "beeceptor.com"40
mediumRemote Payloadpackage/dist/resources/test-api-v2-complete.shmatched "curl "12
mediumRemote Payloadpackage/resources/test-api-v2-complete.shmatched "curl "12
lowCredential file accesspackage/dist/utils/connectorSecrets.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts14
  • buildtsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && cp -r resources dist/resources
  • build:c8e2enpm run build --prefix tools/c8e2e
  • build:gremlinnpm run build --prefix tools/gremlin
  • build:releasenpm run build && npm run build:gremlin && npm run bundle:gremlin
  • bundle:gremlinnode scripts/bundle-gremlin.js
  • cleanrimraf dist
  • linttsc && eslint . --ext .ts
  • lint:fixeslint . --ext .ts --fix
  • prepacknpm run clean && npm run build:release
  • preparenode download-vault.js
  • setupts-node setup.ts
  • sync-testrailnode scripts/sync-testrail-cases.js
  • testplaywright test
  • test:localnode --env-file=.env ./runTest.js
Dependencies6
  • @axe-core/playwright^4.7.3
  • axios^1.5.0
  • dotenv^16.3.1
  • mailslurp-client^15.20.2
  • node-fetch^3.3.2
  • unzipper^0.12.3