agent-matrix-optimizer
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (HIGH): The skill is designed to process untrusted external matrix data while possessing the capability to execute code. 1. Ingestion points:
matrixDataandsparseValuesinputs in theanalyzeMatrixandsolvetools. 2. Boundary markers: None present to delineate data from instructions. 3. Capability inventory: Access tomcp__flow-nexus__sandbox_executefor Python execution. 4. Sanitization: No sanitization or validation of matrix properties before processing is described. - Dynamic Execution (MEDIUM): The skill uses
mcp__flow-nexus__sandbox_executeto run Python code generated at runtime. While the environment is a sandbox, the dynamic construction of scripts using externally influenced variables likeMATRIX_SIZEwithout validation presents a risk of command injection into the sandbox environment.
Recommendations
- AI detected serious security threats
Audit Metadata