cross-squad
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection Consideration: The skill implements a discovery protocol where the agent reads
.squad/manifest.jsonfiles and GitHub issue content from external repositories. This behavior creates a potential surface for indirect prompt injection if a manifest file or issue body contains malicious instructions intended to influence the agent's behavior. - Ingestion points: Data enters the context via
.squad/manifest.jsonfiles from org repositories andgh issue viewoutput. - Capability inventory: The agent can execute
gh issue create,squad-discover, andsquad-delegateto perform cross-repository actions. - Sanitization: While the skill provides clear guidelines on what not to share (secrets, internal state), it does not explicitly define automated sanitization for the content ingested from external manifests.
- Command Execution: The skill utilizes both standard tools like the GitHub CLI (
gh) and specialized vendor tools (squad-discover,squad-delegate) to manage cross-squad tasks. These tools are used for their intended purpose of orchestration and task delegation.
Audit Metadata