Orchestration
Audited by Socket on Jun 19, 2026
2 alerts found:
Anomalyx2Suspicious due to missing external install details, not because of confirmed malicious behavior. The stated blockchain orchestration purpose is plausible, but the real trust boundary is the unseen external installer, so provenance, permissions, credential handling, and data flows cannot be verified from the provided skill alone.
No explicit malware is implemented in the provided fragment, but it introduces a significant supply-chain integrity risk by downloading unpinned remote orchestration instructions (SKILL.md) at install time and directing an agent/tool to consume them before scaffolding. Follow-on `yarn` build/deploy commands and third-party plugin installation broaden the trust boundary; review and add integrity verification (pinning/hashes/signatures) and inspect the fetched SKILL.md and referenced plugin code to rule out harmful instructions.