odyssey-planex
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via the
<requirement>argument and generated task descriptions. These inputs are interpolated into prompts for delegated agents and verification tasks without sanitization. - Evidence: In
A_PLANandA_EXECUTE, variables like${requirement},${title}, and${description}are embedded into instructions for themaestro delegatetool. - Evidence: User-derived criteria are used as instructions for agents spawned via
spawn_agents_on_csvin theA_VERIFYphase. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform complex environment configuration and task execution. - Evidence: The
A_EXECUTEphase dynamically constructs shell commands usingmaestro delegateto implement code and run verification gates. - Evidence: The skill executes system-level checks such as
maestro delegate-config show --jsonandmaestro searchto manage its internal state and dependencies.
Audit Metadata