Skip to main content
Version: 2.1.1-preview

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​

FieldValue
Test IDMT.1117
SeverityLow
SuiteMaester
CategoryAIAgent
PowerShell testTest-MtAIAgentDormant
TagsAIAgent, CopilotStudio, Maester, MT.1117

Source​

  • Pester test: tests/Maester/AIAgent/Test-AIAgentSecurity.Tests.ps1
  • PowerShell source: powershell/public/maester/aiagent/Test-MtAIAgentDormant.ps1