maestro
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through project-level documentation.
- Ingestion points: The agent is instructed in
SKILL.mdto read repository files such asCLAUDE.md,AGENTS.md,README.md, andpackage.jsonto identify project boundaries and workflows. - Capability inventory: The skill possesses extensive capabilities, including executing shell commands (
git,pnpm,node ace) and modifying files throughout the project worktree. - Boundary markers: There are no explicit instructions to treat the content of these repository files as untrusted or to wrap them in protective delimiters.
- Sanitization: The skill does not implement sanitization of the content found within these files before incorporating it into the execution plan.
- [COMMAND_EXECUTION]: The skill facilitates the execution of various development and version control commands.
- Evidence:
SKILL.mdand associated runbooks utilizegitfor branch management, diffing, and committing;pnpmfor typechecking, testing, and building; andnode acefor framework-specific tasks like codegen and server management. - Context: These commands are central to the skill's primary function as an engineering orchestrator and are used in a standard development context.
Audit Metadata