Munger Decision

PassAudited by VirusTotal on Mar 31, 2026.

Findings (1)

The skill bundle is a comprehensive implementation of a 'Munger Decision Assistant' designed to guide users through 83 mental models for rational decision-making. The code follows a clean architecture with modules for scenario detection (src/detector.ts), dialogue management (src/dialogue.ts), and report generation (src/reporter.ts). The bundle includes extensive documentation, unit tests, and data maintenance scripts that are entirely consistent with its stated purpose. Security best practices are observed, such as Markdown escaping in the report generator to prevent injection. No indicators of data exfiltration, unauthorized execution, or malicious prompt injection were found.