outlook
Pass
Audited by Gen Agent Trust Hub on May 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection as it processes untrusted data from external emails. -- Ingestion points:
scripts/outlook-mail.sh(read,inbox,search, andfolder). -- Boundary markers: Absent. -- Capability inventory:scripts/outlook-mail.sh(send, draft, delete, move, attach) andscripts/outlook-calendar.sh(create, update, delete). -- Sanitization: HTML tags are stripped usingjq'sgsubfunction inscripts/outlook-mail.sh, but the resulting plain text content is not sanitized for potential instructional overrides. - [COMMAND_EXECUTION]: The skill uses a collection of shell scripts to perform its operations, executing system commands such as
curl,jq,az, andpandocacross all script files. Thescripts/outlook-setup.shscript automates Azure application registration and OAuth flows, which are necessary for the skill's intended functionality.
Audit Metadata