From e1f369b2335ec9a25422b8324bd74bcf100b5674 Mon Sep 17 00:00:00 2001 From: ajmallesh Date: Mon, 3 Nov 2025 12:34:55 -0800 Subject: [PATCH] Add X-Bow benchmark performance visualization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds a professional performance comparison chart showing Shannon's 96% success rate against other autonomous pentesting systems on the X-Bow benchmark. Chart features: - Y-axis properly starts at 0% (honest data visualization) - Shannon bar highlighted in brand orange - Descriptive title with sample size (104 challenges) - SVG format for scalability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- assets/xbow-performance-comparison.svg | 55 ++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 assets/xbow-performance-comparison.svg diff --git a/assets/xbow-performance-comparison.svg b/assets/xbow-performance-comparison.svg new file mode 100644 index 0000000..20c7345 --- /dev/null +++ b/assets/xbow-performance-comparison.svg @@ -0,0 +1,55 @@ + + + + + + + + Success Rate on X-Bow CTF Security Testing Benchmark (104 Challenges) + + + + + + + + 0% + + 20% + + 40% + + 60% + + 80% + + 100% + + + + Success Rate (%) + + + + + System + + + + + 96% + Shannon + + 85% + X-Bow + + 85% + Cyber-AutoAgent + + 85% + Principal Human + Pentester + + 75% + MAPTA + \ No newline at end of file