connect-apps
Fail
Audited by Snyk on Jul 16, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). https://composio.dev/install is a remote install script piped to bash (curl | bash) from a third-party domain, which is a high-risk distribution method that can execute arbitrary code; the other URLs are documentation, API, or image CDN links and are not downloads.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill instructs installing the Composio CLI with "curl -fsSL https://composio.dev/install | bash", which fetches and immediately executes remote code (https://composio.dev/install) during setup, so it is a runtime external dependency that executes remote code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata