by zhaji2333
基于 Claude Code / Codex 的 SRC 漏洞挖掘 Agent 技能体系 —— 系统级提示词 + 14 个专项安全测试 Skill 知识库
# Add to your Claude Code skills
git clone https://github.com/zhaji2333/CkSKILLSLast scanned: 8/21/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-21T04:39:32.295Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}CkSKILLS is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zhaji2333. 基于 Claude Code / Codex 的 SRC 漏洞挖掘 Agent 技能体系 —— 系统级提示词 + 14 个专项安全测试 Skill 知识库. It has 72 GitHub stars.
Yes. CkSKILLS passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/zhaji2333/CkSKILLS" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh CkSKILLS against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
基于 Claude Code / Codex 的 SRC 漏洞挖掘 Agent 技能体系 —— 将顶尖安全研究员的方法论沉淀为可调度、可复用的 Skill 知识资产。
语言: 中文 · English
CK-Skills 是一套面向 SRC 漏洞挖掘的 Agent 提示词工程与技能知识体系,以 Claude Code / Codex 等通用 Agent 框架为运行时,通过 系统级提示词(AGENTS.md)+ 20 个专项技能知识库(Skills),让通用 Agent 在垂直安全领域达到专家级表现。
针对通用 Agent 在垂直领域的三大痛点:
五层架构,各司其职:
┌──────────────────────────────────────────────┐
│ Agent 运行时(Claude Code / Codex) │ 推理与工具调用
├──────────────────────────────────────────────┤
│ 系统级提示词 AGENTS.md │ 身份 / 约束 / 纪律 / 调度
├──────────────────────────────────────────────┤
│ 20 个专项 Skills(知识层) │ 方法论 / 场景表 / 步骤
├──────────────────────────────────────────────┤
│ 触发路由(场景→技能 / 漏洞类型→技能) │ 专家知识按需加载
├──────────────────────────────────────────────┤
│ hunts/<目标>/CLUEBOARD.md │ 共享黑板(跨轮工作记忆)
└──────────────────────────────────────────────┘
AGENTS.md 路由是控制,不是多 Agent 并行抢写| 技能 | 覆盖范围 |
|---|---|
recon-js-analysis |
资产测绘、webpack / source map 还原、API 与密钥提取、URL/IP/域名资产扩展、appid/appkey 凭证上报深挖 |
unauth-path-key-hunt |
零身份公开面还原路径与密钥:响应指纹分流、加密证伪(RSA/JSEncrypt 不是鉴权)、迁域/兄弟域复查 |
hunt-clueboard |
当前目标 Markdown 线索板(跨轮工作记忆:读→挖→写回),不替代挖洞 skill |
auth-access-control |
认证绕过、前端鉴权/路由守卫绕过、验证码安全、越权、IDOR、多租户隔离、密码重置、JWT |
injection-vulns |
SQL / NoSQL / 命令 / SSTI / 表达式注入 |
business-logic-race |
支付逻辑、状态机建模、金额篡改、竞态条件 |
file-handling |
文件上传 getshell、路径穿越、Zip Slip、CSV 注入 |
ssrf-internal-network |
SSRF、云元数据、内网探测、DNS 重绑定 |
deserialization-xxe |
反序列化 RCE、XXE、原型污染、利用链构造 |
xss-frontend-security |
XSS(含跳转型/开放重定向)、CSRF、CORS、Clickjacking |
api-protocol-security |
BOLA、GraphQL、WebSocket、HTTP 走私 |
miniprogram-security |
微信/支付宝/抖音小程序、包反编译、接口与密钥提取、微信登录/支付/越权/渲染/云开发深挖 |
cloud-infra-supply-chain |
云配置错误、K8s、CI/CD、SBOM、供应链 |
source-code-audit |
输入点 → 传播链 → Sink 静态审计 |
waf-bypass-techniques |
Level 1-7 对抗升级框架 |
ai-llm-agent-security |
提示词注入、越狱逃逸、System Prompt 泄露、RAG/记忆污染、Agent 工具滥用致 RCE/SSRF、沙箱逃逸、模型供应链 |
windows-reverse-engineering |
Windows PE 逆向、.NET/内核组件、缓冲区溢出、协议逆向、反调试对抗、shellcode 与 PoC 验证 |
android-security-audit |
Android APK 组件安全深度审计、Intent/WebView/Provider/Binder/Deep Link、无 Frida/无 Root 漏洞验证、HyperOS 收录标准报告 |
apk-reversing |
APK 壳识别、脱壳还原 dex、JADX/apktool 全量反编译、so/H5/assets 提取,产出 android-security-audit 可直接开挖的源码产物 |
report |
漏洞报告成稿收口——分层验证门把关、DOCX 提交稿(模板 + Step 式 PoC + 真实截图)、语义化命名归档 |
把下面这段提示词整段复制,粘贴给你的 Agent(Claude Code / Codex 等,不同框架会自动适配自己的技能加载规范),Agent 会替你完成下载 → 安装 → 加载 → 自检:
我将用你进行 SRC 漏洞挖掘。请立即按以下步骤执行:
1. 下载并安装这个SKILLS https://github.com/zhaji2333/CkSKILLS.git
2. 加载:确认 AGENTS.md 已作为系统提示词生效、技能路由表可用
3. 自检:列出已安装的全部专项技能清单,确认各自的触发描述可被识别
4. 报告:输出「技能库已安装并加载」+ 技能清单,然后等待我提供测试目标
之后我会直接给出目标域名 / APK / 源码,你按 AGENTS.md 路由表自动调用对应技能深度挖掘。
git clone https://github.com/zhaji2333/CkSKILLS.git
# 将 CkSKILLS 中的 AGENTS.md 与 .agents/ 目录放入你的工作目录,重启 Agent 即自动加载
目标:https://example.com,已登录普通用户,需要测试越权
→ 自动加载 auth-access-control,按"权限三问"执行
删除工作目录下的 AGENTS.md 与 .agents/ 目录即可(或按你的 Agent 框架规范移除)。
⚠️ 使用前请阅读文末免责声明,仅用于授权安全测试。
unauth-path-key-hunt:零身份公开面还原路径与密钥(响应指纹、加密证伪、迁域/兄弟域复查)hunt-clueboard:当前目标 Markdown 线索板(跨轮工作记忆:读→挖→写回)README_EN.mdwindows-reverse-engineering:Windows PE 逆向与二进制漏洞深度挖掘(反汇编/反编译、内存破坏漏洞、协议逆向、反调试对抗、漏洞利用链构造)android-security-audit:Android APK 组件安全深度审计——JADX 静态分析 + ADB 动态验证,无 Frida/无 Root 漏洞验证,对标小米 HyperOS 漏洞收录标准report:写报告验证收口技能——分层验证门把关、按模板生成可提交 SRC/0day 平台的 DOCX 报告(Step 式 PoC + 真实截图)miniprogram-security:原 mobile-iot-device-security 拆分为小程序专项(微信/支付宝/抖音 + 云开发),消除与 android-security-audit 的 Android 内容重复apk-reversing:APK 脱壳与全量反编译还原(壳识别 → 脱壳 → JADX/apktool → so/H5/assets),为 android-security-audit 提供可直接开挖的标准源码产物recon-js-analysis 新增 URL/IP/域名资产扩展(webpack/app.js/抓包中提取的地址全部进入资产测绘,APP 来源的提醒关注后台接口域名)与 appid/appkey 凭证上报深挖(验证有效性、打后端/云资产)android-security-audit 支持从 APK 反编译产物中提取后端接口域名与应用凭证并联动深挖hunt-clueboard)欢迎提交 Issue / PR 补充 Skill 或完善方法论。新增 Skill 只需按现有 DSL 编写 SKILL.md 并在 AGENTS.md 路由表注册。
本项目仅用于授权安全测试、安全研究与教学。使用者需遵守所在国家/地区的法律法规,在获得目标所有者明确书面授权的前提下使用。禁止用于任何非法用途。使用者自行承担因不当使用产生的一切法律责任。