Bias Analysis
Detected Bias Types
powershell_heavy
windows_tools
windows_first
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by referencing PowerShell as a primary method for role assignment, focusing on Microsoft Entra ID and Active Directory (Windows-centric technologies), and omitting Linux-specific user management tools or examples. There are no mentions of Linux command-line utilities, nor are there instructions for managing users or roles on Linux-based OT sensors. Windows tools and patterns are presented first and exclusively, with no parity for Linux environments.
Recommendations
- Include Linux CLI examples for user and role management, such as using SSH, useradd, groupadd, or relevant Linux tools on OT sensors.
- Provide guidance for integrating Linux-based authentication systems (e.g., LDAP on Linux, PAM, SSSD) alongside Active Directory.
- Mention and document Linux-compatible methods for assigning roles and permissions, both in Azure and on-premises.
- Ensure examples and instructions are provided for both Windows (PowerShell) and Linux (Bash/CLI) environments.
- Clarify whether OT sensors support Linux-native user management and, if so, provide documentation for those workflows.
Create Pull Request