connect
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.80). The README instructs users to run a remote installer via "curl https://composio.dev/install | bash", which is a high-risk pattern because piping an external script to a shell can deliver malware even if the domain looks legitimate.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's setup instructs running "curl -fsSL https://composio.dev/install | bash", which fetches and executes remote code from https://composio.dev/install at runtime to install the required Composio CLI.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata