Skip to content
Desktop App
5/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

5of 6
1 Issue Found

50 files scanned on Aug 16, 2026

Issues Detected
No Malicious Patterns
No known malware techniques
Set-ExecutionPolicy ByPass -Scope CurrentUser is invoked. This bypasses PowerShell execution policy for the current user, enabling execution of unsigned or potentially untrusted code. This is a high-risk pattern that can be abused to execute malicious scripts locally.
Passed Checks
No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Hardcoded Secrets
AI Analysis

Overall, the codebase contains routine Intune deployment tooling with normal Graph API usage patterns. However, notable security concerns include a PowerShell execution policy bypass in MSI reading, usage of Invoke-Expression to process content from PSADT files, and plaintext handling of credentials in memory. No evidence of base64 obfuscation or active data exfiltration observed in the reviewed snippets. Recommendations: remove or restrict Set-ExecutionPolicy ByPass, eliminate or minimize Invoke-Expression usage by parsing data structures instead, and adopt secure credential handling (e.g., using PSCredential objects or managed identities) without exposing plaintext secrets.

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