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
1,594Niche · −30% score
Versions published
68
First published
Mar 2026
Publisher
stancic

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

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 bytes508,357
Previous version2.0.3
Published2026-06-13T23:15:37.581Z
SHA-2560177f729e3918c4d86a1dd2ea8280342630e6c6c7d2290d47dd9eea6f0b6a427

Why flagged

What the scanner saw

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

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

Availability ledger

available

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

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/cli.cjsmatched "hooks.slack.com/services/"40
Show all 9 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

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