PkgRadar

Package evidence

[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,033Niche · −30% score
Versions published
20
First published
Apr 2026
Publisher
alexhillclimb

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":["[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":["[email protected]"],"fail_on":"high"}'
Publisheralexhillclimb
Artifact bytes112,067
Previous version0.4.4
Published2026-05-30T00:56:19.191Z
SHA-2562eb304a3069304e8b5c235f931e84ed5f52e8e88cb0dd85eb0d606dbb70bacb3

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
35Score
0.5.0Version
Status history (2 events)
  1. availableavailable · risk high · score 35 · status available -> available, risk high -> high, score 50 -> 35
  2. newavailable · risk high · score 50 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/pattern-worker.jsmatched "hooks.slack.com/services/"40
Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
highWebhook Exfil Endpointpackage/dist/pattern-worker.jsmatched "hooks.slack.com/services/"40
lowCredential file accesspackage/dist/cli.jsmatched "aws_access_key"5
lowCredential file accesspackage/dist/pattern-worker.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts8
  • audit:bundlebun run scripts/audit-bundle.ts
  • buildtsup
  • checkbiome check src/
  • formatbiome format --write src/
  • lintbiome lint src/
  • prepublishOnlybun run build && bun run audit:bundle
  • typechecktsgo --noEmit
  • update-patternsbun run scripts/update-patterns.ts
Dependencies2
  • @clack/prompts^1.1.0
  • archiver^7.0.1