supply-chain
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches financial data and documents from Daloopa's official domains and uses the
WebSearchtool to identify supply chain partners. These operations are essential to the skill's primary function as a financial analysis tool.- [COMMAND_EXECUTION]: The skill uses theopentool to allow the user to view the generated HTML dashboard upon completion of the research.- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection because it processes untrusted information from web searches and external documents.- Ingestion points: External data is ingested viaWebSearchresults andsearch_documentscalls across multiple research phases.- Boundary markers: No explicit delimiters are provided in the instructions to separate untrusted web content from the agent's internal processing logic.- Capability inventory: The skill can write to the local file system (reports/directory) and execute theopencommand to launch browser-based content.- Sanitization: The instructions include a mandatory DOM safety rule that forbids the use ofinnerHTMLorouterHTML, requiring the agent to use safe alternatives likecreateElementandtextContent. This design choice prevents the execution of malicious code that might be embedded in the retrieved web data.
Audit Metadata