Caveat verdict
composio
composiocli
The setup step executes `curl -fsSL https://composio.dev/install | bash`, a pipe-to-shell pattern that fetches and immediately executes remote code without integrity verification, introducing supply-chain risk.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
network_out
Findings (7)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -fsSL https://composio.dev/install | bash
Pipe to bash — executes piped content as shell commands
SKILL.md · code · | bash
Possible hardcoded credential
rules/app-auth-configs.md · code · secret: 'your_client_secret
References webhook/callback URL
rules/app-connected-accounts.md · code · callbackUrl
Accesses sensitive environment variables
rules/setup-api-keys.md · code · process.env.COMPOSIO_API_KEY
References tunneling service
rules/triggers-webhook.md · code · ngrok
Makes HTTP request to external URL
rules/app-custom-tools.md · code · fetch(`https://
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
network_out Is this flag fair?
Thanks — recorded.