PkgRadar

Package evidence

@invarn/[email protected]

Webhook Exfil Endpoint: matched "hooks.slack.com/services/"

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
231
Versions published
57
First published
Mar 2026
Publisher
stancic

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":["@invarn/[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":["@invarn/[email protected]"],"fail_on":"high"}'
Publisherstancic
Artifact bytes463,016
Previous version1.9.2
Published2026-06-06T13:32:33.057Z
SHA-2561259149f35fa7d66e621a27226cc36be6fec030f753d1b220b34ef35fa8f2fab

Why flagged

What the scanner saw

Webhook Exfil Endpoint: matched "hooks.slack.com/services/"

1 candidate cluster(s) currently reference this release.

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

Availability ledger

available

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

Related candidates

Linked campaigns and clusters

Repeated static TTPactive

Webhook Exfil Endpoint — matched "hooks.slack.com/services/"

17 members · evidence strength 90
Repeated static TTPcandidate

Webhook Exfil Endpoint — matched "hooks.slack.com/services/"

17 members · max score 177

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli.cjsmatched "hooks.slack.com/services/"40
Show all 10 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli.cjsmatched "hooks.slack.com/services/"40
lowCredential file accesspackage/dist/cli.cjsmatched ".ssh/"5
lowMessenger Bot Endpointpackage/dist/src/yaml/steps/bitrise-slack.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5
lowMessenger Bot Endpointpackage/dist/src/yaml/steps/bitrise-slack.test.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5
lowCredential file accesspackage/dist/src/yaml/steps/bitrise-ssh.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/src/yaml/steps/bitrise-ssh.test.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/src/envman/cli.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/src/yaml/steps/index.jsmatched ".ssh/"5
lowCredential file accesspackage/dist/src/yaml/preflight-validation.jsmatched ".ssh/"5
lowObfuscation Densitypackage/dist/cli.cjshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts10
  • build./build.sh
  • build:npmnode bundle.mjs
  • cleanrm -rf dist output artifacts
  • devtsc --watch
  • generate:spec-mdnode scripts/generate-spec-md.mjs
  • prepublishOnly./build.sh && node bundle.mjs
  • releasenode release.mjs
  • run./run.sh
  • test./test.sh
  • test:watchNODE_OPTIONS=--experimental-vm-modules node ./node_modules/.bin/jest --watch
Dependencies2
  • js-yaml^4.1.0
  • prompts^2.4.2