skills/datadrivenconstruction/ddc_skills_for_ai_agents_in_construction/parquet-converter/Gen Agent Trust Hub
parquet-converter
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFE
Full Analysis
- [DATA_PROCESSING]: The skill performs legitimate data transformation operations using the pandas library. It supports multiple input formats (CSV, Excel, JSON) and converts them to Parquet for optimized storage and querying.
- [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it processes untrusted external data files.
- Ingestion points: Data is ingested through
pd.read_csv,pd.read_excel,pd.read_json, andpd.read_parquetinSKILL.md. - Boundary markers: None identified in the prompt templates.
- Capability inventory: The skill is limited to filesystem read/write operations and data structure manipulation. It does not possess high-risk capabilities like network access or arbitrary command execution.
- Sanitization: There is no explicit sanitization of the content within the data files before the agent presents results to the user.
- [FILESYSTEM_ACCESS]: The skill correctly declares
filesystempermissions inclaw.json, which is necessary for its stated purpose of converting local data files.
Audit Metadata