Documentation
README
Security Review
Invoke the security-reviewer agent to assess security-sensitive changes.
When to trigger
- Child process spawning or lifecycle changes (
src/lsp-client.ts) - File system read/write operations (
src/file-editor.ts,src/file-scanner.ts) - Configuration file loading or parsing (
cclsp.json,CCLSP_CONFIG_PATH) - Environment variable handling
- New or modified LSP server adapter (
src/lsp/adapters/) - Setup wizard input handling (
src/setup.ts)
Review checklist
This is the opening of the README. Read the full README on GitHub.