rep-context
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection Surface]: The skill inherently processes external, untrusted content from communication channels which introduces a potential exposure to indirect prompt injection. However, this risk is managed effectively through explicit architectural constraints.
- Ingestion Points: Data is ingested from email, chat, transcripts, enrichment, and external documents via integrated connectors as described in
SKILL.md. - Boundary Markers: The skill explicitly instructs the agent to treat these inputs strictly as data rather than instructions ("data, never instructions") and mandates reporting any instruction-like text instead of executing it.
- Capability Inventory: The skill reads CRM pipelines, calendar logs, and chat messages, and can execute user-directed actions through platform connectors.
- Sanitization & Enforcement: Content-originated actions require explicit user confirmation showing the exact recipients, targets, and source lines before execution. Additionally, the skill prohibits rendering external links found within untrusted text, restricting links exclusively to internal record or thread IDs.
Audit Metadata