heartbeat
Pass
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/heartbeat.pyscript usessubprocess.check_outputto rungit rev-parse --show-toplevel. This is a standard procedure to identify the project's root directory for local path resolution and does not pose a security risk in this context. - [SAFE]: The skill implements a structured task management system (pending, in-progress, completed, failed) using local JSON files. It follows best practices for state management within an agentic environment and contains no network operations, hardcoded credentials, or dynamic code execution from untrusted sources.
Audit Metadata