Securie for Cody — security guardrails for Sourcegraph Cody-generated code
roadmapSourcegraph Cody is the AI-pair-coding tool with deep code-graph context. The code-graph context can help Cody avoid some bug classes (it sees how a function is used elsewhere) but doesn't replace dedicated security review. Securie's specialists run on the diff regardless of editor.
Updated
What it does
Same editor-agnostic specialist pipeline. Cody's code-graph context gives Securie's intent-graph (`crates/intent-graph`) cleaner cross-function taint signals; the two layers complement.
When to use it
Teams using Cody for production code, especially in larger repos where the code-graph context is most valuable.
Limitations
Roadmap. Sourcegraph-Cody plugin integration is post-GA.
Install
- Install Securie GitHub App on the repo Cody operates on
- Add `.cody/` to .gitignore
- Push any Cody-edited commit; Securie reviews on the PR