Skip to main content

pachca-bots

Facilitates bot management and webhook handling for automated tasks and alerts using Pachca's CLI tools.

Install this skill

or
38/100

Security score

The pachca-bots skill was audited on Mar 7, 2026 and we found 14 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 4

Webhook reference - potential data exfiltration

SourceSKILL.md
4Bot management, incoming/outgoing webhooks, link unfurling. Use when: set up
medium line 5

Webhook reference - potential data exfiltration

SourceSKILL.md
5bot, handle webhook, handle button click, periodic digest, alerts, polling
medium line 45

Webhook reference - potential data exfiltration

SourceSKILL.md
45### Set up bot with outgoing webhook
medium line 47

Webhook reference - potential data exfiltration

SourceSKILL.md
471. Create bot in Pachca UI: Automations → Integrations → Webhook
medium line 51

Webhook reference - potential data exfiltration

SourceSKILL.md
513. Set Webhook URL for receiving events
medium line 53

Webhook reference - potential data exfiltration

SourceSKILL.md
53> Bot is created via UI, not API. The only bot endpoint is PUT /bots/{id} (update webhook URL). API is used to send messages on behalf of bot.
medium line 56

Webhook reference - potential data exfiltration

SourceSKILL.md
56### Update bot webhook URL
medium line 58

Webhook reference - potential data exfiltration

SourceSKILL.md
581. Update bot webhook URL:
low line 60

Webhook reference - potential data exfiltration

SourceSKILL.md
60pachca bots update <bot_id> --webhook='{"outgoing_url":"https://example.com/webhook"}'
medium line 93

Webhook reference - potential data exfiltration

SourceSKILL.md
93| GET | /webhooks/events | История событий |
medium line 94

Webhook reference - potential data exfiltration

SourceSKILL.md
94| DELETE | /webhooks/events/{id} | Удаление события |
medium line 99

Webhook reference - potential data exfiltration

SourceSKILL.md
99references/handle-incoming-webhook-event.md — Handle incoming webhook event
medium line 105

Webhook reference - potential data exfiltration

SourceSKILL.md
105references/webhook-events.md — Webhook event types
low line 60

External URL reference

SourceSKILL.md
60pachca bots update <bot_id> --webhook='{"outgoing_url":"https://example.com/webhook"}'
Scanned on Mar 7, 2026
View Security Dashboard