strix/strix
root 458c1d4950 VANGUARD-9 ULTRA: add 4-Round Recursive Deepening Engine with automatic looping
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>
2026-04-05 00:28:51 +02:00
..
agents VANGUARD-9 ULTRA: add 4-Round Recursive Deepening Engine with automatic looping 2026-04-05 00:28:51 +02:00
config fix code-review issues and add 8 new vulnerability skills 2026-03-21 10:16:11 +01:00
interface fix code-review issues and add 8 new vulnerability skills 2026-03-21 10:16:11 +01:00
llm Add LLM rate limiter to enforce configurable requests-per-minute limit 2026-04-04 16:15:01 +02:00
runtime Fix threading race condition in container initialization 2026-03-19 12:51:30 +01:00
skills VANGUARD-9 ULTRA: add 4-Round Recursive Deepening Engine with automatic looping 2026-04-05 00:28:51 +02:00
telemetry Fix all critical issues flagged in code review 2026-03-20 15:13:55 +01:00
tools Complete ground-up rebuild: elite pentesting agent with 4-pass recursive deepening, mandatory raw HTTP evidence, think-tool enforcement, per-vuln proof requirements, CORS/SSRF/XSS/IDOR severity gates, and ultra-strong imperative prompts across all system files 2026-04-04 20:57:09 +02:00
utils fix(agent): fix tool schemas not retrieved on pyinstaller binary and validate tool call args 2026-01-14 10:57:32 -08:00
__init__.py Open-source release for Alpha version 2025-08-08 20:36:44 -07:00