code-audit
Use for authorized source-code security review and SAST workflows including Semgrep, CodeQL patterns, dangerous API hunting, and fix verification.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=zhaoxuya520-reverse-skill-skills-code-audit-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name code-audit description Use for authorized source-code security review and SAST workflows including Semgrep, CodeQL patterns, dangerous API hunting, and fix verification. Source Code Security Audit ACTION REQUIRED(读完后立刻执行) NOW : 读取 ../field-journal/precedent-pentest.md 或代码审计授权 NOW : 确认有 源码/仓库访问 (无源码二进制 → 转 RE skill) NOW : 明确语言栈与范围(目录/服务/PR diff) NEXT : tool-index;semgrep 等 ACT : 威胁建模草图 → 自动扫描 → 人工验证 适用场景 白盒审计、PR/差分安全审查 Semgrep / CodeQL / Bandit / gosec 等 SAST 危险 API、注入点、鉴权缺失、加密误用 与 supply-chain-security/ 分工:本 skill 偏 自有代码逻辑 ,供应链偏依赖与管道 工作流 1. 范围与威胁模型 □ 信任边界:用户输入、文件、反序列化、SSRF、鉴权中间件 □ 高价值资产:鉴权、支付、管理端、密钥处理 2. 自动扫描 semgrep --config auto . # 或项目规则包 semgrep --config p/owasp-top-ten . 3. 人工验证(MUST) □ 每个 SAST 命中:可达性?可利用性?误报? □ 鉴权:IDOR/越权、缺校验、错误的多租户隔离 □ 注入:SQL/命令/模板/LDAP □ 加密:硬编码密钥、ECB、自定义 crypto 4. 产出 Finding:位置 + 数据流 + PoC + 修复建议 可选 ATT&CK / CWE 编号 工具链 工具 语言/场景 Semgrep 多语言快速规则 CodeQL 深数据流(GitHub) Bandit Python gosec / staticcheck Go SpotBugs / FindSecBugs Java 参考 references/sast-review-checklist.md ../supply-chain-security/ ../api-security/ ../llm-security/ (Agent 代码) 路由上下文 上游 : MASTER R26 角色 : ops/role-map.md cae 下游 : 依赖漏洞 → supply-chain;运行时验证 → pentest-tools 任务完成自检 是否人工验证而非只贴扫描器输出? 是否含修复建议? 是否限定在授权仓库范围? Checklist?
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |