Back to all tools
Desktop AppAutomation

Intuneomator

Intuneomator is a macOS enterprise tool that automates Microsoft Intune app lifecycle management, leveraging Installomator’s 900+ label database for multi-arch apps. It enables end-to-end workflows (download, package, upload, deploy), group targeting, metadata and script automation, plus Teams-based status and CVE alerts. Built with a secure XPC architecture, keychain-backed credentials, and dual authentication for enterprise-grade security.

Works with
macOSGraph API
Created by

Security Analysis

5of 6
1 Issue Found

7 files scanned on Jun 11, 2026

Issues Detected
No Obfuscated Code
No base64 encoded commands or hidden scripts
The script uses eval to load label definitions: eval 'case "$label" in '"$labelFile"'; esac'. This binds untrusted label content into the shell's execution context. If a label file is crafted or tampered with, it could lead to code execution or command injections during label processing. This presents a non-trivial risk for arbitrary code execution through manipulated manifests.
Passed Checks
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

The Intuneomator codebase includes automation patterns that are legitimate for management tooling but introduce security risks if inputs or build environments are compromised. Key concerns are: (1) eval-based parsing of label data enabling potential code injection; (2) automated modification of build configuration to inject a shell script during builds, which could be abused in a compromised CI/dev environment; (3) remote download logic that, if not properly validated, could lead to remote code execution via manipulated labels. No hard-coded secrets or credential theft patterns are evident in the provided snippets.

You might also like

Desktop App

Device Offboarding Manager

A PowerShell-based GUI application for streamlined device lifecycle management across Microsoft cloud services. Enables bulk device offboarding from Intune, Autopilot, and Entra ID from a single interface. Features real-time dashboard analytics, stale device tracking, automatic BitLocker and FileVault key retrieval, CSV/TXT import for bulk operations, and pre-built playbooks for automated workflows.

Ugur KocUgur Koc
Desktop App

IntuneManagement

A PowerShell application with WPF GUI for managing Microsoft Intune and Azure policies. Features export, import, copy, delete, document, and compare operations across 30+ object types with cross-tenant migration, ADMX import, bulk operations, and automated documentation.

Micke KarlssonMicke Karlsson
PS Script

IntuneComplianceMaintainer

IntuneComplianceMaintainer is a PowerShell automation script that keeps Microsoft Intune compliance and app-protection policies up to date with the latest supported OS minimums across iOS, iPadOS, macOS, Android, and Windows. It uses endoflife.date and the Graph Windows Update Catalog to drive cadence-based updates, with flexible authentication (Managed Identity, App Registration with certificate or secret, plus Key Vault integration) and safety features like dry-run and downgrade protection. It provides comprehensive logging and built-in retry logic for resilience.

James RobinsonJames Robinson
Desktop App

Intune Toolkit

A PowerShell-based GUI solution for managing Microsoft Intune policies. Features Microsoft Graph authentication, multi-platform policy and app management, assignment operations, backup/restore in JSON format, CSV/Markdown export, and comprehensive activity logging.

Maxime GuilleminMaxime Guillemin