conductor
Pass
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
sprint.sh completecommand accepts a user-provided--artifactpath which is passed directly to thelncommand without validation or restriction to the project directory. An agent or a malicious task could specify sensitive system files (e.g.,~/.ssh/id_rsaor.envfiles) to be symlinked into the.nanostack/conductor/directory, potentially exposing them to other processes or agents. Evidence:ln -snf "$artifact" "$phase_dir/artifact.json"inbin/sprint.sh. - [PROMPT_INJECTION]: The skill implements a 'Phase Protocol' (Category 8) where agents pass context through 'context_checkpoint' artifacts containing fields like
summaryanddecisions_made. This creates an indirect prompt injection surface where a compromised or malicious agent in an early phase could inject instructions into the checkpoint to manipulate the behavior of agents in later phases. Mandatory Evidence Chain: 1. Ingestion points:bin/restore-context.sh(as described inSKILL.md). 2. Boundary markers: None described in the protocol. 3. Capability inventory: Command execution viabin/sprint.shand other referenced scripts inSKILL.md. 4. Sanitization: No sanitization of checkpoint content is mentioned.
Audit Metadata