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.

Weekly downloads
23
Versions published
22
First published
Apr 2026
Publisher
devhelm-me

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"}'
Publisherdevhelm-me
Artifact bytes270,942
Previous version0.7.0
Published2026-05-06T15:57:51.216Z
SHA-256284b0b0d79eede4b884d9ba989ce4b3735ad8bee2185418999be682aa303b4db

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowMessenger Bot Endpointpackage/dist/commands/init.jsmatched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler)5

Manifest

Package metadata

Scripts12
  • buildnpm run typegen && npm run zodgen && npm run descgen && npm run skillgen && tsc -b && oclif manifest
  • descgennode scripts/extract-descriptions.mjs
  • linteslint src/ test/
  • lint:fixeslint src/ test/ --fix
  • postpackrm -f oclif.manifest.json
  • prepacknpm run build
  • skillgennode scripts/generate-skill-references.mjs
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • typegenopenapi-typescript docs/openapi/monitoring-api.json -o src/lib/api.generated.ts
  • zodgennode scripts/generate-zod.mjs
Dependencies9
  • @oclif/core^4.10.5
  • @oclif/plugin-help^6.2.43
  • @oclif/plugin-not-found^3.2.80
  • chalk^5.6.2
  • cli-table3^0.6.5
  • lodash-es^4.18.1
  • openapi-fetch^0.17.0
  • yaml^2.8.3
  • zod^3.25.76