matlab-create-ai-antenna
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill includes instructions in
SKILL.mdfor importing 2D antenna pattern data from external CSV files (elevation_cut.csvandazimuth_cut.csv) to reconstruct 3D patterns. This data ingestion path creates a surface for indirect prompt injection where maliciously crafted data could potentially influence the agent's logic or behavior. * Ingestion points: Data is read from external files using thereadmatrixfunction as described in theSKILL.mdworkflows. * Boundary markers: There are no explicit instructions or delimiters provided to the agent to treat the imported content as non-instructional or to ignore embedded directives. * Capability inventory: The skill utilizes themcp__matlab__evaluate_matlab_codetool, which allows for arbitrary MATLAB code execution and potential system-level interactions. * Sanitization: The provided workflows do not include steps for validating or sanitizing the imported numerical data before it is used in further calculations or agent decisions.
Audit Metadata