matlab-import-export-data
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructional guidance and code snippets for data import and export in MATLAB. Analysis of the SKILL.md and manifest.yaml did not reveal any malicious patterns, obfuscation, or persistence mechanisms.
- [DATA_EXPOSURE_AND_EXFILTRATION]: The skill demonstrates how to read data from URLs and use authentication headers with weboptions. These examples use example.com and represent standard, legitimate developer workflows for API interaction. No sensitive file access or unauthorized data transmission was found.
- [INDIRECT_PROMPT_INJECTION]: The skill enables ingestion of external data via functions like readtable and parquetread. While this creates a surface for indirect prompt injection, the skill mitigates this by instructing users to perform validation checks after import. Ingestion points: readtable, parquetread, readstruct, readlines in SKILL.md. Boundary markers: Absent. Capability inventory: evaluate_matlab_code and check_matlab_code in manifest.yaml. Sanitization: Topic 3 recommends post-import validation with assertion-style checks.
Audit Metadata