data-quality-checker
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/tests/test_check_data_quality.pyutilizessubprocess.runto execute the skill's main script (check_data_quality.py) during automated testing. This execution is restricted to the skill's own local files and does not process arbitrary shell commands or untrusted input. - [DATA_EXFILTRATION]: Analysis of the Python scripts confirms that no network libraries (e.g.,
requests,urllib, orsocket) are imported or used. The skill only interacts with the local file system to read the input markdown and write the resulting quality reports. - [REMOTE_CODE_EXECUTION]: The skill operates entirely offline and does not download or execute any external code or scripts. It relies solely on the Python standard library to perform its data validation tasks.
Audit Metadata