bot-heartbeat
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local shell script
scripts/check.shto perform environment diagnostics. This script reads local status files (.bot-pid,JOBS.yaml) and uses standard system commands likekill -0to verify process health. - [SAFE]: The deduplication logic using a lock file (
.heartbeat-lock) is a standard practice for periodic tasks to prevent resource contention. - [SAFE]: The subagent instructions are focused on health evaluation and notification. While it uses external communication (Telegram), it does so via authorized platform tools (MCP) and only transmits diagnostic summaries, which aligns with the skill's primary purpose.
Audit Metadata