Skip to main content

linebot-setup

Provides a comprehensive guide for setting up and troubleshooting LINE Bot Messaging API, ensuring effective bot communication.

Install this skill

or
49/100

Security score

The linebot-setup skill was audited on Feb 12, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 122

Curl to non-GitHub URL

SourceSKILL.md
122curl -sI "https://your-domain.com/images/filename.png" | head -3
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: LINE Bot Messaging API 設定與除錯指南。包含 LINE Developers Console 設定、Webhook URL 配置、SSL 憑證要求、常見錯誤排解。當用戶需要:(1) 建立新的 LINE Bot、(2) 設定 Webhook URL、(3) 排解 SSL 連線錯誤、(4) 排解 LINE Bot 無回應問題時使用此 skill。
medium line 16

Webhook reference - potential data exfiltration

SourceSKILL.md
165. **回應時間**: Webhook 必須在數秒內回應 200 OK
medium line 30

Webhook reference - potential data exfiltration

SourceSKILL.md
30### 2. Webhook 設定
medium line 33

Webhook reference - potential data exfiltration

SourceSKILL.md
331. 設定 **Webhook URL**: `https://your-domain.com/webhook.php`
medium line 34

Webhook reference - potential data exfiltration

SourceSKILL.md
342. 開啟 **Use webhook**(綠色開關在右邊)
medium line 69

Webhook reference - potential data exfiltration

SourceSKILL.md
69### Webhook 無回應(僅顯示已讀)
low line 76

Webhook reference - potential data exfiltration

SourceSKILL.md
76# 檢查 Webhook 是否收到請求
low line 77

Webhook reference - potential data exfiltration

SourceSKILL.md
77tail -f /path/to/webhook/debug.log
medium line 86

Webhook reference - potential data exfiltration

SourceSKILL.md
863. **Webhook 回傳 500** → 檢查 PHP 錯誤日誌
medium line 145

Webhook reference - potential data exfiltration

SourceSKILL.md
145- Webhook PHP 範例:[references/webhook-example.md](references/webhook-example.md)
low line 22

External URL reference

SourceSKILL.md
221. 前往 https://developers.line.biz/console/
low line 33

External URL reference

SourceSKILL.md
331. 設定 **Webhook URL**: `https://your-domain.com/webhook.php`
low line 122

External URL reference

SourceSKILL.md
122curl -sI "https://your-domain.com/images/filename.png" | head -3
low line 146

External URL reference

SourceSKILL.md
146- LINE 官方文件:https://developers.line.biz/en/docs/messaging-api/
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →
GitHub Stars 55
Rate this skill
Categorymarketing
UpdatedMay 21, 2026
NeverSight/skills_feed