maestro
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform availability checks on local orchestration tools (e.g.,maestro ralph skills) and to execute CLI commands defined within workflow templates. These operations are limited to the local environment and the tool's intended management scope. - [PROMPT_INJECTION]: The skill processes untrusted user input via the
$ARGUMENTSvariable to classify intent and select task chains, which constitutes an indirect prompt injection surface. - Ingestion points: User intent is received through the
$ARGUMENTSparameter inSKILL.md. - Boundary markers: The skill generates
boundary_contractandexecution_criteriafields in thestatus.jsonsession file during theA_DECOMPOSE_TASKSphase to constrain agent actions. - Capability inventory: The skill has access to
Bashfor command execution,WriteandEditfor session state persistence, andspawn_agentfor delegating tasks to sub-agents. - Sanitization: Input is parsed through a semantic classification engine (
A_CLASSIFY_INTENT) and validated against a pre-verified list of project and global skills before any execution occurs.
Audit Metadata