project-distill
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute local git and just commands. This is intended for analyzing the repository state and managing task recipes, though it allows for arbitrary command execution within the scope of thejusttask runner. - Evidence: The
allowed-toolssection permitsBash(git diff *),Bash(git log *),Bash(git status *), andBash(just *). - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it ingests data from external tool outputs to influence its reasoning and file-writing actions.
- Ingestion points: Untrusted data enters the agent's context through
git logoutputs and the currentconversation history(Step 1). - Boundary markers: The instructions do not define boundary markers or clear 'ignore' warnings to prevent the agent from obeying instructions embedded in the logs or history.
- Capability inventory: The skill has
WriteandEditpermissions for project files (rules, skills, justfiles) and can execute shell commands through thejustutility. - Sanitization: There is no evidence of sanitization or schema validation for the 'insights' extracted from session history before they are used to update persistent project artifacts.
Audit Metadata