skills/datadrivenconstruction/ddc_skills_for_ai_agents_in_construction/cwicr-waste-calculator/Gen Agent Trust Hub
cwicr-waste-calculator
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: References the author's official GitHub repository for Construction Work Item Cost Resource (CWICR) data documentation.
- [DATA_EXFILTRATION]: Accesses the local filesystem to read material databases (Parquet) and user project files (CSV, Excel, JSON), and to export generated waste reports.
- [COMMAND_EXECUTION]: Implements waste calculation and 1D cutting stock optimization algorithms in Python, using standard libraries for data processing and report generation.
- [PROMPT_INJECTION]: Analyzed for indirect prompt injection risk associated with processing external project data. Ingestion points: File reading functions for CSV, Excel, and JSON inputs. Boundary markers: No specific delimiters are implemented to isolate untrusted data from instructions. Capability inventory: Local filesystem read and write permissions. Sanitization: Basic numeric and code validation is performed within the Python logic.
Audit Metadata