matlab-export-session-script
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a standard session export functionality with clear instructions for code cleanup and logical organization.- [SAFE]: The instructions explicitly include security-positive rules, such as identifying and excluding shell commands from the exported MATLAB script to prevent potential cross-language command injection.- [SAFE]: Path management instructions recommend using relative paths and
fullfile(), which follows best practices to avoid the exposure of sensitive local file system structures through hard-coded absolute paths.- [SAFE]: Data processing is restricted to extracting existing code blocks from the current conversation context for formatting and storage, with no unauthorized network operations or credential access observed.
Audit Metadata