Decompose Plan
PassAudited by VirusTotal on Apr 21, 2026.
Findings (1)
The 'decompose-plan' skill is a meta-reasoning tool designed to force an LLM to generate a structured JSON plan before executing complex coding tasks. The implementation in SKILL.md consists of standard Python logic for prompting, JSON parsing, and topological sort validation, with no evidence of malicious system calls, data exfiltration, or prompt-injection attacks. The behavior is entirely consistent with its stated purpose of improving code generation quality through task decomposition.
