Install Insight
Drag any installer (.exe, .msi, .pkg, .dmg) into the app and get a one-page 'what this will do to your computer' summary — written for a regular person — before you click Install.
regular consumers worried about shady or unfamiliar software downloads
- Plain-English summary: what data leaves your computer, what files it touches, what auto-starts on login
- Permission requests translated into human terms (e.g., 'it wants to read every file on disk')
- Privacy score compared to common apps you already use
- One-click comparison against the publisher's privacy policy to flag mismatches
AI decompilers now rival the industry standard — translating that capability into consumer safety is the obvious downstream product.
Consumer-targeted installer deception is a documented and growing threat (e.g., macOS fake installers delivering infostealers per Huntress) and general consumer skepticism about downloads is widely discussed, but most users currently default to OS-level checks (SmartScreen/Gatekeeper) rather than a dedicated pre-install inspection app.Deceptive Installers: How Fake Apps Target macOS | Huntress ↗2024 Consumer Cyber Readiness Report ↗
Sandbox-based installer behavior analysis is crowded with pro-grade incumbents (VirusTotal, ANY.RUN, Hybrid Analysis, Joe Sandbox, Intezer, msidump, msiscan), but a consumer-friendly drag-and-drop 'plain English' summary is largely unoccupied — Unchecky-era tools have faded.In-house Sandboxes - behavioural analysis products - VirusTotal ↗ANY.RUN Sandbox Pricing 2026 ↗
Pro sandboxes monetize via teams/enterprise (ANY.RUN sells via Paddle with tiered plans, VirusTotal has paid tiers), but regular consumers historically refuse to pay for pre-install analysis — antivirus suites bundle similar protection free, which caps standalone consumer WTP.Plans and Pricing for Malware Sandbox - ANY.RUN ↗ANY.RUN vs. Hybrid Analysis vs. Joe Sandbox Comparison ↗
Installer-borne threats (fake macOS installers, deceptive MSI flows) remain an active vector, but OS vendors keep tightening notarization/SmartScreen and software increasingly moves to web/SaaS, slowly shrinking the long-term surface area of native installers.Deceptive Installers: How Fake Apps Target macOS | Huntress ↗
Building a static+dynamic installer analyzer with AI plain-English summarization is non-trivial (needs sandboxing per platform, signature handling, anti-evasion), but tractable using existing APIs (VT, ANY.RUN) plus modern LLMs, as the cited HN decompiler trend suggests capability is now available off-the-shelf.Compare ANY.RUN vs. Hybrid Analysis vs. Joe Sandbox in 2026 - Slashdot ↗