team-planex
Audited by Socket on Jul 2, 2026
2 alerts found:
Anomalyx2SUSPICIOUS: the skill’s broad autonomous orchestration footprint is only partly proportional to its coordinator purpose. There is no clear credential theft or malicious payload, and the external Maestro dependency appears plausibly legitimate, but wildcard tool access, background subagents, and external context ingestion create meaningful medium risk.
No direct evidence of embedded malware is present in this fragment; it functions as an orchestration/workflow description. The dominant security risk is supply-chain and trust-boundary exposure: solution JSON and session wisdom are treated as inputs and embedded into a command that drives a repository-writing backend (`--mode write`), followed by automated staging/commit and remote status updates. Without strong validation/escaping, allowlisting, and sandboxing/constraints around both inputs and delegated write scope, a maliciously crafted solution or wisdom could cause unintended or harmful repository changes even if tests pass. Overall: moderate security risk primarily from orchestration and delegation design rather than overt malicious code in the snippet itself.