MT.1117 - Published AI agents should not be dormant
Overview
AI agents should not remain dormant for extended periods.
Published agents that have not been modified in over 180 days may have outdated configurations, stale permissions, or unpatched security settings. These agents continue to be accessible to users but may no longer reflect current organizational policies.
How to fix
Review dormant agents and either update their configuration to align with current policies, or unpublish/delete agents that are no longer needed.
Learn more: Delete agents programmatically and delete an agent in Copilot Studio
Test Metadata
| Field | Value |
|---|---|
| Test ID | MT.1117 |
| Severity | Low |
| Suite | Maester |
| Category | AIAgent |
| PowerShell test | Test-MtAIAgentDormant |
| Tags | AIAgent, CopilotStudio, MT.1117 |
Source
- Pester test:
tests/Maester/AIAgent/Test-AIAgentSecurity.Tests.ps1 - PowerShell source:
powershell/public/maester/aiagent/Test-MtAIAgentDormant.ps1