document-forensics
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted document data, which presents a surface for indirect prompt injection attacks where malicious content within a document could attempt to influence agent behavior.
- Ingestion points: External files are ingested through the
document_pathsparameter in theprovenance_analysis,anomaly_detection, andredaction_detectioncapabilities inSKILL.mdandschema.yaml. - Boundary markers: The skill does not define specific delimiters or instructions to treat ingested document text as untrusted data within the prompt context.
- Capability inventory: The skill utilizes
Bash,Read,Glob, andGreptools, providing a wide functional surface for potential exploitation. - Sanitization: The instructions do not specify any sanitization, escaping, or validation of the text content extracted from documents.
- [EXTERNAL_DOWNLOADS]: The skill requires several standard Python libraries and system tools for its stated forensic analysis functionality.
- Evidence: The configuration in
schema.yamlspecifies dependencies onpdfplumber,PIL(Pillow),cv2(OpenCV),dateutil, and the system utilityexiftool. These are well-known and standard tools for document and image processing.
Audit Metadata