meta-scheduled-morning-digest
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external search results and saves the summary to a persistent memory file. This workflow introduces a surface for indirect prompt injection if the retrieved content contains malicious instructions designed to influence future agent actions when the memory is recalled. Ingestion points: Data enters from the
inputs.user_messageand the results of themulti-search-engineskill. Boundary markers: The composition steps do not use explicit delimiters or isolation instructions when interpolating retrieved content into the digest or memory storage. Capability inventory: The skill uses thememory_savetool to write data to the local filememory/morning-digest.md. Sanitization: Althoughxml_escapeandtruncateare applied to user inputs, these do not mitigate natural language instruction injection within the search engine results.
Audit Metadata