matlab-analyze-time-frequency-content
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes user-supplied numeric signal data to provide analysis reports and recommendations. While this represents a data ingestion surface, the risk is mitigated by strong input validation.
- Ingestion points: Signal data is processed in
scripts/assessSignalForTF.m,scripts/assessBoundary.m, andscripts/assessSpectralEnergy.m. - Boundary markers: No explicit natural language boundary markers are used as the inputs are numeric vectors.
- Capability inventory: The skill utilizes
evaluate_matlab_codeandcheck_matlab_codeto execute analysis and plotting functions. - Sanitization: Robust sanitization is implemented using MATLAB
argumentsblocks, enforcing data types (e.g.,double) and constraints (e.g.,mustBeNumeric,mustBeFinite,mustBePositive).
Audit Metadata