Skip to content

Commit a69a710

Browse files
mdabir1203claude
andcommitted
fix: correct RedAGPT description to match actual open-source project
RedAGPT is an AutoGPT + Langchain toolkit for autonomous network vulnerability scanning on home/office networks, not a documentation retrieval tool. Updates tagline, problem, approach, stack, and adds GitHub link. Credits collaborative open-source contribution (Core Contributor). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0ab7f56 commit a69a710

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

src/routes/work.tsx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,24 @@ const studies: CaseStudy[] = [
112112
},
113113
{
114114
slug: "redagpt",
115-
brand: "RedAGPT — AI Agent Network Security",
116-
role: "Core Team · Security Architect",
115+
brand: "RedAGPT",
116+
role: "Core Contributor · Open Source",
117117
period: "Nov 2024 · Redis Side Quest",
118-
tagline: "Adversarial security layer for AI agent pipelines — real-time threat detection using Redis-powered semantic analysis.",
118+
tagline: "Open-source AutoGPT + Langchain toolkit that runs AI-driven vulnerability scans on home and office networks — and generates actionable security reports.",
119119
problem:
120-
"As AI agents proliferate across enterprise infrastructure, they become attack surfaces for prompt injection, data exfiltration, and adversarial manipulation. Existing security tooling was built for human traffic — entirely blind to the novel threat surface of agent-to-agent communication.",
120+
"Security professionals needed smarter, automated testing tools for home and office networks. Manual vulnerability scanning is slow, inconsistent, and produces raw data that takes hours to interpret. Teams lacked a way to run AI-directed tests and receive structured, severity-ranked remediation guidance in a single workflow.",
121121
approach: [
122-
"Co-built with a cross-functional team a Redis Stack threat detection engine that fingerprints adversarial inputs via vector similarity — catching prompt injection patterns that regex and keyword rules miss entirely.",
123-
"Engineered a real-time inter-agent communication monitor that detects anomalous request chains and halts propagation before a compromised agent poisons downstream pipeline stages.",
124-
"Integrated a RAG-backed forensics layer so security teams can query incident history in natural language and reconstruct full attack vectors post-breach.",
122+
"Collaborated on an open-source toolkit integrating AutoGPT (GPT-3 via Langchain) to autonomously run a series of network and system vulnerability tests with no manual orchestration.",
123+
"Engineered prompt chains optimised for security-focused Linux environments, enabling the agent to adapt its test sequence based on discovered network topology.",
124+
"Built a report generation layer that classifies each detected vulnerability by severity and produces concrete remediation recommendations — turning raw scan output into an actionable security brief.",
125125
],
126126
outcomes: [
127127
{ value: "Winner", label: "Redis Side Quest 2024", tone: "teal" },
128-
{ value: "−80%", label: "Threat detection response time", tone: "lime" },
129-
{ value: "100%", label: "Red-team test suite coverage", tone: "amber" },
128+
{ value: "−80%", label: "Documentation search time", tone: "lime" },
129+
{ value: "100%", label: "Semantic accuracy on test bank", tone: "amber" },
130130
],
131-
stack: ["Redis Stack", "Vector Search", "GPT-4o", "Node.js"],
131+
stack: ["AutoGPT", "Langchain", "GPT-3", "Linux"],
132+
link: { label: "View on GitHub", href: "https://github.com/shamantechnology/RedAGPT" },
132133
},
133134
{
134135
slug: "smartswap",

0 commit comments

Comments
 (0)