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.py utilizes subprocess.run to 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, or socket) 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
Risk Level
SAFE
Analyzed
Jun 15, 2026, 01:21 PM
Security Audit — agent-trust-hub — data-quality-checker