agent-byzantine-coordinator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- COMMAND_EXECUTION (LOW): The
prehook inSKILL.mduses the$TASKenvironment variable within a shellechocommand without sanitization. - Evidence:
echo "🛡️ Byzantine Coordinator initiating: $TASK"in theprehook section. - Risk: If the agent processes a task name containing shell injection patterns such as backticks or subshell syntax (e.g.,
$(...)), these could potentially be executed in the environment where the hook runs. - DATA_EXPOSURE (SAFE): No hardcoded credentials or sensitive file paths were detected.
- REMOTE_CODE_EXECUTION (SAFE): No external script downloads or remote package installations were found.
Audit Metadata