save-work
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's procedure involves extracting content from
project.mdandwork/*/README.mdand interpolating it into shell arguments for theasta documents addcommand. Specifically, strings for--nameand--summaryare taken directly from these files. If the processed files contain shell-sensitive characters like backticks, semicolons, or dollar signs, the agent may inadvertently execute arbitrary commands. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection vulnerability surface as it processes external/untrusted data from files without robust sanitization.
- Ingestion points: The skill reads
project.mdandwork/*/README.md(Procedure steps 1 and 2). - Boundary markers: No explicit delimiters or boundary markers are used to separate the extracted file content from the shell command template.
- Capability inventory: The skill utilizes
Bashcapabilities for git operations and document indexing. - Sanitization: There are no instructions to sanitize or escape the content extracted from the files before it is passed to the shell environment.
Audit Metadata