PkgRadar

Package evidence

@myapihq/[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.

Versions published
77
First published
Apr 2026
Publisher
ric_mat

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":["@myapihq/[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":["@myapihq/[email protected]"],"fail_on":"review"}'
Publisherric_mat
Artifact bytes160,025
Previous version1.3.4
Published2026-05-26T22:15:25.394Z
SHA-256531fdd2d354bf7a77e21d0f6871abb65966fed836fe7bc4c467cb69f479d4a8b

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

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

Manifest

Package metadata

Scripts15
  • buildtsc && rm -rf dist/skills && cp -r src/skills dist/skills
  • check-coveragenpm run build && node scripts/check-coverage.js
  • check-coverage:livenpm run build && node scripts/check-coverage.js --live
  • devtsc --watch
  • lint:changelognode ../../scripts/lint-changelog.js
  • lint:skillsnode scripts/lint-skills.js
  • lint:skills:strictnode scripts/lint-skills.js --strict
  • prebuildnode scripts/copy-skills.js
  • testvitest run src test/scripts
  • test:allnpm run build && MYAPI_RUN_RESET=1 vitest run src test/smoke test/scripts test/online
  • test:onlinenpm run build && MYAPI_RUN_RESET=1 vitest run test/online
  • test:realisticnpm run build && MYAPI_RUN_REALISTIC=1 vitest run test/realistic/autonomous-company.test.ts
  • test:realistic:cleanupnpm run build && vitest run test/realistic/cleanup.test.ts
  • test:smokenpm run build && vitest run src test/smoke test/scripts
  • update-schemanode scripts/update-schema.js
Dependencies1
  • @myapihq/sdk^1.3.5