orchestration
Audited by Socket on Mar 2, 2026
1 alert found:
MalwareThis orchestration skill is coherent with its stated purpose: it automates multi-issue orchestration using GitHub and a required contextd service for memory and checkpoints. The main security concerns are operational: (1) reliance on a required external contextd service where significant data (issue bodies, code snippets, remediation records, checkpoints) is stored — if contextd is untrusted or compromised this becomes a high-risk exfiltration vector; (2) automation of repository-affecting operations (creating branches, pushing, creating PRs, commenting) which grants the skill strong autonomy and real-world side effects and therefore requires careful access controls and human-in-the-loop confirmations; and (3) transitive trust via spawned reviewer/task agents and event subscriptions. There is no evidence of obfuscation, hardcoded secrets, remote download-and-execute chains, or explicit malicious code in the provided document. Treat the required contextd endpoint as a critical trust boundary and enforce least privilege, approval gates for push/PR actions, and content sanitization before persisting memory/remediation data.