用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/asdfgh1445/ctf-super-hub --skill strix命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
面向中文用户和新手的统一入口,保持原有两种模式:1) 自动分流,2) 先头脑风暴再分流。分流目标既可以是 ctf-*,也可以在 Web/接口/漏洞验证阶段增强到 strix-*;适合不知道该用哪个 skill、想先理清题意、又不想自己先判断何时该切到工具链或漏洞专项的场景;触发名:ctf-beginner-hub
面向 CTF 新手与综合题的统一总控 skill。保持原有两种主模式:1) 自动分流,2) 先头脑风暴再分流。分流目标既可以是 ctf-*,也可以在 Web/接口/漏洞验证阶段增强到 strix-*;适合不知道该用哪个 skill、想边做边学、又不想自己先判断何时切换到工具链或漏洞专项的场景;触发名:ctf-super-hub
Strix JWT 与 OIDC 安全测试手册,覆盖令牌伪造、算法混淆与声明篡改;触发名:strix-authentication-jwt
基于 SOC 职业分类
正在显示 SKILL.md
| name | Strix•标准扫描 |
| description | Strix 标准安全评估模式,在系统性与覆盖率之间保持平衡;触发名:strix-standard |
Balanced security assessment with structured methodology. Thorough coverage without exhaustive depth.
Systematic testing across the full attack surface. Understand the application before exploiting it.
Whitebox (source available)
wiki notes (list_notes(category="wiki") then get_note(note_id=...)) and update one shared repo note as mapping evolvessemgrep first-pass triage to prioritize risky flows before deep manual reviewsg and/or Tree-sitter), then use outputs for route, sink, and trust-boundary mappingtrivy fs, gitleaks, and trufflehogBlackbox (no source)
Before testing for vulnerabilities, understand the application:
Test each attack surface methodically. Spawn focused subagents for different areas.
Input Validation
Authentication & Session
Access Control
Business Logic
Always ask: "If I can do X, what does that enable next?" Keep pivoting until reaching maximum privilege or data exposure.
Prefer complete end-to-end paths (entry point → pivot → privileged action/data) over isolated findings. Use the application as a real user would—exploit must survive actual workflow and state transitions.
When you discover a useful pivot (info leak, weak boundary, partial access), immediately pursue the next step rather than stopping at the first win.
Methodical and systematic. Document as you go. Validate everything—no assumptions about exploitability. Think about business impact, not just technical severity.