institutional-knowledge
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection Surface]: The skill is designed to process external, untrusted data from Microsoft 365 sources (emails, Teams messages, and meeting transcripts). This activity presents a surface for indirect prompt injection, where adversarial instructions contained within those signals could attempt to influence the agent's behavior.
- Ingestion points: Data is retrieved via tools such as
m365_list_emails,m365_list_chat_messages, andm365_get_transcriptinSKILL.md. - Boundary markers: The skill uses metadata tags like
[Quote],[Paraphrased], and[Review Required]to differentiate source content and highlight sections for user verification. - Capability inventory: The agent's capabilities are focused on local file operations within the
institutional-knowledgedirectory; no tools for arbitrary code execution or external network exfiltration are utilized. - Sanitization: The instructions include heuristics for excluding sensitive categories (such as HR or health data) and filtering out automated system messages to reduce the exposure to potentially problematic content.
Audit Metadata