docling-document-intelligence
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for Indirect Prompt Injection as it is designed to ingest and process untrusted external content (PDFs, HTML, DOCX, and images) from both local paths and URLs.
- Ingestion points: Document inputs processed via the
doclingCLI and Python API as described inSKILL.md. - Boundary markers: Absent; the instructions do not specify using delimiters or "ignore embedded instructions" warnings when handling document text.
- Capability inventory: The skill has access to shell execution (
Bashfordocling,uv, andpython) which could be influenced if an ingested document contains malicious instructions that the agent follows during the analysis phase. - Sanitization: No sanitization or validation of the document content is performed before it is presented to the agent's context.
- [COMMAND_EXECUTION]: The skill frequently uses shell commands to perform its primary functions, including document conversion via the
doclingCLI and running a local evaluation script. - Evidence:
SKILL.mdandREADME.mdprovide numerous examples of executingdoclinganduv run scripts/docling-evaluate.py. - [EXTERNAL_DOWNLOADS]: The skill facilitates the download of external software and data.
- Evidence: Instructions include
uv tool install doclinganduv add 'docling-core[chunking-openai]'to fetch packages from public registries. The VLM pipelines may also trigger the download of model weights from Hugging Face or other repositories during initial execution. - [PROMPT_INJECTION]: The skill metadata contains a potential inconsistency that could be classified as metadata poisoning.
- Evidence: The
authorfield in theSKILL.mdfrontmatter is set todocling-project, which contradicts the provided skill authorjr2804. This could lead a user to believe the skill is an official distribution from the Docling project when it may be a third-party implementation or a template-derived version.
Audit Metadata