PkgRadar

Package evidence

@rutter/[email protected]

Remote Payload: 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
52,108Mainstream · −50% score
Versions published
61Mature · −50% score
First published
Dec 2020
Publisher
cyrieu

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":["@rutter/[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":["@rutter/[email protected]"],"fail_on":"review"}'
Publishercyrieu
Artifact bytes1,067,313
Previous version1.0.18
Published2021-03-10T17:16:27.793Z
SHA-256311140ae1e6307e977d7a9028ab58dfe28076080bf8604d2ffc073222404cf94

Why flagged

What the scanner saw

Remote Payload: matched "hooks.slack.com/services/"

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

Availability ledger

available

review
Last checked
reviewRisk
8Score
1.0.19Version
Status history (1 event)
  1. newavailable · risk review · score 8 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bundle.jsmatched "hooks.slack.com/services/"12
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/dist/bundle.jsmatched "hooks.slack.com/services/"12
lowMessenger Bot Endpointpackage/dist/rutter-link.1edd2f65.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts8
  • buildwebpack
  • build:watchwebpack -w
  • devparcel example/index.html
  • linttslint -c tslint.json 'src/**/*.ts'
  • preparenpm run build
  • prepublishOnlynpm run lint
  • preversionnpm run lint
  • testecho "Error: no test specified" && exit 1
Dependencies5
  • @emotion/react^11.1.2
  • @emotion/styled^11.0.0
  • axios^0.21.0
  • react^17.0.1
  • react-dom^17.0.1