Rally
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Multi-Agent Orchestration and Lifecycle. The skill defines a structured 7-phase lifecycle (ASSESS through CLEANUP) for the creation and management of parallel Claude agent teams. It enforces safe initialization with
TeamCreateand ensures proper cleanup withshutdown_requestandTeamDeleteto prevent orphaned processes or resource leaks. - [SAFE]: Resource Isolation and Integrity. The skill uses a dedicated
file-ownership-protocol.mdto manage file system access. By requiring teammates to haveexclusive_writepermissions and validating these against a centralownership_map, the system prevents conflicting writes and unauthorized modifications during parallel execution. - [SAFE]: Communication Security. The orchestrator adheres to a hub-spoke model where all sub-agent communication is routed through the lead agent. This architecture, combined with the use of predefined messaging templates and manual approval modes (e.g.,
planmode), ensures that sub-agents operate within defined constraints and allows for human-in-the-loop checkpoints for high-risk tasks. - [SAFE]: External Interactions. All external tool calls are directed to the trusted Claude Code Agent Teams API. There are no external dependency installations or remote code execution patterns involving untrusted third-party sources.
Audit Metadata