๐Ÿ›ก๏ธ
QualityTypeScript

Security Review

by ktnyt

Security Review is a Quality skill for Claude Code, published by ktnyt in cclsp.

673 stars51 forkson ktnyt/cclspAdded 2026/08/24Repository updated 2026/02/22
claudeclaude-codelspmcpmcp-server
Install in seconds
Install Security Review
Copy Security Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/ktnyt/cclsp/tree/main/.claude/skills/security-review ~/.claude/skills/security-review

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/ktnyt/cclsp.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/security-review/SKILL.md in ktnyt/cclsp
Installs to
~/.claude/skills/security-review
Collection
One of 4 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Security Review does

Security Review invokes a security expert to assess code changes that affect process spawning, file access, config loading, or environment handling. Use it when reviewing MCP-LSP bridge changes with security-sensitive behavior.

Security Review is cataloged under Quality on DirSkills. Security Review comes from a repository tagged claude, claude-code, lsp, mcp and mcp-server.

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.

Frequently asked about Security Review

  • What else does ktnyt publish alongside Security Review?

    Security Review is one of 4 skills that DirSkills catalogs from ktnyt/cclsp, the repository it ships in. Its siblings there include Architecture, Hands-On Testing and Playwright CLI. Each one is a separate skill with its own page in this directory, installs the same way Security Review does, and is maintained by ktnyt in that same repository. The rest of the collection is listed on the ktnyt/cclsp page.

  • How does Security Review compare to other Quality skills?

    Security Review ranks #1081 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Security Review against them. Open each page to compare what they document and how they install.