DEV Community

Agastya Khati
Agastya Khati

Posted on

Request for Community Support: SignalOps Nexus in the Finals of an International Cybersecurity Competition

Built SignalOps Nexus to Turn GitHub Security Alerts into Actual Remediation
After weeks of building, debugging, and refining, my project SignalOps Nexus has reached the final stage of an international cybersecurity competition.

Right now I'm sitting in 2nd place, and the winner will be decided by community votes over the next 24 hours.
If you find the project interesting, I'd really appreciate your support. It takes less than a minute to vote, and I've included a quick voting guide below.

This competition means far more to me than simply winning a trophy or earning recognition. As a student and an independent developer, every opportunity like this has the potential to shape my future. The visibility from winning could open doors to internships, collaborations, and career opportunities, while the prize would also provide meaningful financial support that I can put toward my education, development tools, and the responsibilities I manage outside of building projects. I spent countless late nights turning an idea into a working security solution, and reaching the finals has already been an incredible milestone. If you believe in building practical security tools that solve real problems, I'd be truly grateful for your support. Every single vote brings me one step closer to making this journey count.

The Problem

Security teams don't have an alert problem.
They have an execution problem.
Most security tools are great at telling you something is wrong:

  • A repository is public.
  • Branch protection is missing.
  • Secrets might be exposed.
  • CODEOWNERS doesn't exist.
  • SECURITY.md is missing.

Then... someone has to figure out:

  • Who owns this repository?
  • How serious is it?
  • Who should fix it?
  • What exactly needs to be done?
  • How do we verify the fix?
  • What evidence do we keep for audits?

That manual work often takes much longer than finding the issue itself.

Introducing SignalOps Nexus

SignalOps Nexus: GitHub Risk-to-Remediation Router
Instead of generating another security alert, SignalOps Nexus converts GitHub repository risk signals into owner-assigned remediation packages.

The workflow automatically produces:

  • Repository risk analysis
  • Structured risk score
  • Severity classification
  • Owner assignment
  • SLA recommendation
  • Prioritized remediation steps
  • Mock Slack routing
  • Mock Jira ticket
  • Verification checklist
  • Audit evidence

The goal is simple:
Move from "we detected a problem" to "someone knows exactly what to fix."

How it Works:

The demo uses Sola's GitHub Cloud integration against a live GitHub repository.
It analyzes repository security posture including:

  • Public visibility
  • Missing branch protection
  • Missing CODEOWNERS
  • Missing SECURITY.md
  • GitHub workflow risks
  • Repository ownership
  • Recent activity

These signals are transformed into a complete remediation package instead of another dashboard alert.

Why I Built It?

Most security demos stop after showing detection.
Real security work starts after detection.
I wanted to demonstrate what happens next—how findings become assigned, verified, and audit-ready actions.
It's not the flashiest part of cybersecurity, but it's one of the most important.

I'm Currently in 2nd Place 🏆

The competition ends in just over 24 hours, and every vote genuinely matters.
If you think this project deserves it, I'd be incredibly grateful for your support.

How to Vote:

Top comments (2)

Collapse
 
waasilaasif profile image
Waasila Asif

Hey I will surely vote. But I had a few questions which I would be grateful if you could answer.

  1. How is it different from the security already provided in github. Like we can still manipulate that code not be changes and access controls
  2. Can you tell me more about your journery. I really want to get into the field as well but as a student I dont have much of an exposure
  3. Any advice for people starting out?

Best of luck for your competition <3

Collapse
 
agastya_khati_f72c89077c8 profile image
Agastya Khati
  1. How is it different from the security already provided in GitHub?
    GitHub already provides great security features like branch protection, secret scanning, Dependabot, and access controls. SignalOps Nexus isn't trying to replace those. It's focused on what happens after a risky repository is detected. Instead of just showing an alert, it automatically builds a remediation package with risk scoring, owner assignment, recommended fixes, mock Slack/Jira routing, a verification checklist, and audit evidence. It's more of a security operations (SecOps) workflow that helps teams go from detection to remediation faster.

  2. Can you tell me more about your journey?
    Honestly, I'm still a student, so I'm learning every day. Most of what I've learned has come from building projects, participating in hackathons, reading documentation, and breaking things until I understood how they worked.

  3. Any advice for people starting out?
    Don't wait until you feel "ready." Just start building stuff. Pick one area that interests you web security, cloud, DevSecOps, SOC, whatever and make small projects around it. Hackathons, CTFs, and open-source contributions helped me way more than collecting certificates. Also, don't compare yourself to people with years of experience just keep shipping projects and documenting what you learn