Back to all tools
Desktop AppPackaging

Deployment Editor

A visual software packaging editor for creating Windows deployment packages using PSAppDeployToolkit (PSADT). Build automated PowerShell deployment scripts through a GUI with drag-and-drop sequences, project templates, and one-click script generation for SCCM, Intune, WinGet, or task sequences.

Works with
WindowsWin32 Apps
Created by

Security Analysis

5of 6
1 Issue Found

50 files scanned on Jun 11, 2026

Issues Detected
No Remote Execution
No download-and-execute patterns
Reads the PSADT project and uses Invoke-Expression on the right-hand side of an assignment to construct adtSession. This dynamically executes code from a project file and can allow arbitrary code execution if the project content is compromised or contains malicious payloads.
Passed Checks
No Obfuscated Code
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

The codebase largely implements legitimate Intune deployment tooling (PSADT packaging, Graph authentication, and Intune Win32 app uploads). However, it contains notable security concerns: (1) credentials are converted to plaintext in memory for Graph authentication, (2) dynamic code execution via Invoke-Expression to extract PSADT metadata, and (3) a PowerShell execution policy bypass for MSI property extraction. Additionally, there are hardcoded placeholders that should be replaced with secure parameter handling. Recommend refactoring to remove plaintext credential exposure, avoid Invoke-Expression for metadata extraction, remove execution policy bypass, and ensure all sensitive values are supplied securely (e.g., via vault or secure parameter binding) before deployment.

Screenshots

You might also like

Desktop App

IntunePrepTool

A PowerShell GUI tool for streamlining application packaging for Microsoft Intune. Supports MSI, MSIX, EXE, PowerShell scripts, Winget, Chocolatey, and scheduled tasks. Features automatic script generation, direct Intune upload, registry modifications, shortcuts, and AI-assisted configuration via Azure OpenAI GPT-4.

Rink TurksmaRink Turksma
Web App

IntuneGet

A web-based tool that automates deploying Windows applications from the Winget package repository directly into Microsoft Intune. Handles the entire deployment pipeline - searching, packaging apps into .intunewin format, and uploading to your Intune tenant. Features AI-powered app discovery, auto-generated detection rules, PSADT v4 support, configurable update policies, pre-upload permission checks, and multi-channel notifications via Slack, Teams, Discord, email, and webhooks. Self-hostable via Docker with embedded SQLite.

Ugur KocUgur Koc
CLI Tool

AutomaTuner

A Python tool that automates packaging and deploying applications from the Winget repository into Microsoft Intune using WinTuner. Features automated packaging, direct publishing, dependency handling, duplicate detection, and report generation with Azure AD authentication.

Ayoub SekoumAyoub Sekoum
PowerShell Module

Intune-App-Sandbox

Intune-App-Sandbox is a testing utility for PowerShell-based installers packaged with the Win32 Content Prep Tool for Intune deployments. It creates a sandbox workspace (C:\SandboxEnvironment), and adds context-menu options to pack with IntunewinUtil or run tests in a Safe sandbox. It also supports a detection-based test flow and a reusable template script to accelerate building and validating packaging for Win32 apps in Intune.

Maciej HorbaczMaciej Horbacz