一键导入
adversarial-reasoning
Stress-test solutions using the STRIKE framework. Systematically attack proposals to find weaknesses before deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Stress-test solutions using the STRIKE framework. Systematically attack proposals to find weaknesses before deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Self-improving agent architecture using ChromaDB for continuous learning, self-evaluation, and improvement storage. Agents maintain separate memory collections for learned patterns, performance metrics, and self-assessments without modifying their static .md configuration.
Guide for manually creating custom skills from scratch with templates and validation. Use when designing NEW skills with specific requirements. For auto-generating skills from existing git repos, use /generate-skills instead.
Display QAVR (Q-Value Augmented Vector Retrieval) system status including mode, interaction counts, top memories by Q-value, and configuration.
Enables continuous self-improvement through learning from failures, user corrections, and capability gaps. Integrates with QAVR for learned memory ranking.
Exhaustive solution space exploration. Use when you need ALL viable options (not just the best), solution space is unknown, or you can't afford to miss alternatives.
Diagnostic reasoning for finding root causes. Generates multiple hypotheses, designs tests to eliminate each, and converges on the true cause through evidence.
| name | adversarial-reasoning |
| description | Stress-test solutions using the STRIKE framework. Systematically attack proposals to find weaknesses before deployment. |
| metadata | {"clawdbot":{"requires":{"env":[]}}} |
| user-invocable | true |
Validate and stress-test solutions by systematically attacking them.
AR requires a proposed solution to attack. If no solution exists, use ToT or BoT first.
Identify all possible ways the solution could fail:
For each attack vector, design and execute tests:
Score each vulnerability found:
For each vulnerability:
Based on findings:
Document all findings for future reference.
## AR Validation: [Solution Name]
### Solution Under Test
[Brief description of the proposed solution]
### Attack Surface Analysis
#### Attack Vector 1: [name]
- **Attack**: [how to break it]
- **Result**: [what happened]
- **Severity**: [Critical/High/Medium/Low]
- **Mitigation**: [fix or accept]
#### Attack Vector 2: [name]
...
### Vulnerability Summary
| Vector | Severity | Exploitable | Mitigation |
|--------|----------|-------------|------------|
| [name] | High | Yes | [action] |
| [name] | Medium | No | Accept |
### Stress Test Results
- Load test: [result]
- Failure injection: [result]
- Edge cases: [result]
### Verdict
**[KILL / REVISE / KEEP]**
Confidence: X%
### Required Changes (if REVISE)
1. [change 1]
2. [change 2]
### Residual Risks (if KEEP)
- [risk 1]: [acceptance rationale]
Solution: JWT authentication for API
Attack Vectors Tested:
Verdict: REVISE
Then: KEEP with 85% confidence