Caveat verdict

composio

composiocli

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

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.

0
security
70
transparency
70
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (7)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · code · curl -fsSL https://composio.dev/install | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

SKILL.md · code · | bash

Pattern match critical

Possible hardcoded credential

rules/app-auth-configs.md · code · secret: 'your_client_secret

Pattern match medium

References webhook/callback URL

rules/app-connected-accounts.md · code · callbackUrl

Pattern match medium

Accesses sensitive environment variables

rules/setup-api-keys.md · code · process.env.COMPOSIO_API_KEY

Pattern match medium

References tunneling service

rules/triggers-webhook.md · code · ngrok

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API