m365-agents-py
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Instructs the user to install official Microsoft SDK packages from PyPI including microsoft-agents-hosting-core, microsoft-agents-hosting-aiohttp, and microsoft-agents-authentication-msal.
- [DATA_EXFILTRATION]: Includes code that interacts with Microsoft Graph and Azure OpenAI endpoints; these network operations are legitimate for the stated purpose and target well-known, trusted services.
- [CREDENTIALS_UNSAFE]: Demonstrates secure credential management by using environment variables and .env files for sensitive data like client secrets and API keys, rather than hardcoding them in scripts.
Audit Metadata