ax-extract-workflow
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute the
ax(axctl) command-line tool using parameters derived from user input (SHAs, dates, topics). There is a risk of command injection if the agent implementation does not correctly sanitize these inputs before shell execution. Examples includeax sessions near <sha>,ax sessions around <date>, andax recall "<topic>". It also instructs the agent to recommend the execution of a local scriptscripts/db-start.shif database connection fails. - [PROMPT_INJECTION]: The skill processes historical session data and tool outputs, which may contain untrusted content from past interactions, creating a surface for indirect prompt injection. Ingestion points: Data is ingested through
ax sessions show --jsonandax recallcommands referenced inSKILL.md. Boundary markers: Absent. The skill does not provide instructions to treat historical data as untrusted or provide delimiters to separate retrieved data from agent instructions. Capability inventory: The skill uses shell command execution via theaxCLI to query and show session details. Sanitization: Absent. The skill does not specify any filtering, escaping, or validation of the retrieved session content before it is narrated to the user.
Audit Metadata