From code-review-plugin
セキュリティレビュースキル。OWASP Top 10に基づくセキュリティ脆弱性のチェック。SQLインジェクション、XSS、認証・認可、暗号化などの観点でコードをレビュー。「セキュリティレビュー」「脆弱性チェック」「セキュリティ確認」などのリクエスト時に使用。
npx claudepluginhub dio0550/d-market-code-review --plugin code-review-pluginThis skill uses the workspace's default tool permissions.
OWASP Top 10に基づくセキュリティ脆弱性をチェックするスキル。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
OWASP Top 10に基づくセキュリティ脆弱性をチェックするスキル。
| 重要度 | 内容 |
|---|---|
| 🔴 Critical | SQLインジェクション、XSS、認証バイパス、機密情報漏洩 |
| 🟡 High | 権限管理不備、暗号化不備、セッション管理問題 |
| 🟢 Medium | セキュリティヘッダー不備、ログ設定改善 |
詳細なパターンは references/security-patterns.md を参照。