slide-generation
Pass
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION] (LOW): The skill processes user-supplied LaTeX files which could contain malicious instructions designed to influence the agent's output.
- Ingestion points:
extract_paper_elements.pyreads user-provided.texfiles and recursively resolves\inputdirectives. - Boundary markers: Absent. Extracted content is not wrapped in delimiters to signal it as untrusted data to the LLM.
- Capability inventory: The skill can read local files and write results to the file system.
- Sanitization: Absent. There is no validation or sanitization of the LaTeX commands or extracted text.
Audit Metadata