Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ <h3>SandGNAT</h3>
<div class="card card-red">
<span class="card-tag">Addon</span>
<h3>RedGNAT</h3>
<p>Continuous automated red teaming — ingest threat intel, construct adversary emulation scenarios, execute with safety controls.</p>
<p>Continuous automated readiness testing — ingest threat intel, construct adversary emulation scenarios, execute with safety controls.</p>
<a class="card-link card-link-red" href="https://wrhalpin.github.io/RedGNAT/">Learn more</a>
</div>
<div class="card card-sense">
<span class="card-tag">Addon</span>
<h3>SenseGNAT</h3>
<p>Network sensor and honeypot telemetry — high-volume ingestion from Kafka topics, Redis dedup, automatic campaign linking.</p>
<p>Network profiling and behavior analysis that surfaces anomalies and enriches GNAT investigations with traffic-layer context using network sensor and honeypot telemetry — high-volume ingestion from Kafka topics, Redis dedup, automatic campaign linking.</p>
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The SenseGNAT card description is significantly longer than the other cards, which makes the addon grid harder to scan and can lead to awkward/uneven card sizing on the landing page (especially on narrow viewports). Consider shortening this to a concise one-liner and moving the extra detail to the linked SenseGNAT page.

Suggested change
<p>Network profiling and behavior analysis that surfaces anomalies and enriches GNAT investigations with traffic-layer context using network sensor and honeypot telemetry — high-volume ingestion from Kafka topics, Redis dedup, automatic campaign linking.</p>
<p>Network profiling and behavior analysis for GNAT investigations.</p>

Copilot uses AI. Check for mistakes.
<a class="card-link card-link-sense" href="https://wrhalpin.github.io/SenseGNAT/">Learn more</a>
</div>
</div>
Expand Down
Loading