pwn 0.5.618 → 0.5.620
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/README.md +14 -6
- data/bin/pwn_gqrx_scanner +25 -5
- data/documentation/Agent-Tool-Registry.md +3 -3
- data/documentation/Diagrams.md +6 -2
- data/documentation/Extrospection.md +30 -11
- data/documentation/Home.md +5 -4
- data/documentation/How-PWN-Works.md +7 -4
- data/documentation/Mistakes.md +96 -0
- data/documentation/Persistence.md +3 -1
- data/documentation/SDR.md +23 -5
- data/documentation/Skills-Memory-Learning.md +15 -5
- data/documentation/diagrams/agent-tool-registry.svg +94 -92
- data/documentation/diagrams/dot/agent-tool-registry.dot +2 -2
- data/documentation/diagrams/dot/extrospection-world-awareness.dot +9 -7
- data/documentation/diagrams/dot/memory-skills-detailed.dot +12 -5
- data/documentation/diagrams/dot/mistakes-negative-feedback.dot +93 -0
- data/documentation/diagrams/dot/overall-pwn-architecture.dot +7 -5
- data/documentation/diagrams/dot/persistence-filesystem.dot +3 -2
- data/documentation/diagrams/dot/pwn-ai-feedback-learning-loop.dot +19 -7
- data/documentation/diagrams/dot/sdr-radio-flow.dot +13 -11
- data/documentation/diagrams/extrospection-world-awareness.svg +111 -93
- data/documentation/diagrams/memory-skills-detailed.svg +146 -97
- data/documentation/diagrams/mistakes-negative-feedback.svg +266 -0
- data/documentation/diagrams/overall-pwn-architecture.svg +184 -173
- data/documentation/diagrams/persistence-filesystem.svg +77 -62
- data/documentation/diagrams/pwn-ai-feedback-learning-loop.svg +217 -149
- data/documentation/diagrams/sdr-radio-flow.svg +76 -56
- data/documentation/pwn-ai-Agent.md +28 -15
- data/lib/pwn/ai/agent/extrospection.rb +65 -6
- data/lib/pwn/ai/agent/learning.rb +67 -7
- data/lib/pwn/ai/agent/loop.rb +72 -6
- data/lib/pwn/ai/agent/mistakes.rb +369 -0
- data/lib/pwn/ai/agent/prompt_builder.rb +10 -1
- data/lib/pwn/ai/agent/tools/extrospection.rb +2 -2
- data/lib/pwn/ai/agent/tools/mistakes.rb +132 -0
- data/lib/pwn/ai/agent.rb +1 -0
- data/lib/pwn/plugins/jira_data_center.rb +2 -2
- data/lib/pwn/sdr/decoder/adsb.rb +101 -0
- data/lib/pwn/sdr/decoder/apt.rb +75 -0
- data/lib/pwn/sdr/decoder/bluetooth.rb +78 -0
- data/lib/pwn/sdr/decoder/dect.rb +84 -0
- data/lib/pwn/sdr/decoder/gps.rb +83 -0
- data/lib/pwn/sdr/decoder/gsm.rb +50 -29
- data/lib/pwn/sdr/decoder/iridium.rb +81 -0
- data/lib/pwn/sdr/decoder/lora.rb +87 -0
- data/lib/pwn/sdr/decoder/lte.rb +88 -0
- data/lib/pwn/sdr/decoder/morse.rb +64 -0
- data/lib/pwn/sdr/decoder/p25.rb +71 -0
- data/lib/pwn/sdr/decoder/pager.rb +77 -0
- data/lib/pwn/sdr/decoder/pocsag.rb +26 -11
- data/lib/pwn/sdr/decoder/rfid.rb +88 -0
- data/lib/pwn/sdr/decoder/rtl433.rb +95 -0
- data/lib/pwn/sdr/decoder/rtty.rb +66 -0
- data/lib/pwn/sdr/decoder/wifi.rb +98 -0
- data/lib/pwn/sdr/decoder/zigbee.rb +96 -0
- data/lib/pwn/sdr/decoder.rb +67 -7
- data/lib/pwn/sdr/frequency_allocation.rb +82 -41
- data/lib/pwn/sdr/gqrx.rb +186 -95
- data/lib/pwn/version.rb +1 -1
- data/spec/lib/pwn/ai/agent/mistakes_spec.rb +36 -0
- data/spec/lib/pwn/ai/agent/tools/mistakes_spec.rb +12 -0
- data/spec/lib/pwn/sdr/decoder/adsb_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/apt_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/bluetooth_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/dect_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/gps_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/iridium_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/lora_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/lte_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/morse_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/p25_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/pager_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/rfid_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/rtl433_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/rtty_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/wifi_spec.rb +15 -0
- data/spec/lib/pwn/sdr/decoder/zigbee_spec.rb +15 -0
- data/third_party/pwn_rdoc.jsonl +92 -3
- metadata +44 -6
- data/README.md.bak +0 -200
|
@@ -4,402 +4,413 @@
|
|
|
4
4
|
<!-- Generated by graphviz version 14.1.2 (0)
|
|
5
5
|
-->
|
|
6
6
|
<!-- Title: PWN_Overall_Architecture Pages: 1 -->
|
|
7
|
-
<svg width="
|
|
8
|
-
viewBox="0.00 0.00
|
|
9
|
-
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2
|
|
7
|
+
<svg width="1261pt" height="821pt"
|
|
8
|
+
viewBox="0.00 0.00 1261.00 821.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
9
|
+
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(43.2 777.83)">
|
|
10
10
|
<title>PWN_Overall_Architecture</title>
|
|
11
|
-
<polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-
|
|
12
|
-
<text xml:space="preserve" text-anchor="start" x="
|
|
13
|
-
<text xml:space="preserve" text-anchor="start" x="
|
|
11
|
+
<polygon fill="#0f172a" stroke="none" points="-43.2,43.2 -43.2,-777.83 1217.38,-777.83 1217.38,43.2 -43.2,43.2"/>
|
|
12
|
+
<text xml:space="preserve" text-anchor="start" x="323.09" y="-710.73" font-family="sans-Serif" font-weight="bold" font-size="22.00" fill="#e2e8f0">PWN — Offensive Security Automation Framework</text>
|
|
13
|
+
<text xml:space="preserve" text-anchor="start" x="515.09" y="-699.18" font-family="sans-Serif" font-size="11.00" fill="#94a3b8">Overall Architecture · lib/pwn/*</text>
|
|
14
14
|
<g id="clust1" class="cluster">
|
|
15
15
|
<title>cluster_actors</title>
|
|
16
|
-
<path fill="#1e293b" stroke="#334155" stroke-dasharray="5,2" d="
|
|
17
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
16
|
+
<path fill="#1e293b" stroke="#334155" stroke-dasharray="5,2" d="M310,-587.62C310,-587.62 895,-587.62 895,-587.62 901,-587.62 907,-593.62 907,-599.62 907,-599.62 907,-673.62 907,-673.62 907,-679.62 901,-685.62 895,-685.62 895,-685.62 310,-685.62 310,-685.62 304,-685.62 298,-679.62 298,-673.62 298,-673.62 298,-599.62 298,-599.62 298,-593.62 304,-587.62 310,-587.62"/>
|
|
17
|
+
<text xml:space="preserve" text-anchor="middle" x="602.5" y="-660.73" font-family="sans-Serif" font-size="22.00" fill="#94a3b8">Actors</text>
|
|
18
18
|
</g>
|
|
19
19
|
<g id="clust3" class="cluster">
|
|
20
20
|
<title>cluster_entry</title>
|
|
21
|
-
<path fill="#0c4a6e" stroke="#0369a1" stroke-width="2" d="
|
|
22
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
21
|
+
<path fill="#0c4a6e" stroke="#0369a1" stroke-width="2" d="M176,-449.62C176,-449.62 694,-449.62 694,-449.62 700,-449.62 706,-455.62 706,-461.62 706,-461.62 706,-523.12 706,-523.12 706,-529.12 700,-535.12 694,-535.12 694,-535.12 176,-535.12 176,-535.12 170,-535.12 164,-529.12 164,-523.12 164,-523.12 164,-461.62 164,-461.62 164,-455.62 170,-449.62 176,-449.62"/>
|
|
22
|
+
<text xml:space="preserve" text-anchor="middle" x="435" y="-510.23" font-family="sans-Serif" font-size="22.00" fill="#7dd3fc">Entry Points  (bin/)</text>
|
|
23
23
|
</g>
|
|
24
24
|
<g id="clust5" class="cluster">
|
|
25
25
|
<title>cluster_agent</title>
|
|
26
|
-
<path fill="#2e1065" stroke="#6d28d9" stroke-width="2" d="
|
|
27
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
26
|
+
<path fill="#2e1065" stroke="#6d28d9" stroke-width="2" d="M143,-299.12C143,-299.12 764,-299.12 764,-299.12 770,-299.12 776,-305.12 776,-311.12 776,-311.12 776,-385.12 776,-385.12 776,-391.12 770,-397.12 764,-397.12 764,-397.12 143,-397.12 143,-397.12 137,-397.12 131,-391.12 131,-385.12 131,-385.12 131,-311.12 131,-311.12 131,-305.12 137,-299.12 143,-299.12"/>
|
|
27
|
+
<text xml:space="preserve" text-anchor="middle" x="453.5" y="-372.23" font-family="sans-Serif" font-size="22.00" fill="#ddd6fe">PWN::AI::Agent</text>
|
|
28
28
|
</g>
|
|
29
29
|
<g id="clust7" class="cluster">
|
|
30
30
|
<title>cluster_caps</title>
|
|
31
|
-
<path fill="#022c22" stroke="#047857" stroke-width="2" d="
|
|
32
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
31
|
+
<path fill="#022c22" stroke="#047857" stroke-width="2" d="M34,-148.62C34,-148.62 951,-148.62 951,-148.62 957,-148.62 963,-154.62 963,-160.62 963,-160.62 963,-234.62 963,-234.62 963,-240.62 957,-246.62 951,-246.62 951,-246.62 34,-246.62 34,-246.62 28,-246.62 22,-240.62 22,-234.62 22,-234.62 22,-160.62 22,-160.62 22,-154.62 28,-148.62 34,-148.62"/>
|
|
32
|
+
<text xml:space="preserve" text-anchor="middle" x="492.5" y="-221.72" font-family="sans-Serif" font-size="22.00" fill="#a7f3d0">Capability Namespaces  (lib/pwn/*)</text>
|
|
33
33
|
</g>
|
|
34
34
|
<g id="clust9" class="cluster">
|
|
35
35
|
<title>cluster_persist</title>
|
|
36
|
-
<path fill="#422006" stroke="#a16207" stroke-width="2" d="M20,-8C20,-8
|
|
37
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
36
|
+
<path fill="#422006" stroke="#a16207" stroke-width="2" d="M20,-8C20,-8 1079,-8 1079,-8 1085,-8 1091,-14 1091,-20 1091,-20 1091,-93.62 1091,-93.62 1091,-99.62 1085,-105.62 1079,-105.62 1079,-105.62 20,-105.62 20,-105.62 14,-105.62 8,-99.62 8,-93.62 8,-93.62 8,-20 8,-20 8,-14 14,-8 20,-8"/>
|
|
37
|
+
<text xml:space="preserve" text-anchor="middle" x="549.5" y="-80.72" font-family="sans-Serif" font-size="22.00" fill="#fde68a">Persistence  ~/.pwn/</text>
|
|
38
38
|
</g>
|
|
39
39
|
<!-- User -->
|
|
40
40
|
<g id="node1" class="node">
|
|
41
41
|
<title>User</title>
|
|
42
|
-
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="
|
|
43
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
44
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
42
|
+
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="M424,-637.88C424,-637.88 318,-637.88 318,-637.88 312,-637.88 306,-631.88 306,-625.88 306,-625.88 306,-613.88 306,-613.88 306,-607.88 312,-601.88 318,-601.88 318,-601.88 424,-601.88 424,-601.88 430,-601.88 436,-607.88 436,-613.88 436,-613.88 436,-625.88 436,-625.88 436,-631.88 430,-637.88 424,-637.88"/>
|
|
43
|
+
<text xml:space="preserve" text-anchor="middle" x="371" y="-622.92" font-family="sans-Serif" font-size="11.00" fill="#0f172a">👤  Researcher</text>
|
|
44
|
+
<text xml:space="preserve" text-anchor="middle" x="371" y="-609.42" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Red Team · Bug Hunter</text>
|
|
45
45
|
</g>
|
|
46
46
|
<!-- REPL -->
|
|
47
47
|
<g id="node5" class="node">
|
|
48
48
|
<title>REPL</title>
|
|
49
|
-
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="
|
|
50
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
51
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
49
|
+
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="M276.25,-493.62C276.25,-493.62 183.75,-493.62 183.75,-493.62 177.75,-493.62 171.75,-487.62 171.75,-481.62 171.75,-481.62 171.75,-469.62 171.75,-469.62 171.75,-463.62 177.75,-457.62 183.75,-457.62 183.75,-457.62 276.25,-457.62 276.25,-457.62 282.25,-457.62 288.25,-463.62 288.25,-469.62 288.25,-469.62 288.25,-481.62 288.25,-481.62 288.25,-487.62 282.25,-493.62 276.25,-493.62"/>
|
|
50
|
+
<text xml:space="preserve" text-anchor="middle" x="230" y="-478.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">🐚  pwn REPL</text>
|
|
51
|
+
<text xml:space="preserve" text-anchor="middle" x="230" y="-465.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Pry + PWN:: preload</text>
|
|
52
52
|
</g>
|
|
53
53
|
<!-- User->REPL -->
|
|
54
54
|
<g id="edge1" class="edge">
|
|
55
55
|
<title>User->REPL</title>
|
|
56
|
-
<path fill="none" stroke="#38bdf8" stroke-width="1.3" d="
|
|
57
|
-
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="
|
|
56
|
+
<path fill="none" stroke="#38bdf8" stroke-width="1.3" d="M353.71,-601.43C328.76,-576.26 282.56,-529.65 254.23,-501.07"/>
|
|
57
|
+
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="256.44,-499.32 248.82,-495.61 252.46,-503.26 256.44,-499.32"/>
|
|
58
58
|
</g>
|
|
59
59
|
<!-- PwnAI -->
|
|
60
60
|
<g id="node6" class="node">
|
|
61
61
|
<title>PwnAI</title>
|
|
62
|
-
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="
|
|
63
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
64
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
62
|
+
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="M429.75,-493.62C429.75,-493.62 340.25,-493.62 340.25,-493.62 334.25,-493.62 328.25,-487.62 328.25,-481.62 328.25,-481.62 328.25,-469.62 328.25,-469.62 328.25,-463.62 334.25,-457.62 340.25,-457.62 340.25,-457.62 429.75,-457.62 429.75,-457.62 435.75,-457.62 441.75,-463.62 441.75,-469.62 441.75,-469.62 441.75,-481.62 441.75,-481.62 441.75,-487.62 435.75,-493.62 429.75,-493.62"/>
|
|
63
|
+
<text xml:space="preserve" text-anchor="middle" x="385" y="-478.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">✨  pwn-ai</text>
|
|
64
|
+
<text xml:space="preserve" text-anchor="middle" x="385" y="-465.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Agent TUI · pwn --ai</text>
|
|
65
65
|
</g>
|
|
66
66
|
<!-- User->PwnAI -->
|
|
67
67
|
<g id="edge2" class="edge">
|
|
68
68
|
<title>User->PwnAI</title>
|
|
69
|
-
<path fill="none" stroke="#38bdf8" stroke-width="1.3" d="
|
|
70
|
-
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="
|
|
69
|
+
<path fill="none" stroke="#38bdf8" stroke-width="1.3" d="M372.72,-601.43C375.11,-577.12 379.47,-532.79 382.3,-504.03"/>
|
|
70
|
+
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="385.08,-504.4 383.08,-496.17 379.51,-503.86 385.08,-504.4"/>
|
|
71
71
|
</g>
|
|
72
72
|
<!-- CI -->
|
|
73
73
|
<g id="node2" class="node">
|
|
74
74
|
<title>CI</title>
|
|
75
|
-
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="
|
|
76
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
77
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
75
|
+
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="M570,-637.88C570,-637.88 488,-637.88 488,-637.88 482,-637.88 476,-631.88 476,-625.88 476,-625.88 476,-613.88 476,-613.88 476,-607.88 482,-601.88 488,-601.88 488,-601.88 570,-601.88 570,-601.88 576,-601.88 582,-607.88 582,-613.88 582,-613.88 582,-625.88 582,-625.88 582,-631.88 576,-637.88 570,-637.88"/>
|
|
76
|
+
<text xml:space="preserve" text-anchor="middle" x="529" y="-622.92" font-family="sans-Serif" font-size="11.00" fill="#0f172a">⚙️  CI / CD</text>
|
|
77
|
+
<text xml:space="preserve" text-anchor="middle" x="529" y="-609.42" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Headless pipelines</text>
|
|
78
78
|
</g>
|
|
79
79
|
<!-- CLI -->
|
|
80
80
|
<g id="node7" class="node">
|
|
81
81
|
<title>CLI</title>
|
|
82
|
-
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="
|
|
83
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
84
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
82
|
+
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="M553.75,-493.62C553.75,-493.62 494.25,-493.62 494.25,-493.62 488.25,-493.62 482.25,-487.62 482.25,-481.62 482.25,-481.62 482.25,-469.62 482.25,-469.62 482.25,-463.62 488.25,-457.62 494.25,-457.62 494.25,-457.62 553.75,-457.62 553.75,-457.62 559.75,-457.62 565.75,-463.62 565.75,-469.62 565.75,-469.62 565.75,-481.62 565.75,-481.62 565.75,-487.62 559.75,-493.62 553.75,-493.62"/>
|
|
83
|
+
<text xml:space="preserve" text-anchor="middle" x="524" y="-478.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">📜  bin/pwn_*</text>
|
|
84
|
+
<text xml:space="preserve" text-anchor="middle" x="524" y="-465.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">52 CLI drivers</text>
|
|
85
85
|
</g>
|
|
86
86
|
<!-- CI->CLI -->
|
|
87
87
|
<g id="edge3" class="edge">
|
|
88
88
|
<title>CI->CLI</title>
|
|
89
|
-
<path fill="none" stroke="#38bdf8" stroke-width="1.3" d="
|
|
90
|
-
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="
|
|
89
|
+
<path fill="none" stroke="#38bdf8" stroke-width="1.3" d="M528.39,-601.43C527.53,-577.12 525.97,-532.79 524.96,-504.03"/>
|
|
90
|
+
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="527.77,-504.07 524.69,-496.18 522.17,-504.27 527.77,-504.07"/>
|
|
91
91
|
</g>
|
|
92
92
|
<!-- Cronb -->
|
|
93
93
|
<g id="node8" class="node">
|
|
94
94
|
<title>Cronb</title>
|
|
95
|
-
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="
|
|
96
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
97
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
95
|
+
<path fill="#7dd3fc" stroke="#334155" stroke-width="1.4" d="M685.88,-493.62C685.88,-493.62 618.12,-493.62 618.12,-493.62 612.12,-493.62 606.12,-487.62 606.12,-481.62 606.12,-481.62 606.12,-469.62 606.12,-469.62 606.12,-463.62 612.12,-457.62 618.12,-457.62 618.12,-457.62 685.88,-457.62 685.88,-457.62 691.88,-457.62 697.88,-463.62 697.88,-469.62 697.88,-469.62 697.88,-481.62 697.88,-481.62 697.88,-487.62 691.88,-493.62 685.88,-493.62"/>
|
|
96
|
+
<text xml:space="preserve" text-anchor="middle" x="652" y="-478.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">⏱  PWN::Cron</text>
|
|
97
|
+
<text xml:space="preserve" text-anchor="middle" x="652" y="-465.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Scheduled jobs</text>
|
|
98
98
|
</g>
|
|
99
99
|
<!-- CI->Cronb -->
|
|
100
100
|
<g id="edge4" class="edge">
|
|
101
101
|
<title>CI->Cronb</title>
|
|
102
|
-
<path fill="none" stroke="#38bdf8" stroke-width="1.3" d="
|
|
103
|
-
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="
|
|
104
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
102
|
+
<path fill="none" stroke="#38bdf8" stroke-width="1.3" d="M544.08,-601.43C565.75,-576.37 605.81,-530.05 630.55,-501.43"/>
|
|
103
|
+
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="1.3" points="632.39,-503.58 635.51,-495.7 628.16,-499.92 632.39,-503.58"/>
|
|
104
|
+
<text xml:space="preserve" text-anchor="middle" x="609.56" y="-545.08" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">crontab</text>
|
|
105
105
|
</g>
|
|
106
106
|
<!-- LLM -->
|
|
107
107
|
<g id="node3" class="node">
|
|
108
108
|
<title>LLM</title>
|
|
109
|
-
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="
|
|
110
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
111
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
112
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
109
|
+
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M734.38,-644.12C734.38,-644.12 633.62,-644.12 633.62,-644.12 627.62,-644.12 621.62,-638.12 621.62,-632.12 621.62,-632.12 621.62,-607.62 621.62,-607.62 621.62,-601.62 627.62,-595.62 633.62,-595.62 633.62,-595.62 734.38,-595.62 734.38,-595.62 740.38,-595.62 746.38,-601.62 746.38,-607.62 746.38,-607.62 746.38,-632.12 746.38,-632.12 746.38,-638.12 740.38,-644.12 734.38,-644.12"/>
|
|
110
|
+
<text xml:space="preserve" text-anchor="middle" x="684" y="-629.67" font-family="sans-Serif" font-size="11.00" fill="#0f172a">🤖  LLM Providers</text>
|
|
111
|
+
<text xml:space="preserve" text-anchor="middle" x="684" y="-616.17" font-family="sans-Serif" font-size="11.00" fill="#0f172a">OpenAI · Anthropic</text>
|
|
112
|
+
<text xml:space="preserve" text-anchor="middle" x="684" y="-602.67" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Grok · Gemini · Ollama</text>
|
|
113
113
|
</g>
|
|
114
114
|
<!-- Target -->
|
|
115
115
|
<g id="node4" class="node">
|
|
116
116
|
<title>Target</title>
|
|
117
|
-
<path fill="#fda4af" stroke="#334155" stroke-width="1.4" d="
|
|
118
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
119
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
120
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
117
|
+
<path fill="#fda4af" stroke="#334155" stroke-width="1.4" d="M887.38,-644.12C887.38,-644.12 798.62,-644.12 798.62,-644.12 792.62,-644.12 786.62,-638.12 786.62,-632.12 786.62,-632.12 786.62,-607.62 786.62,-607.62 786.62,-601.62 792.62,-595.62 798.62,-595.62 798.62,-595.62 887.38,-595.62 887.38,-595.62 893.38,-595.62 899.38,-601.62 899.38,-607.62 899.38,-607.62 899.38,-632.12 899.38,-632.12 899.38,-638.12 893.38,-644.12 887.38,-644.12"/>
|
|
118
|
+
<text xml:space="preserve" text-anchor="middle" x="843" y="-629.67" font-family="sans-Serif" font-size="11.00" fill="#0f172a">🎯  Attack Surface</text>
|
|
119
|
+
<text xml:space="preserve" text-anchor="middle" x="843" y="-616.17" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Hosts · Web · Cloud</text>
|
|
120
|
+
<text xml:space="preserve" text-anchor="middle" x="843" y="-602.67" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Radio · Hardware</text>
|
|
121
121
|
</g>
|
|
122
122
|
<!-- Loop -->
|
|
123
123
|
<g id="node9" class="node">
|
|
124
124
|
<title>Loop</title>
|
|
125
|
-
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="
|
|
126
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
127
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
125
|
+
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M275.38,-349.38C275.38,-349.38 150.62,-349.38 150.62,-349.38 144.62,-349.38 138.62,-343.38 138.62,-337.38 138.62,-337.38 138.62,-325.38 138.62,-325.38 138.62,-319.38 144.62,-313.38 150.62,-313.38 150.62,-313.38 275.38,-313.38 275.38,-313.38 281.38,-313.38 287.38,-319.38 287.38,-325.38 287.38,-325.38 287.38,-337.38 287.38,-337.38 287.38,-343.38 281.38,-349.38 275.38,-349.38"/>
|
|
126
|
+
<text xml:space="preserve" text-anchor="middle" x="213" y="-334.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Loop</text>
|
|
127
|
+
<text xml:space="preserve" text-anchor="middle" x="213" y="-320.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">plan → dispatch → observe</text>
|
|
128
128
|
</g>
|
|
129
129
|
<!-- REPL->Loop -->
|
|
130
130
|
<g id="edge5" class="edge">
|
|
131
131
|
<title>REPL->Loop</title>
|
|
132
|
-
<path fill="none" stroke="#a78bfa" stroke-width="1.3" d="
|
|
133
|
-
<polygon fill="#a78bfa" stroke="#a78bfa" stroke-width="1.3" points="
|
|
132
|
+
<path fill="none" stroke="#a78bfa" stroke-width="1.3" d="M227.92,-457.18C225.01,-432.87 219.71,-388.54 216.28,-359.78"/>
|
|
133
|
+
<polygon fill="#a78bfa" stroke="#a78bfa" stroke-width="1.3" points="219.06,-359.53 215.34,-351.91 213.5,-360.19 219.06,-359.53"/>
|
|
134
134
|
</g>
|
|
135
135
|
<!-- PwnAI->Loop -->
|
|
136
136
|
<g id="edge6" class="edge">
|
|
137
137
|
<title>PwnAI->Loop</title>
|
|
138
|
-
<path fill="none" stroke="#a78bfa" stroke-width="2" d="
|
|
139
|
-
<polygon fill="#a78bfa" stroke="#a78bfa" stroke-width="2" points="
|
|
140
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
138
|
+
<path fill="none" stroke="#a78bfa" stroke-width="2" d="M360.1,-457.15C344.13,-445.72 323.11,-430.24 305.25,-415.62 282.23,-396.79 257.24,-374.1 239.09,-357.16"/>
|
|
139
|
+
<polygon fill="#a78bfa" stroke="#a78bfa" stroke-width="2" points="241.22,-355.32 233.47,-351.89 237.39,-359.41 241.22,-355.32"/>
|
|
140
|
+
<text xml:space="preserve" text-anchor="middle" x="340.12" y="-407.07" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">natural language</text>
|
|
141
141
|
</g>
|
|
142
142
|
<!-- Registry -->
|
|
143
143
|
<g id="node10" class="node">
|
|
144
144
|
<title>Registry</title>
|
|
145
|
-
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="
|
|
146
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
147
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
145
|
+
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M430.12,-349.38C430.12,-349.38 339.88,-349.38 339.88,-349.38 333.88,-349.38 327.88,-343.38 327.88,-337.38 327.88,-337.38 327.88,-325.38 327.88,-325.38 327.88,-319.38 333.88,-313.38 339.88,-313.38 339.88,-313.38 430.12,-313.38 430.12,-313.38 436.12,-313.38 442.12,-319.38 442.12,-325.38 442.12,-325.38 442.12,-337.38 442.12,-337.38 442.12,-343.38 436.12,-349.38 430.12,-349.38"/>
|
|
146
|
+
<text xml:space="preserve" text-anchor="middle" x="385" y="-334.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Registry</text>
|
|
147
|
+
<text xml:space="preserve" text-anchor="middle" x="385" y="-320.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">10 toolsets · 52 tools</text>
|
|
148
148
|
</g>
|
|
149
149
|
<!-- PwnAI->Registry -->
|
|
150
150
|
<g id="edge7" class="edge">
|
|
151
151
|
<title>PwnAI->Registry</title>
|
|
152
|
-
<path fill="none" stroke="#a78bfa" stroke-width="1.3" d="
|
|
153
|
-
<polygon fill="#a78bfa" stroke="#a78bfa" stroke-width="1.3" points="
|
|
152
|
+
<path fill="none" stroke="#a78bfa" stroke-width="1.3" d="M385,-457.18C385,-432.87 385,-388.54 385,-359.78"/>
|
|
153
|
+
<polygon fill="#a78bfa" stroke="#a78bfa" stroke-width="1.3" points="387.8,-359.93 385,-351.93 382.2,-359.93 387.8,-359.93"/>
|
|
154
154
|
</g>
|
|
155
155
|
<!-- Swarm -->
|
|
156
156
|
<g id="node11" class="node">
|
|
157
157
|
<title>Swarm</title>
|
|
158
|
-
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="
|
|
159
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
160
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
158
|
+
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M598.25,-349.38C598.25,-349.38 493.75,-349.38 493.75,-349.38 487.75,-349.38 481.75,-343.38 481.75,-337.38 481.75,-337.38 481.75,-325.38 481.75,-325.38 481.75,-319.38 487.75,-313.38 493.75,-313.38 493.75,-313.38 598.25,-313.38 598.25,-313.38 604.25,-313.38 610.25,-319.38 610.25,-325.38 610.25,-325.38 610.25,-337.38 610.25,-337.38 610.25,-343.38 604.25,-349.38 598.25,-349.38"/>
|
|
159
|
+
<text xml:space="preserve" text-anchor="middle" x="546" y="-334.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Swarm</text>
|
|
160
|
+
<text xml:space="preserve" text-anchor="middle" x="546" y="-320.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">personas · debate · bus</text>
|
|
161
161
|
</g>
|
|
162
162
|
<!-- CLI->Swarm -->
|
|
163
163
|
<!-- Plugins -->
|
|
164
164
|
<g id="node13" class="node">
|
|
165
165
|
<title>Plugins</title>
|
|
166
|
-
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="
|
|
167
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
168
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
166
|
+
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M89.75,-198.88C89.75,-198.88 42.25,-198.88 42.25,-198.88 36.25,-198.88 30.25,-192.88 30.25,-186.88 30.25,-186.88 30.25,-174.88 30.25,-174.88 30.25,-168.88 36.25,-162.88 42.25,-162.88 42.25,-162.88 89.75,-162.88 89.75,-162.88 95.75,-162.88 101.75,-168.88 101.75,-174.88 101.75,-174.88 101.75,-186.88 101.75,-186.88 101.75,-192.88 95.75,-198.88 89.75,-198.88"/>
|
|
167
|
+
<text xml:space="preserve" text-anchor="middle" x="66" y="-183.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Plugins</text>
|
|
168
|
+
<text xml:space="preserve" text-anchor="middle" x="66" y="-170.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">66 modules</text>
|
|
169
169
|
</g>
|
|
170
170
|
<!-- CLI->Plugins -->
|
|
171
171
|
<g id="edge18" class="edge">
|
|
172
172
|
<title>CLI->Plugins</title>
|
|
173
|
-
<path fill="none" stroke="#34d399" stroke-width="1.3" d="
|
|
174
|
-
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="83.
|
|
173
|
+
<path fill="none" stroke="#34d399" stroke-width="1.3" d="M565.75,-456.95C572.47,-454.35 579.39,-451.82 586,-449.62 673.24,-420.72 729.87,-469.89 786,-397.12 812.6,-362.64 815.56,-331.11 786,-299.12 773.44,-285.54 138.51,-254.98 122,-246.62 104.82,-237.93 90.68,-221.45 80.91,-207.29"/>
|
|
174
|
+
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="83.48,-206.1 76.75,-200.95 78.8,-209.17 83.48,-206.1"/>
|
|
175
175
|
</g>
|
|
176
176
|
<!-- Prompt -->
|
|
177
177
|
<g id="node12" class="node">
|
|
178
178
|
<title>Prompt</title>
|
|
179
|
-
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="
|
|
180
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
181
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
179
|
+
<path fill="#c4b5fd" stroke="#334155" stroke-width="1.4" d="M756,-355.62C756,-355.62 662,-355.62 662,-355.62 656,-355.62 650,-349.62 650,-343.62 650,-343.62 650,-319.12 650,-319.12 650,-313.12 656,-307.12 662,-307.12 662,-307.12 756,-307.12 756,-307.12 762,-307.12 768,-313.12 768,-319.12 768,-319.12 768,-343.62 768,-343.62 768,-349.62 762,-355.62 756,-355.62"/>
|
|
180
|
+
<text xml:space="preserve" text-anchor="middle" x="709" y="-341.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">PromptBuilder</text>
|
|
181
|
+
<text xml:space="preserve" text-anchor="middle" x="709" y="-327.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">MEMORY · SKILLS</text>
|
|
182
|
+
<text xml:space="preserve" text-anchor="middle" x="709" y="-314.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">MISTAKES · EXTRO</text>
|
|
182
183
|
</g>
|
|
183
184
|
<!-- Cronb->Prompt -->
|
|
184
185
|
<!-- Loop->LLM -->
|
|
185
|
-
<g id="
|
|
186
|
+
<g id="edge28" class="edge">
|
|
186
187
|
<title>Loop->LLM</title>
|
|
187
|
-
<path fill="none" stroke="#c4b5fd" stroke-width="2" d="
|
|
188
|
-
<polygon fill="#c4b5fd" stroke="#c4b5fd" stroke-width="2" points="
|
|
189
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
188
|
+
<path fill="none" stroke="#c4b5fd" stroke-width="2" d="M232.48,-349.99C250.62,-365.27 279.14,-386.56 308,-397.12 340.31,-408.95 350.84,-401.05 385,-405.12 458.7,-413.91 667.14,-393.76 716,-449.62 748.98,-487.34 725.09,-548.17 704.64,-585.72"/>
|
|
189
|
+
<polygon fill="#c4b5fd" stroke="#c4b5fd" stroke-width="2" points="702.27,-584.21 700.77,-592.56 707.15,-586.97 702.27,-584.21"/>
|
|
190
|
+
<text xml:space="preserve" text-anchor="middle" x="757.07" y="-472.32" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">tool-use API</text>
|
|
190
191
|
</g>
|
|
191
192
|
<!-- Loop->Plugins -->
|
|
192
193
|
<g id="edge10" class="edge">
|
|
193
194
|
<title>Loop->Plugins</title>
|
|
194
|
-
<path fill="none" stroke="#34d399" stroke-width="2" d="
|
|
195
|
-
<polygon fill="#34d399" stroke="#34d399" stroke-width="2" points="
|
|
196
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
195
|
+
<path fill="none" stroke="#34d399" stroke-width="2" d="M192.38,-312.83C173.44,-296.38 144.91,-270.77 122,-246.62 110.23,-234.22 97.72,-219.88 87.53,-207.86"/>
|
|
196
|
+
<polygon fill="#34d399" stroke="#34d399" stroke-width="2" points="89.79,-206.21 82.5,-201.89 85.51,-209.81 89.79,-206.21"/>
|
|
197
|
+
<text xml:space="preserve" text-anchor="middle" x="158.48" y="-256.57" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">pwn_eval</text>
|
|
197
198
|
</g>
|
|
198
199
|
<!-- SAST -->
|
|
199
200
|
<g id="node14" class="node">
|
|
200
201
|
<title>SAST</title>
|
|
201
|
-
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="
|
|
202
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
203
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
202
|
+
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M184.12,-198.88C184.12,-198.88 153.88,-198.88 153.88,-198.88 147.88,-198.88 141.88,-192.88 141.88,-186.88 141.88,-186.88 141.88,-174.88 141.88,-174.88 141.88,-168.88 147.88,-162.88 153.88,-162.88 153.88,-162.88 184.12,-162.88 184.12,-162.88 190.12,-162.88 196.12,-168.88 196.12,-174.88 196.12,-174.88 196.12,-186.88 196.12,-186.88 196.12,-192.88 190.12,-198.88 184.12,-198.88"/>
|
|
203
|
+
<text xml:space="preserve" text-anchor="middle" x="169" y="-183.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">SAST</text>
|
|
204
|
+
<text xml:space="preserve" text-anchor="middle" x="169" y="-170.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">48 rules</text>
|
|
204
205
|
</g>
|
|
205
206
|
<!-- Loop->SAST -->
|
|
206
207
|
<g id="edge11" class="edge">
|
|
207
208
|
<title>Loop->SAST</title>
|
|
208
|
-
<path fill="none" stroke="#34d399" stroke-width="1.3" d="
|
|
209
|
-
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="
|
|
209
|
+
<path fill="none" stroke="#34d399" stroke-width="1.3" d="M207.78,-312.76C200.17,-287.08 185.97,-239.15 177.03,-208.97"/>
|
|
210
|
+
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="179.73,-208.23 174.77,-201.36 174.36,-209.82 179.73,-208.23"/>
|
|
210
211
|
</g>
|
|
211
212
|
<!-- WWW -->
|
|
212
213
|
<g id="node15" class="node">
|
|
213
214
|
<title>WWW</title>
|
|
214
|
-
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="
|
|
215
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
216
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
215
|
+
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M307.38,-198.88C307.38,-198.88 248.62,-198.88 248.62,-198.88 242.62,-198.88 236.62,-192.88 236.62,-186.88 236.62,-186.88 236.62,-174.88 236.62,-174.88 236.62,-168.88 242.62,-162.88 248.62,-162.88 248.62,-162.88 307.38,-162.88 307.38,-162.88 313.38,-162.88 319.38,-168.88 319.38,-174.88 319.38,-174.88 319.38,-186.88 319.38,-186.88 319.38,-192.88 313.38,-198.88 307.38,-198.88"/>
|
|
216
|
+
<text xml:space="preserve" text-anchor="middle" x="278" y="-183.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">WWW</text>
|
|
217
|
+
<text xml:space="preserve" text-anchor="middle" x="278" y="-170.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">21 site drivers</text>
|
|
217
218
|
</g>
|
|
218
219
|
<!-- Registry->WWW -->
|
|
219
220
|
<g id="edge12" class="edge">
|
|
220
221
|
<title>Registry->WWW</title>
|
|
221
|
-
<path fill="none" stroke="#34d399" stroke-width="1.3" d="
|
|
222
|
-
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="
|
|
222
|
+
<path fill="none" stroke="#34d399" stroke-width="1.3" d="M372.31,-312.76C353.48,-286.63 318.07,-237.48 296.4,-207.41"/>
|
|
223
|
+
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="298.78,-205.92 291.83,-201.07 294.23,-209.19 298.78,-205.92"/>
|
|
223
224
|
</g>
|
|
224
225
|
<!-- AWS -->
|
|
225
226
|
<g id="node16" class="node">
|
|
226
227
|
<title>AWS</title>
|
|
227
|
-
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="
|
|
228
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
229
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
228
|
+
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M417,-198.88C417,-198.88 371,-198.88 371,-198.88 365,-198.88 359,-192.88 359,-186.88 359,-186.88 359,-174.88 359,-174.88 359,-168.88 365,-162.88 371,-162.88 371,-162.88 417,-162.88 417,-162.88 423,-162.88 429,-168.88 429,-174.88 429,-174.88 429,-186.88 429,-186.88 429,-192.88 423,-198.88 417,-198.88"/>
|
|
229
|
+
<text xml:space="preserve" text-anchor="middle" x="394" y="-183.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">AWS</text>
|
|
230
|
+
<text xml:space="preserve" text-anchor="middle" x="394" y="-170.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">90 services</text>
|
|
230
231
|
</g>
|
|
231
232
|
<!-- Registry->AWS -->
|
|
232
233
|
<g id="edge13" class="edge">
|
|
233
234
|
<title>Registry->AWS</title>
|
|
234
|
-
<path fill="none" stroke="#34d399" stroke-width="1.3" d="
|
|
235
|
-
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="
|
|
235
|
+
<path fill="none" stroke="#34d399" stroke-width="1.3" d="M386.07,-312.76C387.62,-287.19 390.5,-239.57 392.33,-209.36"/>
|
|
236
|
+
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="395.13,-209.59 392.81,-201.43 389.54,-209.25 395.13,-209.59"/>
|
|
236
237
|
</g>
|
|
237
238
|
<!-- SDR -->
|
|
238
239
|
<g id="node17" class="node">
|
|
239
240
|
<title>SDR</title>
|
|
240
|
-
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="
|
|
241
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
242
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
241
|
+
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M582.75,-205.12C582.75,-205.12 481.25,-205.12 481.25,-205.12 475.25,-205.12 469.25,-199.12 469.25,-193.12 469.25,-193.12 469.25,-168.62 469.25,-168.62 469.25,-162.62 475.25,-156.62 481.25,-156.62 481.25,-156.62 582.75,-156.62 582.75,-156.62 588.75,-156.62 594.75,-162.62 594.75,-168.62 594.75,-168.62 594.75,-193.12 594.75,-193.12 594.75,-199.12 588.75,-205.12 582.75,-205.12"/>
|
|
242
|
+
<text xml:space="preserve" text-anchor="middle" x="532" y="-190.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">SDR</text>
|
|
243
|
+
<text xml:space="preserve" text-anchor="middle" x="532" y="-177.18" font-family="sans-Serif" font-size="11.00" fill="#0f172a">GQRX · Flipper · RFID</text>
|
|
244
|
+
<text xml:space="preserve" text-anchor="middle" x="532" y="-163.68" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Decoder::* (20)</text>
|
|
243
245
|
</g>
|
|
244
246
|
<!-- Swarm->SDR -->
|
|
245
247
|
<g id="edge14" class="edge">
|
|
246
248
|
<title>Swarm->SDR</title>
|
|
247
|
-
<path fill="none" stroke="#34d399" stroke-width="1.3" d="
|
|
248
|
-
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="
|
|
249
|
+
<path fill="none" stroke="#34d399" stroke-width="1.3" d="M544.34,-312.76C542.08,-288.81 538,-245.5 535.15,-215.28"/>
|
|
250
|
+
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="537.96,-215.25 534.42,-207.55 532.38,-215.77 537.96,-215.25"/>
|
|
249
251
|
</g>
|
|
250
252
|
<!-- Chain -->
|
|
251
253
|
<g id="node18" class="node">
|
|
252
254
|
<title>Chain</title>
|
|
253
|
-
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="
|
|
254
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
255
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
255
|
+
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M693,-198.88C693,-198.88 647,-198.88 647,-198.88 641,-198.88 635,-192.88 635,-186.88 635,-186.88 635,-174.88 635,-174.88 635,-168.88 641,-162.88 647,-162.88 647,-162.88 693,-162.88 693,-162.88 699,-162.88 705,-168.88 705,-174.88 705,-174.88 705,-186.88 705,-186.88 705,-192.88 699,-198.88 693,-198.88"/>
|
|
256
|
+
<text xml:space="preserve" text-anchor="middle" x="670" y="-183.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Blockchain</text>
|
|
257
|
+
<text xml:space="preserve" text-anchor="middle" x="670" y="-170.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">BTC · ETH</text>
|
|
256
258
|
</g>
|
|
257
259
|
<!-- Swarm->Chain -->
|
|
258
260
|
<g id="edge15" class="edge">
|
|
259
261
|
<title>Swarm->Chain</title>
|
|
260
|
-
<path fill="none" stroke="#34d399" stroke-width="1.3" d="
|
|
261
|
-
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="
|
|
262
|
+
<path fill="none" stroke="#34d399" stroke-width="1.3" d="M560.71,-312.76C582.62,-286.52 623.92,-237.06 649,-207.03"/>
|
|
263
|
+
<polygon fill="#34d399" stroke="#34d399" stroke-width="1.3" points="651.07,-208.92 654.05,-200.98 646.77,-205.33 651.07,-208.92"/>
|
|
262
264
|
</g>
|
|
263
265
|
<!-- Bounty -->
|
|
264
266
|
<g id="node19" class="node">
|
|
265
267
|
<title>Bounty</title>
|
|
266
|
-
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="
|
|
267
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
268
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
268
|
+
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M818.88,-198.88C818.88,-198.88 757.12,-198.88 757.12,-198.88 751.12,-198.88 745.12,-192.88 745.12,-186.88 745.12,-186.88 745.12,-174.88 745.12,-174.88 745.12,-168.88 751.12,-162.88 757.12,-162.88 757.12,-162.88 818.88,-162.88 818.88,-162.88 824.88,-162.88 830.88,-168.88 830.88,-174.88 830.88,-174.88 830.88,-186.88 830.88,-186.88 830.88,-192.88 824.88,-198.88 818.88,-198.88"/>
|
|
269
|
+
<text xml:space="preserve" text-anchor="middle" x="788" y="-183.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Bounty</text>
|
|
270
|
+
<text xml:space="preserve" text-anchor="middle" x="788" y="-170.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">lifecycle replay</text>
|
|
269
271
|
</g>
|
|
270
272
|
<!-- Prompt->Bounty -->
|
|
271
273
|
<!-- Reports -->
|
|
272
274
|
<g id="node20" class="node">
|
|
273
275
|
<title>Reports</title>
|
|
274
|
-
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="
|
|
275
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
276
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
276
|
+
<path fill="#6ee7b7" stroke="#334155" stroke-width="1.4" d="M943.12,-198.88C943.12,-198.88 882.88,-198.88 882.88,-198.88 876.88,-198.88 870.88,-192.88 870.88,-186.88 870.88,-186.88 870.88,-174.88 870.88,-174.88 870.88,-168.88 876.88,-162.88 882.88,-162.88 882.88,-162.88 943.12,-162.88 943.12,-162.88 949.12,-162.88 955.12,-168.88 955.12,-174.88 955.12,-174.88 955.12,-186.88 955.12,-186.88 955.12,-192.88 949.12,-198.88 943.12,-198.88"/>
|
|
277
|
+
<text xml:space="preserve" text-anchor="middle" x="913" y="-183.93" font-family="sans-Serif" font-size="11.00" fill="#0f172a">Reports</text>
|
|
278
|
+
<text xml:space="preserve" text-anchor="middle" x="913" y="-170.43" font-family="sans-Serif" font-size="11.00" fill="#0f172a">HTML · JSON</text>
|
|
277
279
|
</g>
|
|
278
280
|
<!-- Prompt->Reports -->
|
|
279
281
|
<!-- Memory -->
|
|
280
282
|
<g id="node21" class="node">
|
|
281
283
|
<title>Memory</title>
|
|
282
|
-
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M93.75,-
|
|
283
|
-
<path fill="none" stroke="#334155" stroke-width="1.4" d="M93.75,-
|
|
284
|
-
<text xml:space="preserve" text-anchor="middle" x="55" y="-
|
|
284
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M93.75,-54.79C93.75,-56.6 76.38,-58.06 55,-58.06 33.62,-58.06 16.25,-56.6 16.25,-54.79 16.25,-54.79 16.25,-25.34 16.25,-25.34 16.25,-23.53 33.62,-22.06 55,-22.06 76.38,-22.06 93.75,-23.53 93.75,-25.34 93.75,-25.34 93.75,-54.79 93.75,-54.79"/>
|
|
285
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M93.75,-54.79C93.75,-52.98 76.38,-51.52 55,-51.52 33.62,-51.52 16.25,-52.98 16.25,-54.79"/>
|
|
286
|
+
<text xml:space="preserve" text-anchor="middle" x="55" y="-36.36" font-family="sans-Serif" font-size="11.00" fill="#0f172a">memory.json</text>
|
|
285
287
|
</g>
|
|
286
288
|
<!-- Prompt->Memory -->
|
|
287
|
-
<g id="
|
|
289
|
+
<g id="edge30" class="edge">
|
|
288
290
|
<title>Prompt->Memory</title>
|
|
289
|
-
<path fill="none" stroke="#fbbf24" stroke-width="1.3" stroke-dasharray="5,2" d="
|
|
290
|
-
<polygon fill="#fbbf24" stroke="#fbbf24" stroke-width="1.3" points="
|
|
291
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
291
|
+
<path fill="none" stroke="#fbbf24" stroke-width="1.3" stroke-dasharray="5,2" d="M778.21,-329.72C840.46,-324.99 928.72,-307.12 973,-246.62 998.72,-211.48 1003.02,-180.18 973,-148.62 907.14,-79.38 200.45,-146.35 114,-105.62 92.71,-95.6 75.57,-74.04 65.36,-58.6"/>
|
|
292
|
+
<polygon fill="#fbbf24" stroke="#fbbf24" stroke-width="1.3" points="778.21,-326.92 770.41,-330.24 778.58,-332.5 778.21,-326.92"/>
|
|
293
|
+
<text xml:space="preserve" text-anchor="middle" x="1004.81" y="-177.57" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">inject</text>
|
|
292
294
|
</g>
|
|
293
295
|
<!-- Plugins->Target -->
|
|
294
|
-
<g id="
|
|
296
|
+
<g id="edge29" class="edge">
|
|
295
297
|
<title>Plugins->Target</title>
|
|
296
|
-
<path fill="none" stroke="#fb7185" stroke-width="2" d="M75.
|
|
297
|
-
<polygon fill="#fb7185" stroke="#fb7185" stroke-width="2" points="
|
|
298
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
298
|
+
<path fill="none" stroke="#fb7185" stroke-width="2" d="M75.58,-199.48C85.1,-214.99 101.25,-236.62 122,-246.62 141.43,-256 294.47,-253.25 316,-254.62 429.97,-261.92 748.87,-216.78 828,-299.12 902.44,-376.59 873.01,-519.39 854.13,-584.68"/>
|
|
299
|
+
<polygon fill="#fb7185" stroke="#fb7185" stroke-width="2" points="851.46,-583.84 851.85,-592.31 856.83,-585.45 851.46,-583.84"/>
|
|
300
|
+
<text xml:space="preserve" text-anchor="middle" x="886.71" y="-407.07" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">attack</text>
|
|
299
301
|
</g>
|
|
300
302
|
<!-- Plugins->Memory -->
|
|
301
303
|
<g id="edge19" class="edge">
|
|
302
304
|
<title>Plugins->Memory</title>
|
|
303
|
-
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="
|
|
304
|
-
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="59.
|
|
305
|
+
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M64.61,-162.29C62.73,-138.62 59.37,-96.25 57.17,-68.4"/>
|
|
306
|
+
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="59.96,-68.22 56.54,-60.46 54.38,-68.66 59.96,-68.22"/>
|
|
305
307
|
</g>
|
|
306
308
|
<!-- Skills -->
|
|
307
309
|
<g id="node22" class="node">
|
|
308
310
|
<title>Skills</title>
|
|
309
|
-
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M198,-
|
|
310
|
-
<path fill="none" stroke="#334155" stroke-width="1.4" d="M198,-
|
|
311
|
-
<text xml:space="preserve" text-anchor="middle" x="166" y="-
|
|
311
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M198,-54.79C198,-56.6 183.66,-58.06 166,-58.06 148.34,-58.06 134,-56.6 134,-54.79 134,-54.79 134,-25.34 134,-25.34 134,-23.53 148.34,-22.06 166,-22.06 183.66,-22.06 198,-23.53 198,-25.34 198,-25.34 198,-54.79 198,-54.79"/>
|
|
312
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M198,-54.79C198,-52.98 183.66,-51.52 166,-51.52 148.34,-51.52 134,-52.98 134,-54.79"/>
|
|
313
|
+
<text xml:space="preserve" text-anchor="middle" x="166" y="-36.36" font-family="sans-Serif" font-size="11.00" fill="#0f172a">skills/*.md</text>
|
|
312
314
|
</g>
|
|
313
315
|
<!-- SAST->Skills -->
|
|
314
316
|
<g id="edge20" class="edge">
|
|
315
317
|
<title>SAST->Skills</title>
|
|
316
|
-
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="
|
|
317
|
-
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="169.
|
|
318
|
+
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M168.62,-162.29C168.11,-138.62 167.19,-96.25 166.59,-68.4"/>
|
|
319
|
+
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="169.39,-68.41 166.42,-60.47 163.79,-68.53 169.39,-68.41"/>
|
|
318
320
|
</g>
|
|
319
321
|
<!-- Learn -->
|
|
320
322
|
<g id="node23" class="node">
|
|
321
323
|
<title>Learn</title>
|
|
322
|
-
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M317.5,-
|
|
323
|
-
<path fill="none" stroke="#334155" stroke-width="1.4" d="M317.5,-
|
|
324
|
-
<text xml:space="preserve" text-anchor="middle" x="278" y="-
|
|
324
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M317.5,-54.79C317.5,-56.6 299.8,-58.06 278,-58.06 256.2,-58.06 238.5,-56.6 238.5,-54.79 238.5,-54.79 238.5,-25.34 238.5,-25.34 238.5,-23.53 256.2,-22.06 278,-22.06 299.8,-22.06 317.5,-23.53 317.5,-25.34 317.5,-25.34 317.5,-54.79 317.5,-54.79"/>
|
|
325
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M317.5,-54.79C317.5,-52.98 299.8,-51.52 278,-51.52 256.2,-51.52 238.5,-52.98 238.5,-54.79"/>
|
|
326
|
+
<text xml:space="preserve" text-anchor="middle" x="278" y="-36.36" font-family="sans-Serif" font-size="11.00" fill="#0f172a">learning.jsonl</text>
|
|
325
327
|
</g>
|
|
326
328
|
<!-- WWW->Learn -->
|
|
327
329
|
<g id="edge21" class="edge">
|
|
328
330
|
<title>WWW->Learn</title>
|
|
329
|
-
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="
|
|
330
|
-
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="280.
|
|
331
|
+
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M278,-162.29C278,-138.62 278,-96.25 278,-68.4"/>
|
|
332
|
+
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="280.8,-68.47 278,-60.47 275.2,-68.47 280.8,-68.47"/>
|
|
331
333
|
</g>
|
|
332
334
|
<!-- Metrics -->
|
|
333
335
|
<g id="node24" class="node">
|
|
334
336
|
<title>Metrics</title>
|
|
335
|
-
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M430.5,-
|
|
336
|
-
<path fill="none" stroke="#334155" stroke-width="1.4" d="M430.5,-
|
|
337
|
-
<text xml:space="preserve" text-anchor="middle" x="394" y="-
|
|
337
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M430.5,-54.79C430.5,-56.6 414.14,-58.06 394,-58.06 373.86,-58.06 357.5,-56.6 357.5,-54.79 357.5,-54.79 357.5,-25.34 357.5,-25.34 357.5,-23.53 373.86,-22.06 394,-22.06 414.14,-22.06 430.5,-23.53 430.5,-25.34 430.5,-25.34 430.5,-54.79 430.5,-54.79"/>
|
|
338
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M430.5,-54.79C430.5,-52.98 414.14,-51.52 394,-51.52 373.86,-51.52 357.5,-52.98 357.5,-54.79"/>
|
|
339
|
+
<text xml:space="preserve" text-anchor="middle" x="394" y="-36.36" font-family="sans-Serif" font-size="11.00" fill="#0f172a">metrics.json</text>
|
|
338
340
|
</g>
|
|
339
341
|
<!-- AWS->Metrics -->
|
|
340
342
|
<g id="edge22" class="edge">
|
|
341
343
|
<title>AWS->Metrics</title>
|
|
342
|
-
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="
|
|
343
|
-
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="396.
|
|
344
|
+
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M394,-162.29C394,-138.62 394,-96.25 394,-68.4"/>
|
|
345
|
+
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="396.8,-68.47 394,-60.47 391.2,-68.47 396.8,-68.47"/>
|
|
344
346
|
</g>
|
|
345
|
-
<!--
|
|
347
|
+
<!-- MistF -->
|
|
346
348
|
<g id="node25" class="node">
|
|
349
|
+
<title>MistF</title>
|
|
350
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M551.25,-54.79C551.25,-56.6 533.21,-58.06 511,-58.06 488.79,-58.06 470.75,-56.6 470.75,-54.79 470.75,-54.79 470.75,-25.34 470.75,-25.34 470.75,-23.53 488.79,-22.06 511,-22.06 533.21,-22.06 551.25,-23.53 551.25,-25.34 551.25,-25.34 551.25,-54.79 551.25,-54.79"/>
|
|
351
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M551.25,-54.79C551.25,-52.98 533.21,-51.52 511,-51.52 488.79,-51.52 470.75,-52.98 470.75,-54.79"/>
|
|
352
|
+
<text xml:space="preserve" text-anchor="middle" x="511" y="-36.36" font-family="sans-Serif" font-size="11.00" fill="#0f172a">mistakes.json</text>
|
|
353
|
+
</g>
|
|
354
|
+
<!-- SDR->MistF -->
|
|
355
|
+
<!-- Extro -->
|
|
356
|
+
<g id="node26" class="node">
|
|
347
357
|
<title>Extro</title>
|
|
348
|
-
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="
|
|
349
|
-
<path fill="none" stroke="#334155" stroke-width="1.4" d="
|
|
350
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
358
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M693.12,-59.75C693.12,-62.16 670.21,-64.12 642,-64.12 613.79,-64.12 590.88,-62.16 590.88,-59.75 590.88,-59.75 590.88,-20.38 590.88,-20.38 590.88,-17.96 613.79,-16 642,-16 670.21,-16 693.12,-17.96 693.12,-20.38 693.12,-20.38 693.12,-59.75 693.12,-59.75"/>
|
|
359
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M693.12,-59.75C693.12,-57.34 670.21,-55.38 642,-55.38 613.79,-55.38 590.88,-57.34 590.88,-59.75"/>
|
|
360
|
+
<text xml:space="preserve" text-anchor="middle" x="642" y="-43.11" font-family="sans-Serif" font-size="11.00" fill="#0f172a">extrospection.json</text>
|
|
361
|
+
<text xml:space="preserve" text-anchor="middle" x="642" y="-29.61" font-family="sans-Serif" font-size="11.00" fill="#0f172a">+ rf snapshot</text>
|
|
351
362
|
</g>
|
|
352
363
|
<!-- SDR->Extro -->
|
|
353
|
-
<g id="
|
|
364
|
+
<g id="edge24" class="edge">
|
|
354
365
|
<title>SDR->Extro</title>
|
|
355
|
-
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="
|
|
356
|
-
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="
|
|
366
|
+
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M550.91,-156.01C569.28,-132.83 597.27,-97.51 617.37,-72.14"/>
|
|
367
|
+
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="619.34,-74.17 622.12,-66.16 614.95,-70.69 619.34,-74.17"/>
|
|
357
368
|
</g>
|
|
358
369
|
<!-- Sessions -->
|
|
359
|
-
<g id="
|
|
370
|
+
<g id="node27" class="node">
|
|
360
371
|
<title>Sessions</title>
|
|
361
|
-
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="
|
|
362
|
-
<path fill="none" stroke="#334155" stroke-width="1.4" d="
|
|
363
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
372
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M822.75,-54.79C822.75,-56.6 802.69,-58.06 778,-58.06 753.31,-58.06 733.25,-56.6 733.25,-54.79 733.25,-54.79 733.25,-25.34 733.25,-25.34 733.25,-23.53 753.31,-22.06 778,-22.06 802.69,-22.06 822.75,-23.53 822.75,-25.34 822.75,-25.34 822.75,-54.79 822.75,-54.79"/>
|
|
373
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M822.75,-54.79C822.75,-52.98 802.69,-51.52 778,-51.52 753.31,-51.52 733.25,-52.98 733.25,-54.79"/>
|
|
374
|
+
<text xml:space="preserve" text-anchor="middle" x="778" y="-36.36" font-family="sans-Serif" font-size="11.00" fill="#0f172a">sessions/*.jsonl</text>
|
|
364
375
|
</g>
|
|
365
376
|
<!-- Chain->Sessions -->
|
|
366
|
-
<g id="
|
|
377
|
+
<g id="edge25" class="edge">
|
|
367
378
|
<title>Chain->Sessions</title>
|
|
368
|
-
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="
|
|
369
|
-
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="
|
|
379
|
+
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M683.68,-162.29C702.59,-137.99 736.82,-93.99 758.43,-66.22"/>
|
|
380
|
+
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="760.52,-68.09 763.22,-60.05 756.1,-64.65 760.52,-68.09"/>
|
|
370
381
|
</g>
|
|
371
382
|
<!-- SwarmB -->
|
|
372
|
-
<g id="
|
|
383
|
+
<g id="node28" class="node">
|
|
373
384
|
<title>SwarmB</title>
|
|
374
|
-
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="
|
|
375
|
-
<path fill="none" stroke="#334155" stroke-width="1.4" d="
|
|
376
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
385
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M963.38,-54.79C963.38,-56.6 940.8,-58.06 913,-58.06 885.2,-58.06 862.62,-56.6 862.62,-54.79 862.62,-54.79 862.62,-25.34 862.62,-25.34 862.62,-23.53 885.2,-22.06 913,-22.06 940.8,-22.06 963.38,-23.53 963.38,-25.34 963.38,-25.34 963.38,-54.79 963.38,-54.79"/>
|
|
386
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M963.38,-54.79C963.38,-52.98 940.8,-51.52 913,-51.52 885.2,-51.52 862.62,-52.98 862.62,-54.79"/>
|
|
387
|
+
<text xml:space="preserve" text-anchor="middle" x="913" y="-36.36" font-family="sans-Serif" font-size="11.00" fill="#0f172a">swarm/*/bus.jsonl</text>
|
|
377
388
|
</g>
|
|
378
389
|
<!-- Bounty->SwarmB -->
|
|
379
|
-
<g id="
|
|
390
|
+
<g id="edge26" class="edge">
|
|
380
391
|
<title>Bounty->SwarmB</title>
|
|
381
|
-
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="
|
|
382
|
-
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="
|
|
392
|
+
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M803.83,-162.29C825.81,-137.89 865.68,-93.62 890.67,-65.86"/>
|
|
393
|
+
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="892.71,-67.78 895.98,-59.96 888.55,-64.03 892.71,-67.78"/>
|
|
383
394
|
</g>
|
|
384
395
|
<!-- Reports->User -->
|
|
385
|
-
<g id="
|
|
396
|
+
<g id="edge31" class="edge">
|
|
386
397
|
<title>Reports->User</title>
|
|
387
|
-
<path fill="none" stroke="#38bdf8" stroke-width="2" d="
|
|
388
|
-
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="2" points="
|
|
389
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
398
|
+
<path fill="none" stroke="#38bdf8" stroke-width="2" d="M921.09,-199.42C929.26,-214.88 943.47,-236.47 963,-246.62 980.27,-255.6 1123.22,-241.96 1138,-254.62 1186.19,-295.92 1182.83,-344.75 1147,-397.12 967.12,-660.05 764.37,-507.68 456,-587.62 445.5,-590.35 434.48,-593.87 423.99,-597.57"/>
|
|
399
|
+
<polygon fill="#38bdf8" stroke="#38bdf8" stroke-width="2" points="423.13,-594.91 416.56,-600.27 425.04,-600.17 423.13,-594.91"/>
|
|
400
|
+
<text xml:space="preserve" text-anchor="middle" x="1154.81" y="-407.07" font-family="sans-Serif" font-size="9.00" fill="#cbd5e1">findings</text>
|
|
390
401
|
</g>
|
|
391
402
|
<!-- CronF -->
|
|
392
|
-
<g id="
|
|
403
|
+
<g id="node29" class="node">
|
|
393
404
|
<title>CronF</title>
|
|
394
|
-
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="
|
|
395
|
-
<path fill="none" stroke="#334155" stroke-width="1.4" d="
|
|
396
|
-
<text xml:space="preserve" text-anchor="middle" x="
|
|
405
|
+
<path fill="#fcd34d" stroke="#334155" stroke-width="1.4" d="M1082.5,-54.79C1082.5,-56.6 1064.8,-58.06 1043,-58.06 1021.2,-58.06 1003.5,-56.6 1003.5,-54.79 1003.5,-54.79 1003.5,-25.34 1003.5,-25.34 1003.5,-23.53 1021.2,-22.06 1043,-22.06 1064.8,-22.06 1082.5,-23.53 1082.5,-25.34 1082.5,-25.34 1082.5,-54.79 1082.5,-54.79"/>
|
|
406
|
+
<path fill="none" stroke="#334155" stroke-width="1.4" d="M1082.5,-54.79C1082.5,-52.98 1064.8,-51.52 1043,-51.52 1021.2,-51.52 1003.5,-52.98 1003.5,-54.79"/>
|
|
407
|
+
<text xml:space="preserve" text-anchor="middle" x="1043" y="-36.36" font-family="sans-Serif" font-size="11.00" fill="#0f172a">cron/jobs.yml</text>
|
|
397
408
|
</g>
|
|
398
409
|
<!-- Reports->CronF -->
|
|
399
|
-
<g id="
|
|
410
|
+
<g id="edge27" class="edge">
|
|
400
411
|
<title>Reports->CronF</title>
|
|
401
|
-
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="
|
|
402
|
-
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="
|
|
412
|
+
<path fill="none" stroke="#f59e0b" stroke-width="1.3" d="M929.73,-162.21C943.93,-147.18 964.84,-125.03 983,-105.62 995.3,-92.49 1008.96,-77.8 1020.13,-65.75"/>
|
|
413
|
+
<polygon fill="#f59e0b" stroke="#f59e0b" stroke-width="1.3" points="1022.01,-67.84 1025.4,-60.07 1017.9,-64.04 1022.01,-67.84"/>
|
|
403
414
|
</g>
|
|
404
415
|
</g>
|
|
405
416
|
</svg>
|