mirror of
https://github.com/usestrix/strix.git
synced 2026-09-23 00:41:50 +00:00
Transform the agent from a 4-pass scanner into a 4-Round self-evolving recursive intelligence:
system_prompt.jinja:
- Identity upgraded to VANGUARD-9 ULTRA with recursive self-improvement framing
- Added RULE 11: 4 complete Rounds mandatory before finish_scan, automatic between-round looping
- Added ROUND TRANSITION think template: mandatory intelligence synthesis before each new round
- Added THINK TOOL template for scan completion requiring all 4 rounds verified
- Replaced <recursive_deepening_system> with full RECURSIVE DEEPENING ENGINE (GENIUS MODE):
* Round 1 (Brain v1): complete standard scan, build intelligence foundation
* Round 2 (Brain v2, 10x): attack chaining, second-order attacks, BAC god-tier re-test,
business logic surgical re-attack, nested UI re-exploration, uses round1_intelligence.md
* Round 3 (Brain v3, 100x): HTTP smuggling, cache poisoning, mutation XSS, JWT key confusion,
SAML wrapping, DNS rebinding, SSRF escalation, application-specific business logic chains
* Round 4 (Brain v4, 1000x): final validation sweep, attack chain maximization,
final unique attack surface sweep, consolidated 4-round report
* Round completion announcements with exact format
* Between-round intelligence files (/workspace/roundN_intelligence.md) as brain evolution fuel
* Brain evolution explanation: what changes in each round's thinking model
- Updated assessment_methodology completion criteria to require all 4 rounds
- Updated assessment phases to show 4-rounds × 8-phases × 4-passes structure
root_agent.md:
- Updated description to reflect 4-Round recursive deepening orchestration role
- Added round transition protocol with 4-step process
- Updated think-tool-before-finish_scan template to check all 4 rounds
- Added think-tool-before-round-transition template
- Added intelligence file writing mandate between rounds
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| agents | ||
| config | ||
| interface | ||
| llm | ||
| runtime | ||
| skills | ||
| telemetry | ||
| tools | ||
| utils | ||
| __init__.py | ||