Skip to content
Desktop App
4/6 checks passed

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

Screenshots

Security Analysis

4of 6
2 Issues Found

50 files scanned on Jul 12, 2026

Issues Detected
No Remote Execution
No download-and-execute patterns
Parses PSADT deployment file Invoke-AppDeployToolkit.ps1 and uses Invoke-Expression on the Right.Extent.Text to assign to 'adtSession'. This effectively executes code from the PSADT file at runtime, creating a remote-execution risk if the PSADT script contents are tampered or crafted.
No Malicious Patterns
No known malware techniques
Sets PowerShell ExecutionPolicy to ByPass via Set-ExecutionPolicy. This weakens the security posture by bypassing policy controls and could be abused to execute unauthorized code. Avoid or restrict policy changes within scripts.
Passed Checks
No Obfuscated Code
No Credential Theft
No Data Exfiltration
No Hardcoded Secrets
AI Analysis

The Deployment Editor codebase includes notable security concerns around dynamic code execution (Invoke-Expression of external PSADT content), plaintext credential handling in memory, and a policy-bypass in MSI-related script. There are placeholders that could be misconfigured if left untouched. No direct data exfiltration or external downloads were observed in the provided snippets. Recommendations: eliminate or sandbox dynamic code execution, avoid converting SecureString to plaintext, remove execution policy changes, and ensure configuration values are securely provided and validated.

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