maestro-spec
Warn
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: MEDIUMDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill instructs the agent to read and follow instructions from a file located at
~/.maestro/workflows/specs-add.md. This dynamic loading of logic from a local file outside the skill's own directory means the actual behavior is determined by external content that cannot be statically verified.\n- [INDIRECT_PROMPT_INJECTION]: The skill is designed to accept natural language 'intents' from users and pass them to a secondary workflow.\n - Ingestion points: User input is captured via the
$ARGUMENTSvariable in the dispatch block.\n - Boundary markers: There are no boundary markers or instructions to the model to ignore embedded commands within the user-supplied string.\n
- Capability inventory: The skill has access to powerful tools including
Bash,Write, andEdit, which could be abused if malicious instructions are processed.\n - Sanitization: There is no evident sanitization, validation, or filtering of the
$ARGUMENTScontent before it is passed to the workflow execution.
Audit Metadata