brief
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the Bash tool to execute
git rev-parseto determine the project root andcatto read the contents of a local status file located at~/.origin/sessions/_status/<project>.md. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes data from untrusted or external sources and presents it directly to the model's context.
- Ingestion points: The skill reads from a local markdown status file and retrieves memories and revisions from the
mcp__plugin_origin_origin__contextandmcp__plugin_origin_origin__list_pending_revisionstools. - Boundary markers: No delimiters or "ignore embedded instructions" warnings are used when outputting the retrieved content; the agent is explicitly told to render sections "verbatim".
- Capability inventory: The agent has access to
Bashfor shell command execution and several MCP tools that can modify memory state (recall,accept_revision,dismiss_revision). - Sanitization: There is no evidence of filtering, validation, or escaping of the content retrieved from the status file or memory tools before it is incorporated into the prompt.
Audit Metadata