ray-data
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the official GitHub repository for the Ray project (github.com/ray-project/ray) and its official documentation (docs.ray.io). These are well-known, trusted sources for distributed computing tools.
- [COMMAND_EXECUTION]: Provides standard installation instructions via
pip install -U 'ray[data]', which is the documented method for installing the library from the official Python Package Index (PyPI). - [DATA_EXPOSURE]: Includes code examples for reading from and writing to cloud storage (S3/GCS). These are standard library functionalities for ETL tasks and do not contain hardcoded credentials or unauthorized access patterns.
- [REMOTE_CODE_EXECUTION]: No remote code execution patterns were detected. The skill uses standard Ray API calls for distributed processing within a controlled cluster environment.
Audit Metadata