agent-team-orchestration
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [NO_CODE]: The skill consists entirely of markdown documentation, playbooks, and configuration files. It does not contain any executable Python scripts, Node.js packages, or binary files.
- [INDIRECT_PROMPT_INJECTION]: The orchestration patterns described in the skill rely on agents reading and processing data (specifications, research, and artifacts) written to a shared directory by other agents, which establishes a surface for indirect prompt injection.
- Ingestion points: Agents are instructed to read from a shared workspace directory structure (e.g.,
/shared/specs/,/shared/artifacts/, and/shared/decisions/) as outlined inreferences/communication.mdandreferences/team-setup.md. - Boundary markers: The skill recommends using
SOUL.mdidentity files and structured handoff templates to define agent roles and expectations, but it does not specify technical delimiters or filtering to prevent the execution of instructions embedded in shared data. - Capability inventory: The workflow leverages standard agent capabilities including
sessions_spawnfor task delegation andsessions_sendfor direct inter-agent messaging. - Sanitization: The provided playbook does not include instructions for sanitizing, escaping, or validating the content of shared artifacts before they are consumed by other agents in the pipeline.
Audit Metadata