doc-intel-llm-tier-pl
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the
contextgemPython package (>=0.25.1) for its core functionality. This dependency is explicitly documented and corresponds to the library cited in the attribution metadata. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted document content, which represents a potential attack surface for indirect prompt injection. Ingestion points: Files are ingested through the
--textand--docxparameters inscripts/ekstrakcja_llm.py. Boundary markers: The wrapper script does not implement custom delimiters, delegating prompt framing to thecontextgemlibrary. Capability inventory: The skill possesses capabilities for reading local files and initiating network connections to LLM backends (local or cloud). Sanitization: Standard input handling is used without specific sanitization of the text before it is passed to the extraction model.
Audit Metadata