polars
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill documentation includes 'pip install polars'. Polars is a widely recognized and trusted open-source library for data analysis.
- [COMMAND_EXECUTION] (SAFE): All provided code examples are standard Python snippets for data processing using the Polars API. No evidence of shell command injection or unauthorized system access was found.
- [INDIRECT_PROMPT_INJECTION] (LOW): The skill describes how to ingest data from external files (CSV, Parquet, JSON).
- Ingestion points: File reading functions like
pl.read_csv,pl.scan_csv, andpl.read_jsoninSKILL.md. - Boundary markers: None explicitly defined in documentation examples.
- Capability inventory: Data manipulation, filtering, and aggregation. No execution capabilities (like
evalorsubprocess) are present in the skill scripts. - Sanitization: Not present in documentation, but the skill itself does not process data; it provides instructions for the agent to do so.
Audit Metadata