docs-search
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads the
axCLI binary from the developer's GitHub repository (github.com/toss/apps-in-toss-ax) usingcurlorInvoke-WebRequestto a local cache directory. - [REMOTE_CODE_EXECUTION]: The wrapper scripts
run-ax.shandrun-ax.ps1download a binary and immediately execute it with user-provided arguments. - [COMMAND_EXECUTION]: The skill executes shell commands to manage binary versions, download archives, and extract them using the
tarutility. - [INDIRECT_PROMPT_INJECTION]: The skill ingests content from external documentation sources, which introduces a potential attack surface if those sources contain malicious instructions.
- Ingestion points: Documentation text and code examples retrieved via the
get doc,get tds-rn,get tds-web, andget examplecommands. - Boundary markers: The instructions do not specify the use of delimiters or boundary markers to separate retrieved data from the agent's instructions.
- Capability inventory: Execution of the
axbinary via shell scripts which can interact with the file system and network. - Sanitization: There is no evidence of sanitization or filtering applied to the retrieved documentation content before it is provided to the agent.
Audit Metadata