agent-quorum-manager
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
prehook inSKILL.mdexecutes shell commands that interpolate the$TASKenvironment variable. This constitutes a command injection surface if the task description originates from an untrusted source and is not properly sanitized before being passed to the shell.\n- [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by processing untrusted data.\n - Ingestion points: The
$TASKenvironment variable used in lifecycle hooks and thecontextobject passed to thecalculateOptimalQuorummethod.\n - Boundary markers: None identified; untrusted data is directly echoed in shell scripts or used in JavaScript logic without delimiters.\n
- Capability inventory: The skill has the ability to execute shell commands, store data via
mcpTools.memory_usage, and orchestrate tasks viamcpTools.task_orchestrate.\n - Sanitization: No validation or sanitization routines were found for the external inputs.
Audit Metadata