mcp-trino
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Potential for Indirect Prompt Injection.
- Ingestion points: The skill retrieves metadata and query details from a Trino database through tools such as
list_tablesandget_query_detailinSKILL.md. - Boundary markers: The instructions do not specify markers to delimit data or warn the agent to ignore instructions embedded in the retrieved data.
- Capability inventory: The agent can execute SQL commands via
execute_queryandexplain_query. - Sanitization: No sanitization logic is provided in the instructions for the ingested data.
- [COMMAND_EXECUTION]: Database Query Operations.
- The skill allows execution of SQL commands on remote Trino instances. The instructions define a workflow limited to 'inspection-only' queries like
EXPLAINandSHOW, advising against DML/DDL use.
Audit Metadata