Back to all tools
PowerShell ModulePackaging

Wintuner

WinTuner is a tool that lets you take any WinGet app and upload it to Intune in minutes. It automates downloading the installer and logo, generates the intunewin package, creates the required deployment script details, and publishes the app to Intune. It also ships a PowerShell module for automation and includes documentation to guide you through the process.

Works with
WindowsWingetWin32 AppsGraph API

Security Analysis

6of 6
All Checks Passed

50 files scanned on Jan 8, 2026

No Obfuscated Code
No Remote Execution
No Credential Theft
No Data Exfiltration
No Malicious Patterns
No Hardcoded Secrets
AI Analysis

Overall assessment: The codebase does not exhibit obfuscated or malicious payloads (no base64/obfuscation found) and does not contain obvious remote code execution or data exfiltration mechanisms built into runtime paths. However, there are security-sensitive patterns worth addressing: (1) a build-time secret placeholder that must be replaced before release, (2) in-memory/API key handling in the proxy client authentication, (3) remote binary downloads without explicit integrity checks in tests/workflows, and (4) token handling in the static authentication provider. These should be reviewed and hardened to prevent secret leakage and supply-chain risks. Admin tooling usage is expected; issues flagged are concerns for secure configuration and secret management, not a dismissal of legitimate admin capabilities.

Screenshots