communication-summary
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill aggregates communication analysis reports from a user-provided directory, creating a vulnerability surface where malicious instructions could be embedded in the source artifacts.\n- Ingestion points: The
_discover_reportsfunction inscripts/summarize_folder.pyrecursively reads and parses all JSON files found inanalysis/subdirectories throughout the provided folder tree.\n- Boundary markers: The output generated byrender_summary_markdownandwrite_summaryinscripts/summarize_folder.pydoes not utilize delimiters (like XML tags or triple backticks with specific headers) or include explicit system-level instructions to the agent to disregard potential commands contained within the summarized content.\n- Capability inventory: The script performs file reads and writes. The resulting summary files (analysis/index.mdandanalysis/index.json) are intended to be read by the AI agent, which may then perform further privileged actions based on the summarized data.\n- Sanitization: The script performs no validation or sanitization on the text fields extracted from the JSON reports (such aslabel,why_it_matters, orevidence_text) before injecting them directly into the markdown and JSON output files.
Audit Metadata