PkgRadar

Package evidence

[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.

Versions published
461Mature · −50% score
First published
Dec 2016
Publisher
sealights

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

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":["[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":["[email protected]"],"fail_on":"review"}'
Publishersealights
Artifact bytes997,910
Previous version6.2.19
Published2026-06-03T11:31:53.232Z
SHA-2568ad478b5881457c82d24056c2f8fa3c1f37f07fe682349cad81fbbfd2a1dc074

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowMessenger Bot Endpointpackage/tsOutputs/common/agent-events/sensitive-data-filter.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/browser-agent/dist/browser-agent-all.min.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts32
  • agent-testmocha --exit 'tsOutputs/test/agent-tests/*-spec.js' -fi testcafe
  • agent-test:testcafemocha --exit 'tsOutputs/test/agent-tests/*-spec.js' -f testcafe
  • buildpnpm run lint && pnpm run build:node-agent && pnpm run build:browser-agent && pnpm run build:lightweight-agent
  • build:browser-agentpnpm --filter sl-browser-agent build
  • build:lightweight-agentpnpm --filter lean-coverage-listener build
  • build:node-agentpnpm run ci-setup-messages && tsc -p tsconfig.json && node ./copy-test-resources && pnpm run typings
  • ci-setup-messagesnode ./scripts/ci-setup-messages.js
  • cleanrimraf tsOutputs
  • clean:allpnpm run clean && pnpm --filter sl-browser-agent clean && pnpm --filter lean-coverage-listener clean
  • ct:build-scannermocha --exit "tsOutputs/test/build-scanner/componentTest/**/*-spec.js"
  • ct:commonmocha --exit "tsOutputs/test/common/componentTest/**/*-spec.js"
  • download-messagesnode ./scripts/download-messages.js
  • generate-message-typesnode ./scripts/generate-message-types.js
  • install-allpnpm install
  • install-browser-agentpnpm --filter sl-browser-agent install
  • install-lightweight-agentpnpm --filter lean-coverage-listener install
  • install-node-agentpnpm install
  • linteslint .
  • lint:fixeslint --fix .
  • prettierprettier -w .
  • rebuildpnpm run clean:all && pnpm run build
  • testpnpm run test:unit && pnpm run ct:build-scanner
  • test:unitmocha --exit 'tsOutputs/test/*/unitTest/**/*-spec.js' && pnpm run ut:mocha-reporter && pnpm run ut:browser-agent && pnpm run ut:lightweight-agent
  • test:unit:update-snapshotsmocha --exit --require ts-node/register 'test/*/unitTest/**/*-spec.ts' --update
  • typingstsc -p tsconfig-typings.json
  • ut:browser-agentpnpm --filter sl-browser-agent test
  • ut:build-scannermocha --exit 'tsOutputs/test/build-scanner/unitTest/**/*-spec.js'
  • ut:cli-parsemocha --exit "tsOutputs/test/cli-parse/unitTest/**/*-spec.js"
  • ut:commonmocha --exit "tsOutputs/test/common/unitTest/**/*-spec.js"
  • ut:lightweight-agentpnpm --filter lean-coverage-listener test
  • …and 2 more.
Dependencies41
  • @babel/generator7.18.9
  • @babel/parser7.18.9
  • @istanbuljs/esm-loader-hook^0.3.0
  • @jridgewell/gen-mapping0.3.5
  • ast-traverse0.1.1
  • ast-types0.15.1
  • async2.6.4
  • chalk2.4.1
  • cli-progress3.11.2
  • commander4.1.0
  • fileset2.0.3
  • globby^11.1.0
  • ignore5.2.0
  • istanbul0.4.5
  • istanbul-lib-instrument3.0.0
  • istanbul-lib-source-maps^4.0.1
  • jwt-decode3.1.2
  • lodash.clonedeep^4.5.0
  • lodash.filter^4.6.0
  • lodash.flatmap^4.5.0
  • md52.0.0
  • micromatch4.0.8
  • mkdirp0.5.5
  • nopt3.0.4
  • nopt-usage0.1.0
  • nyc^15.1.0
  • object-assign4.1.1
  • promise7.0.4
  • read-json-sync1.1.1
  • rimraf3.0.2
  • …and 11 more.