一键导入
security-review
Comprehensive security code review workflow for a target repository, producing a markdown report with findings and recommendations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Comprehensive security code review workflow for a target repository, producing a markdown report with findings and recommendations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
去除文字中的 AI 生成痕跡。適用於編輯或審閱文字,使其聽起來更自然、更像人類書寫。 基於維基百科的「AI 寫作特徵」綜合指南。偵測並修復以下模式:誇大的象徵意義、 宣傳性語言、以 -ing 結尾的膚淺分析、模糊的歸因、破折號過度使用、三段式法則、 AI 詞彙、否定式排比、過多的連接性短語。
A software security skill that integrates with Project CodeGuard to help AI coding agents write secure code and prevent common vulnerabilities. Use this skill when writing, reviewing, or modifying code to ensure secure-by-default practices are followed.
列出 r/ClaudeCode 本週留言數最多的 5 篇貼文,並以 Markdown 表格呈現。當使用者詢問「Claude Code 本週熱門討論」、「r/claudecode 本週留言最多」、「這週 Claude Code 社群在吵什麼」等相關問題時觸發。
查詢美國股市即時股價。使用者輸入股票代號(如 AAPL 或 AAPL,MSFT,TSLA),取得當前股價、漲跌幅等資訊。支援逗號分隔一次查詢多支股票。當使用者詢問美國股票價格、報價或提及美股代號時觸發。
Mental models toolkit for clearer thinking, better decisions, and problem-solving. Use when users face complex problems, need decision support, want to analyze situations from multiple angles, organize information, understand systems, predict outcomes, or learn about specific mental models. Triggers include phrases like "help me think through", "analyze this problem", "what models apply here", "how should I decide", "evaluate options", or direct model references (e.g., "use second-order thinking", "apply inversion"). 中文觸發:「思維模型」、「幫我分析」、「決策分析」、「多角度思考」、「怎麼判斷」、「幫我想清楚」、「系統思考」、「風險評估」。
查詢台灣股市即時股價。使用者輸入股票代號(如 2330 或 2330,2317,2454),取得當前股價、漲跌幅等資訊。支援逗號分隔一次查詢多支股票。當使用者詢問台灣股票價格、報價或提及台灣股票代號時觸發。
| name | security-review |
| description | Comprehensive security code review workflow for a target repository, producing a markdown report with findings and recommendations. |
| metadata | {"short-description":"Security code review report","framework":"Project CodeGuard","codeguard-source":"https://github.com/cosai-oasis/project-codeguard"} |
$security-review /path/to/repoIf the repo path is missing or unclear, ask the user for it before proceeding.
Load the security knowledge base from Project CodeGuard
First read the Security_Code_Reviewer_Guidelines.md file bundled with
this skill. Use its purpose and rule-loading strategy to guide the review.
Load all core security rules from Project CodeGuard:
https://github.com/cosai-oasis/project-codeguard/tree/main/sources/core
These are mandatory foundational rules that must be loaded for every review.
Load relevant OWASP rules for the detected tech stack from:
https://github.com/cosai-oasis/project-codeguard/tree/main/sources/owasp
Only load OWASP rules that match the target repository's technology stack.
Perform deep code analysis
Produce the report in markdown.
./security_report/sec_review_<repo-name>_<YYYY-MM-DD_HH-mm-ss>.md<repo-name> and replace spaces
with -.security_report folder in the current working directory.