analyzing-mlflow-session
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
mlflowCLI andjqutility within bash scripts (scripts/discover_schema.shandscripts/inspect_turn.sh) to perform trace analysis. - [EXTERNAL_DOWNLOADS]: The
mlflowCLI commands fetch session and trace data from a remote MLflow tracking server. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection risks because it processes and analyzes multi-turn chat logs retrieved from an external MLflow server. These logs contain untrusted user and assistant content that could contain instructions designed to manipulate the agent's behavior during analysis.
- Ingestion points: Data is ingested via
mlflow traces searchandmlflow traces getcommands and stored in local JSON files. - Boundary markers: None present; the agent is instructed to read and process JSON fields directly.
- Capability inventory: Shell execution (
mlflow,jq,cat, etc.) and file system access. - Sanitization: No sanitization of trace attributes, inputs, or outputs is performed before processing.
Audit Metadata