m365-admin
Pass
Audited by Gen Agent Trust Hub on Sep 23, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from Microsoft 365 services, creating a surface for indirect prompt injection attacks.
- Ingestion points: The
getInboxMessagesfunction inscripts/setup_exchange.tsreads content from user mailboxes. - Boundary markers: No specific delimiters or instructions to ignore embedded content are implemented in the API retrieval logic.
- Capability inventory: The skill possesses broad administrative capabilities including user management, Teams configuration, and email operations across all implementation scripts.
- Sanitization: Content fetched from external APIs is processed without explicit sanitization or filtering for potential prompt injection patterns.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of standard and well-known libraries for Microsoft 365 integration.
- Evidence: The installation instructions in
references/m365_quickstart.mdreference official packages such as@azure/identityand@microsoft/microsoft-graph-clientfrom the NPM registry. - [COMMAND_EXECUTION]: The skill is designed to generate and facilitate administrative command execution within the Microsoft 365 environment.
- Evidence: The skill documentation in
SKILL.mdspecifies the capability to execute PowerShell commands and M365 CLI tools for automation tasks.
Audit Metadata