skills/datadrivenconstruction/ddc_skills_for_ai_agents_in_construction/progress-photo-analyzer/Gen Agent Trust Hub
progress-photo-analyzer
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user-supplied metadata such as filenames, location descriptions, and zone names, which are subsequently used to generate progress summaries and Excel reports. This ingestion of external data constitutes a surface for indirect prompt injection.
- Ingestion points: Data enters the system via the
register_photomethod (location, level, zone, photographer) and theanalyze_site_photosfunction (file paths). - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands are present in the processing logic.
- Capability inventory: The skill has the capability to write files to the local filesystem using
pandas.ExcelWriterin theexport_reportmethod and read file metadata usingpathlibinanalyze_site_photos. - Sanitization: There is no evidence of sanitization or validation of the input strings before they are interpolated into reports or summaries.
Audit Metadata