invest-fund
Warn
Audited by Gen Agent Trust Hub on Jul 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill includes logic in
references/doc-processing.mdto scan the user's~/Downloadsfolder usingos.path.expanduser. Accessing broad user directories like the downloads folder represents a sensitive filesystem access pattern that could lead to unintended data exposure. - [COMMAND_EXECUTION]: The skill provides Python code snippets (located in
references/doc-processing.md) for the agent to execute. These scripts utilize thePyMuPDF(fitz) andpandaslibraries to programmatically open and extract text from local PDF and Excel documents. - [PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted external data by processing user-uploaded financial reports (PDF and Excel). This creates an attack surface for indirect prompt injection where malicious instructions could be embedded within the documents. \n- Ingestion points: User-uploaded PDF/Excel documents processed via
extract_fund_reportandprocess_fund_holdingsinreferences/doc-processing.md. \n- Boundary markers: None provided in the extraction logic to separate document content from agent instructions. \n- Capability inventory: Filesystem access, file reading, and data extraction using Python libraries as described inreferences/doc-processing.md. \n- Sanitization: No validation or sanitization of the extracted document content is defined before the information is used by the agent.
Audit Metadata