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 promotingMixed 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"}'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
Status history (2 events)
- available → available · risk review · score 10 · status available -> available, risk high -> review, score 30 -> 10
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Messenger Bot Endpoint | package/dist/commands/workflow-validation.test.js | matched "hooks.slack.com/services/" — messenger-bot URL without exfil context (likely a notification handler) | 5 |
| low | Messenger Bot Endpoint | package/dist/commands/workflow.js | matched "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/skillscheck-coveragenpm run build && node scripts/check-coverage.jscheck-coverage:livenpm run build && node scripts/check-coverage.js --livedevtsc --watchlint:changelognode ../../scripts/lint-changelog.jslint:skillsnode scripts/lint-skills.jslint:skills:strictnode scripts/lint-skills.js --strictprebuildnode scripts/copy-skills.jstestvitest run src test/scriptstest:allnpm run build && MYAPI_RUN_RESET=1 vitest run src test/smoke test/scripts test/onlinetest:onlinenpm run build && MYAPI_RUN_RESET=1 vitest run test/onlinetest:realisticnpm run build && MYAPI_RUN_REALISTIC=1 vitest run test/realistic/autonomous-company.test.tstest:realistic:cleanupnpm run build && vitest run test/realistic/cleanup.test.tstest:smokenpm run build && vitest run src test/smoke test/scriptsupdate-schemanode scripts/update-schema.js
Dependencies1
@myapihq/sdk^1.3.6