omni-query
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes data fetched from an external REST API (Omni Analytics), which introduces a surface for indirect prompt injection if the API response contains adversarial instructions.
- Ingestion points: Responses from the Omni query API endpoints as described in
SKILL.md. - Boundary markers: Absent; there are no specific instructions for the agent to isolate or treat data from the API as untrusted content.
- Capability inventory: The skill utilizes network access via
curland data manipulation using Python snippets inSKILL.md. - Sanitization: Absent; the instructions do not mention validating or filtering the data retrieved from the API.
- [EXTERNAL_DOWNLOADS]: The skill references standard data analysis libraries to handle query results.
pyarrowandpandasare mentioned inSKILL.mdfor decoding and processing Apache Arrow data.- [COMMAND_EXECUTION]: The skill provides example CLI commands for interacting with external services.
- Uses
curlto fetch OpenAPI specifications and execute query requests against Omni Analytics endpoints.
Audit Metadata