skills/jeremylongshore/claude-code-plugins-plus-skills/preprocessing-data-with-automated-pipelines/Gen Agent Trust Hub
preprocessing-data-with-automated-pipelines
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The core functionality is implemented through modular Python scripts (
validate_data.py,transform_data.py,handle_errors.py, andpipeline.py) that perform legitimate data science operations such as normalization, categorical encoding, and data integrity checks. - [COMMAND_EXECUTION]: The orchestration script
pipeline.pyuses thesubprocessmodule to execute internal utility scripts. It correctly passes arguments as a list and avoids usingshell=True, which follows security best practices for preventing shell injection. - [DATA_EXFILTRATION]: The skill does not contain any code for network communication (e.g.,
requests,urllib, orsocket). It operates exclusively on local files provided via command-line arguments, and no hardcoded credentials or sensitive file paths were found. - [PROMPT_INJECTION]: The instructions in
SKILL.mdare focused on the intended data processing task and do not contain any patterns typical of jailbreaks, role-play injections, or attempts to bypass agent safety guidelines.
Audit Metadata