matlab-compute-gnss-position
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were identified. The skill adheres to its stated purpose of GNSS positioning analysis and uses established MATLAB toolbox functions for data processing.
- [EXTERNAL_DOWNLOADS]: The skill references established scientific repositories, including the IGS Data Centers (igs.org) and the NOAA CORS Network (noaa.gov), as sources for GNSS data. These are recognized well-known services for the navigation and geodesy community.
- [PROMPT_INJECTION]: The skill processes external RINEX files using structured parsing functions like
rinexread. - Ingestion points: Data enters the context via
rinexreadcalls inSKILL.mdprocessing local or downloaded RINEX files. - Boundary markers: None explicitly defined for the file contents as RINEX is a fixed-width/structured ASCII format.
- Capability inventory: The skill uses the
evaluate_matlab_codetool for numerical computation and visualization. - Sanitization: The skill relies on native MATLAB
rinexreadandgnssmeasurementsfunctions which parse the fixed scientific schema into typed timetables. There is no evidence of untrusted content being interpolated into prompts to influence agent behavior.
Audit Metadata