ms365-tenant-manager

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
9
Flagged
9
Chunks
16
Flagged Files (9)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md Description: --- name: ms365-tenant-manager description: Microsoft 365 tenant administration for Global Administrators.

expected_output.jsonHIGH
78.3%

Malicious tool definition detected

Tool: expected_output.json Description: { "setup_checklist": { "total_phases": 5, "estimated_time": "3.5 hours", "phases": [ { "phase": 1, "name": "Initial Tenant Configuration", "priority": "critical", "task_count": 3, "estimated_time": "30 minutes" }, { "phase": 2, "name": "Custom Domain Configuration", "priority": "critical", "task_count": 4, "estimated_time": "45 minutes" }, { "phase": 3, "name": "Security Baseline Configuration", "priority": "critical", "task_count": 5, "estimated_time": "6

references/powershell-templates.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/powershell-templates.md [1/3] Description: # PowerShell Script Templates Ready-to-use PowerShell scripts for Microsoft 365 administration with error handling and best practices.

Tool: references/powershell-templates.md [2/3] Description: if ($WhatIf) { Write-Host "[WhatIf] Would create: $upn" -ForegroundColor Yellow continue } # Generate password if not provided $userPassword = if ($Password) { $Password } else { -join ((65..90) + (97..122) + (48..57) + (33,35,36,37) | Get-Random -Count 16 | ForEach-Object { [char]$_ }) } $userParams = @{ DisplayName = $user.DisplayName UserPrincipalName = $upn MailNickname = $upn.Split("@")[0] AccountEnabled = $true Department = $user.

Tool: references/powershell-templates.md [3/3]

references/security-policies.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/security-policies.md [1/2] Description: # Security Policies Reference Comprehensive security configuration guide for Microsoft 365 tenants covering Conditional Access, MFA, DLP, and security baselines.

Tool: references/security-policies.md [2/2]

references/troubleshooting.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/troubleshooting.md [1/2] Description: # Troubleshooting Guide Common issues and solutions for Microsoft 365 tenant administration. --- ## Table of Contents - [Authentication Errors](#authentication-errors) - [PowerShell Module Issues](#powershell-module-issues) - [Permission Problems](#permission-problems) - [License Assignment Failures](#license-assignment-failures) - [DNS and Domain Issues](#dns-and-domain-issues) - [Conditional Access Lockouts](#conditional-access-lockouts) -

Tool: references/troubleshooting.md [2/2] Description: **Solutions:** 1.

sample_input.jsonHIGH
78.3%

Malicious tool definition detected

scripts/powershell_generator.pyHIGH
78.3%

Malicious tool definition detected

scripts/tenant_setup.pyHIGH
78.3%

Malicious tool definition detected

scripts/user_management.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/user_management.py [2/2] Description: Protection', 'Azure AD P2 with PIM', 'Advanced compliance and eDiscovery', 'Phone System and Audio Conferencing' ], 'monthly_cost': 57.00 } elif any(keyword in user_role.lower() for keyword in ['admin', 'it', 'security', 'compliance']): return { 'recommended_license': 'Microsoft 365 E5', 'justification': 'IT/Security role - requires full admin and security capabilities', 'features_needed': [ 'Advanced security and compliance tools', 'Azure AD P

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
9
Files Flagged
9
Chunks Analyzed
16
Analyzed
Feb 22, 2026, 01:14 PM
Security Audit — runlayer — ms365-tenant-manager