microsoft-graph
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
curlandjqto perform API requests and process data. These are standard tools for interacting with web services via shell scripts.- [EXTERNAL_DOWNLOADS]: The skill communicates withgraph.microsoft.com. This is the official endpoint for Microsoft Graph services and is recognized as a well-known, trusted service.- [CREDENTIALS_UNSAFE]: The skill requires theMS_GRAPH_TOKENenvironment variable for authentication. This is the recommended approach for providing access tokens to agents without hardcoding credentials into the source code.- [PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection because it processes data from external sources.- Ingestion points: Data returned from Microsoft Graph API calls, such as email subjects, message bodies, and file names.- Boundary markers: No specific delimiters or boundary instructions are used to separate API data from agent instructions.- Capability inventory: The skill can send emails, post Teams messages, and upload files to OneDrive based on processed data.- Sanitization: No explicit sanitization or validation of the API response content is performed before the agent processes it.
Audit Metadata