Leavn Commit Machine
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (HIGH): The skill creates a significant attack surface by reading untrusted data and having command execution capabilities.
- Ingestion points: The agent reads data from
git diffandgit statusas instructed inSKILL.md. - Boundary markers: No delimiters or explicit instructions are provided to help the agent distinguish between code changes and malicious instructions within those changes.
- Capability inventory: The skill is granted
Bashtool access, which can be leveraged for arbitrary command execution if the agent is manipulated by the file content it reads. - Sanitization: There is no evidence of filtering or escaping logic to prevent external content from being interpreted as instructions.
- Command Execution (LOW): The skill utilizes the
Bashtool for standardgitoperations. While appropriate for the task, these commands are the primary vector for exploitation if an injection occurs.
Recommendations
- AI detected serious security threats
Audit Metadata