m365-admin
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The skill implements high-privilege administrative actions within Microsoft 365.
- Evidence:
scripts/create_m365_users.tscontainsdeleteUserandresetPasswordfunctions. - Evidence:
scripts/configure_teams.tscontainsdeleteTeamandremoveMemberfunctions. - Impact: Malicious or accidental invocation could result in significant tenant disruption or unauthorized access. Because these are primary functions of the skill, the severity is downgraded to MEDIUM.
- DATA_EXFILTRATION (MEDIUM): The skill provides tools to read and transmit sensitive organizational data.
- Evidence:
scripts/setup_exchange.tsprovidesgetInboxMessagesto read emails andsendMessage/forwardMessageto send data externally. - Impact: Sensitive communications can be accessed and exfiltrated by the agent.
- PROMPT_INJECTION (LOW): The skill is vulnerable to Indirect Prompt Injection due to the combination of its data-reading and high-privilege command capabilities.
- Ingestion points:
getInboxMessagesinscripts/setup_exchange.tsreads potentially attacker-controlled email content. - Boundary markers: No delimiters or warnings are used when processing external data.
- Capability inventory: The skill can perform irreversible administrative actions such as
deleteUserandresetPasswordacross the M365 tenant. - Sanitization: No sanitization is performed on ingested email or event data before it reaches the agent context.
Audit Metadata