Missing User Warnings
Medium
- Confidence
- 86% confidence
- Finding
- 文档直接给出“docker-compose restart”重启命令,却未强调这会中断正在运行的服务,可能导致业务短暂不可用或意外中断。如果代理在缺少确认的情况下采纳此命令,用户可能遭遇可避免的服务停机。
Security checks across malware telemetry and agentic risk
This is a visible, instruction-only NAS monitoring skill with expected Docker and system checks plus optional Telegram alerts.
Install only if you want the agent to help inspect NAS Docker and system status. Keep routine monitoring read-only, approve any service restart explicitly, and avoid sending secrets, detailed logs, hostnames, or internal service details through Telegram unless that third-party notification path is acceptable.
TELEGRAM_CHAT_ID="你的 Chat ID"
# 发送告警
curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage" \
-d "chat_id=${TELEGRAM_CHAT_ID}&text=⚠️ NAS 告警:容器异常"
```TELEGRAM_CHAT_ID="你的 Chat ID"
# 发送告警
curl -s "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage" \
-d "chat_id=${TELEGRAM_CHAT_ID}&text=⚠️ NAS 告警:容器异常"
```64/64 vendors flagged this skill as clean.