Skip to content
Desktop App
5/6 checks passed

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

Security Analysis

5of 6
1 Issue Found

7 files scanned on Aug 16, 2026

Issues Detected
No Obfuscated Code
No base64 encoded commands or hidden scripts
Eval-based loading of label contents: the script uses eval 'case "$label" in '"$labelFile"'; esac' to load label values. If a label file is tampered or crafted with malicious content, this can lead to arbitrary code execution during label processing.
Passed Checks
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

The codebase contains notable security concerns around eval-based dynamic loading of label content, hardcoded signing credentials, and build-phase code injection risk. No direct credential theft or data exfiltration observed in the provided snippets. Remote URL retrievals are present but not executed within these files; require careful validation and integrity controls in the broader workflow to prevent remote code execution risks.

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