Back to all tools
Desktop AppAutomation

Shortcut Creator

A utility for creating and deploying desktop shortcuts through Microsoft Intune as Win32 applications. Generates .intunewin files, detection scripts, and deployment instructions automatically. Supports URL, file path, and Microsoft Store app shortcuts with custom icons.

Works with
WindowsWin32 Apps
Created by

Security Analysis

6of 6
All Checks Passed

13 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

Security review notes: The codebase does not exhibit obfuscated code, remote code execution from external URLs, data exfiltration, or explicit credential theft. However, there are concerns around a persistence-like scheduled task for device renaming, insecure handling of secrets (plaintext in memory via ConvertTo-SecureString -AsPlainText -Force), and placeholder secrets that could be misconfigured. Recommend strengthening secret handling (avoid plaintext in memory, remove logging of sensitive data), ensure proper change management for the scheduled task, and replace placeholders with secure retrieval from a trusted vault.

Screenshots