Windsurf
Agentic IDE (the former Codeium editor, now under Cognition) with Cascade flows that edit, run and verify multi-file changes.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-18
Windsurf is an agentic IDE from Cognition (which acquired Codeium) offering autonomous multi-file editing via Cascade flows. The maintainer score reflects Cognition's backing and Codeium's established presence, though the transition raises some continuity questions. Permissions are extensive: full filesystem write/delete, shell execution for running code, and network access for AI features. The closed-source nature and lack of public repository severely limit transparency. Supply chain is proprietary desktop distribution without open verification. No known security incidents, but the broad permissions combined with opacity create meaningful risk. The freemium model with paid tiers suggests commercial stability, but users grant substantial system access to a closed platform that can autonomously modify codebases.
Green flags
- Backed by Cognition, a well-funded AI company
- Built on Codeium's established IDE foundation
- Commercial freemium model suggests ongoing maintenance commitment
- No known security incidents or credential leaks
Red flags
- Closed source with no public repository for security review
- Full filesystem write/delete across entire project scope
- Shell execution capability for running arbitrary code
- Recent ownership transition from Codeium to Cognition raises continuity questions
- Autonomous multi-file changes without transparent safety boundaries
Permissions requested
Pricing
Platforms
Review
Pay for it if you refactor often or work in large codebases where manual changes are error-prone. Skip it if you're happy with Cursor's speed and don't need the extra autonomy, or if your work is mostly greenfield where architecture matters more than execution.
Good at
- Cascade flows iterate on test failures without supervision, catching errors you'd miss manually
- Excellent at multi-file refactors: renames, import fixes, pattern migrations across dozens of modules
- Runs and reads your local test suite, so it works with your existing tooling
- Free tier is usable for light work, paid plans start at $15/month
- Cognition backing suggests long-term investment after the Codeium acquisition
Watch out
- Struggles with vague or architectural questions—needs clear, concrete instructions
- Free tier caps Cascade flows, heavy users will need paid plans quickly
- Less polished than Cursor for small, fast edits where autonomy is overkill
- Can't reason about trade-offs or suggest alternative approaches, only execute your plan
- Desktop-only, no web or mobile option
Use cases
- agent coding
- code review
- refactoring