linebot-setup
Provides a comprehensive guide for setting up and troubleshooting LINE Bot Messaging API, ensuring effective bot communication.
Install this skill
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
Curl to non-GitHub URL
| 122 | curl -sI "https://your-domain.com/images/filename.png" | head -3 |
Webhook reference - potential data exfiltration
| 3 | description: LINE Bot Messaging API 設定與除錯指南。包含 LINE Developers Console 設定、Webhook URL 配置、SSL 憑證要求、常見錯誤排解。當用戶需要:(1) 建立新的 LINE Bot、(2) 設定 Webhook URL、(3) 排解 SSL 連線錯誤、(4) 排解 LINE Bot 無回應問題時使用此 skill。 |
Webhook reference - potential data exfiltration
| 16 | 5. **回應時間**: Webhook 必須在數秒內回應 200 OK |
Webhook reference - potential data exfiltration
| 30 | ### 2. Webhook 設定 |
Webhook reference - potential data exfiltration
| 33 | 1. 設定 **Webhook URL**: `https://your-domain.com/webhook.php` |
Webhook reference - potential data exfiltration
| 34 | 2. 開啟 **Use webhook**(綠色開關在右邊) |
Webhook reference - potential data exfiltration
| 69 | ### Webhook 無回應(僅顯示已讀) |
Webhook reference - potential data exfiltration
| 76 | # 檢查 Webhook 是否收到請求 |
Webhook reference - potential data exfiltration
| 77 | tail -f /path/to/webhook/debug.log |
Webhook reference - potential data exfiltration
| 86 | 3. **Webhook 回傳 500** → 檢查 PHP 錯誤日誌 |
Webhook reference - potential data exfiltration
| 145 | - Webhook PHP 範例:[references/webhook-example.md](references/webhook-example.md) |
External URL reference
| 22 | 1. 前往 https://developers.line.biz/console/ |
External URL reference
| 33 | 1. 設定 **Webhook URL**: `https://your-domain.com/webhook.php` |
External URL reference
| 122 | curl -sI "https://your-domain.com/images/filename.png" | head -3 |
External URL reference
| 146 | - LINE 官方文件:https://developers.line.biz/en/docs/messaging-api/ |