xai-search
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation instructs users to install the
xai-sdkPython package from a well-known service provider. - [COMMAND_EXECUTION]: The skill provides example
curlcommands and a local Python helper script path for interacting with the xAI API and processing JSON output viajq. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface as it ingests untrusted content from the web and social media platforms.
- Ingestion points: Data enters the agent context via the results of
web_searchandx_searchfunction calls documented inSKILL.md. - Boundary markers: The provided documentation does not define specific delimiters or instructions to ignore embedded commands within search results.
- Capability inventory: The skill facilitates network requests to
api.x.aiand execution of the localxai-search.pyscript. - Sanitization: No explicit sanitization or filtering of the retrieved search content is mentioned in the skill definition.
Audit Metadata