skills/datadrivenconstruction/ddc_skills_for_ai_agents_in_construction/environmental-monitoring/Gen Agent Trust Hub
environmental-monitoring
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted data from external files.
- Ingestion points: The agent accepts project data via file paths or direct input in CSV, Excel, and JSON formats as defined in
instructions.md. - Boundary markers: There are no explicit boundary markers or delimiters defined in the instructions to separate user-provided data from the agent's core instructions.
- Capability inventory: The skill requires
python3for data processing and requestsfilesystempermissions inclaw.jsonto read user files. - Sanitization: Although
instructions.mdadvises validating inputs, the Python implementation inSKILL.mddoes not include specific logic to sanitize or escape natural language instructions that might be embedded within the data files.
Audit Metadata