Bias Analysis
Detected Bias Types
windows_first
missing_linux_example
Summary
The documentation demonstrates a Windows bias by providing installation and usage instructions for AppCAT CLI and Java assessment steps primarily or exclusively for Windows environments. References to installation and running AppCAT for Java projects link to pages with Windows-specific tabs, and there are no explicit Linux or cross-platform examples or commands. The .NET tool installation uses the dotnet CLI, which is cross-platform, but the Java instructions lack Linux parity. There are no PowerShell-specific commands, but the overall flow assumes Windows as the default environment.
Recommendations
- Add explicit Linux/macOS instructions and examples for installing and running AppCAT CLI, including relevant shell commands.
- Ensure linked quickstart and installation guides have Linux/macOS tabs or sections, and reference them directly.
- Include screenshots or terminal output from Linux environments where applicable.
- Clarify that the process is cross-platform where possible, and highlight any platform-specific differences or requirements.
- Provide troubleshooting steps for Linux/macOS users, such as file permission issues or CLI path differences.
Create Pull Request