From da3fe652409a146f45fc7a0b2f02732c7367d9b4 Mon Sep 17 00:00:00 2001 From: d4rm5 Date: Wed, 15 Apr 2026 23:16:24 -0300 Subject: [PATCH 1/3] Add Red Guild profile and AI plugin metadata Made-with: Cursor --- public/.well-known/ai-plugin.json | 19 +++++++++++ public/agents.md | 52 +++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 public/.well-known/ai-plugin.json create mode 100644 public/agents.md diff --git a/public/.well-known/ai-plugin.json b/public/.well-known/ai-plugin.json new file mode 100644 index 0000000..470c0b4 --- /dev/null +++ b/public/.well-known/ai-plugin.json @@ -0,0 +1,19 @@ +{ + "schema_version": "v1", + "name_for_model": "theredguild_profile", + "name_for_human": "The Red Guild", + "description_for_model": "Read-only profile of The Red Guild: a collective of security researchers and hackers. Contains links, projects, and professional information.", + "description_for_human": "The Red Guild's profile and projects", + "auth": { + "type": "none" + }, + "api": { + "type": "none" + }, + "logo_url": "https://theredguild.org/favicon.ico", + "contact_email": "hello@theredguild.org", + "legal_info_url": "https://theredguild.org", + "homepage_url": "https://theredguild.org", + "profile_url": "https://theredguild.org/agents.md", + "category": "professional_profile" +} diff --git a/public/agents.md b/public/agents.md new file mode 100644 index 0000000..611373e --- /dev/null +++ b/public/agents.md @@ -0,0 +1,52 @@ +# The Red Guild + +> Security Collective + +## Our Ethos + +The Red Guild is a security collective devoted to protecting the open crypto ecosystem. We move like a guild: research, education, and open-source tooling built in public for the benefit of the community. + +Our work blends adversarial rigor with public-good intent. We investigate threats, teach defenders, and ship practical tools that raise the baseline for everyone. + +### What we do +- Security research, advisories, and investigations +- Education programs, workshops, and awareness campaigns +- Open-source tooling for safer development + +### How we work +- Community-first collaboration and open knowledge +- Responsible disclosure and transparent reporting +- Iterative practice, shared playbooks, repeatable wins + +## Initiatives + +Our initiatives turn security knowledge into practical impact: training, tooling, research, and public resources that anyone can use to harden crypto systems. + +- **Phishing Dojo**: Face the most notorious scam and phishing threats in the web3 ecosystem with the Phishing Dojo's immersive challenges. Can you spot them all? [Enter the Phishing Dojo](https://phishingdojo.com/) +- **Damn Vulnerable DeFi**: The renowned challenges to dive into real-world smart contract security, featuring the most vulnerable Solidity contracts ever witnessed. [Explore Damn Vulnerable DeFi](https://www.damnvulnerabledefi.xyz/) +- **Security Frameworks**: A curated resource full of best practices and potential pitfalls in crypto security, collaborating with industry experts at Security Alliance (SEAL). [Browse the Security Frameworks](https://frameworks.securityalliance.org/) +- **Education & awareness**: We organize, coordinate and participate in conferences, workshops and hackathons. With a strong foothold in LATAM. +- **Security Research & Advisories**: Public investigations and technical posts like the Ethereum 7702 accounts deep dive, VSCode extensions audit, and the SLOVENLY COMET advisory. +- **Open-Source Tooling**: We build open-source repositories to promote safer development environments. +- **Blog**: Long-form writeups on security research, incident analysis, and guild updates. [Read The Red Guild blog](https://blog.theredguild.org/) + +## Members + +- **matta** - Security Knowmad (Founder) +- **tincho** - Ethereum Security Researcher (Founder) +- **dantesito** - Permanent Intern (Core Contributor) +- **Manut0r** - Lead Developer + +## Contact + +For general inquiries, partnerships, disclosures, speaking, and collaboration. +You can also DM members directly via their socials in the Members page. + +### Emergency channels +- Intel and info reports: [@seal_tips_bot](https://t.me/seal_tips_bot) +- Serious active incidents: [@seal_911_bot](https://t.me/seal_911_bot) +- For escalation context, ask for Matta. + +--- + + From d9d7de2f0a7f4994280b109ace98d79840b5a85e Mon Sep 17 00:00:00 2001 From: d4rm5 Date: Wed, 15 Apr 2026 23:17:17 -0300 Subject: [PATCH 2/3] Update Red Guild profile with education and YouTube links Adds references to the Ethereum security hub, YouTube channel, and clarifies educational initiatives. Made-with: Cursor --- public/agents.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/agents.md b/public/agents.md index 611373e..82d3aac 100644 --- a/public/agents.md +++ b/public/agents.md @@ -25,10 +25,11 @@ Our initiatives turn security knowledge into practical impact: training, tooling - **Phishing Dojo**: Face the most notorious scam and phishing threats in the web3 ecosystem with the Phishing Dojo's immersive challenges. Can you spot them all? [Enter the Phishing Dojo](https://phishingdojo.com/) - **Damn Vulnerable DeFi**: The renowned challenges to dive into real-world smart contract security, featuring the most vulnerable Solidity contracts ever witnessed. [Explore Damn Vulnerable DeFi](https://www.damnvulnerabledefi.xyz/) - **Security Frameworks**: A curated resource full of best practices and potential pitfalls in crypto security, collaborating with industry experts at Security Alliance (SEAL). [Browse the Security Frameworks](https://frameworks.securityalliance.org/) -- **Education & awareness**: We organize, coordinate and participate in conferences, workshops and hackathons. With a strong foothold in LATAM. +- **Education & awareness**: We organize, coordinate and participate in conferences, workshops and hackathons, including our Ethereum security hub at [eth.theredguild.org](https://eth.theredguild.org/). With a strong foothold in LATAM. - **Security Research & Advisories**: Public investigations and technical posts like the Ethereum 7702 accounts deep dive, VSCode extensions audit, and the SLOVENLY COMET advisory. - **Open-Source Tooling**: We build open-source repositories to promote safer development environments. - **Blog**: Long-form writeups on security research, incident analysis, and guild updates. [Read The Red Guild blog](https://blog.theredguild.org/) +- **YouTube channel**: Talks, workshops, and live sessions from the guild. [Watch The Red Guild on YouTube](https://youtube.com/@watchtheredguild) ## Members From 2803d30e157f696c3ebbf45e9649b2313e2356c6 Mon Sep 17 00:00:00 2001 From: d4rm5 Date: Wed, 15 Apr 2026 23:45:08 -0300 Subject: [PATCH 3/3] Replace agents profile with llmstxt-compliant index Made-with: Cursor --- public/.well-known/ai-plugin.json | 19 ----------- public/agents.md | 53 ------------------------------- public/llms.txt | 31 ++++++++++++++++++ 3 files changed, 31 insertions(+), 72 deletions(-) delete mode 100644 public/.well-known/ai-plugin.json delete mode 100644 public/agents.md create mode 100644 public/llms.txt diff --git a/public/.well-known/ai-plugin.json b/public/.well-known/ai-plugin.json deleted file mode 100644 index 470c0b4..0000000 --- a/public/.well-known/ai-plugin.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "schema_version": "v1", - "name_for_model": "theredguild_profile", - "name_for_human": "The Red Guild", - "description_for_model": "Read-only profile of The Red Guild: a collective of security researchers and hackers. Contains links, projects, and professional information.", - "description_for_human": "The Red Guild's profile and projects", - "auth": { - "type": "none" - }, - "api": { - "type": "none" - }, - "logo_url": "https://theredguild.org/favicon.ico", - "contact_email": "hello@theredguild.org", - "legal_info_url": "https://theredguild.org", - "homepage_url": "https://theredguild.org", - "profile_url": "https://theredguild.org/agents.md", - "category": "professional_profile" -} diff --git a/public/agents.md b/public/agents.md deleted file mode 100644 index 82d3aac..0000000 --- a/public/agents.md +++ /dev/null @@ -1,53 +0,0 @@ -# The Red Guild - -> Security Collective - -## Our Ethos - -The Red Guild is a security collective devoted to protecting the open crypto ecosystem. We move like a guild: research, education, and open-source tooling built in public for the benefit of the community. - -Our work blends adversarial rigor with public-good intent. We investigate threats, teach defenders, and ship practical tools that raise the baseline for everyone. - -### What we do -- Security research, advisories, and investigations -- Education programs, workshops, and awareness campaigns -- Open-source tooling for safer development - -### How we work -- Community-first collaboration and open knowledge -- Responsible disclosure and transparent reporting -- Iterative practice, shared playbooks, repeatable wins - -## Initiatives - -Our initiatives turn security knowledge into practical impact: training, tooling, research, and public resources that anyone can use to harden crypto systems. - -- **Phishing Dojo**: Face the most notorious scam and phishing threats in the web3 ecosystem with the Phishing Dojo's immersive challenges. Can you spot them all? [Enter the Phishing Dojo](https://phishingdojo.com/) -- **Damn Vulnerable DeFi**: The renowned challenges to dive into real-world smart contract security, featuring the most vulnerable Solidity contracts ever witnessed. [Explore Damn Vulnerable DeFi](https://www.damnvulnerabledefi.xyz/) -- **Security Frameworks**: A curated resource full of best practices and potential pitfalls in crypto security, collaborating with industry experts at Security Alliance (SEAL). [Browse the Security Frameworks](https://frameworks.securityalliance.org/) -- **Education & awareness**: We organize, coordinate and participate in conferences, workshops and hackathons, including our Ethereum security hub at [eth.theredguild.org](https://eth.theredguild.org/). With a strong foothold in LATAM. -- **Security Research & Advisories**: Public investigations and technical posts like the Ethereum 7702 accounts deep dive, VSCode extensions audit, and the SLOVENLY COMET advisory. -- **Open-Source Tooling**: We build open-source repositories to promote safer development environments. -- **Blog**: Long-form writeups on security research, incident analysis, and guild updates. [Read The Red Guild blog](https://blog.theredguild.org/) -- **YouTube channel**: Talks, workshops, and live sessions from the guild. [Watch The Red Guild on YouTube](https://youtube.com/@watchtheredguild) - -## Members - -- **matta** - Security Knowmad (Founder) -- **tincho** - Ethereum Security Researcher (Founder) -- **dantesito** - Permanent Intern (Core Contributor) -- **Manut0r** - Lead Developer - -## Contact - -For general inquiries, partnerships, disclosures, speaking, and collaboration. -You can also DM members directly via their socials in the Members page. - -### Emergency channels -- Intel and info reports: [@seal_tips_bot](https://t.me/seal_tips_bot) -- Serious active incidents: [@seal_911_bot](https://t.me/seal_911_bot) -- For escalation context, ask for Matta. - ---- - - diff --git a/public/llms.txt b/public/llms.txt new file mode 100644 index 0000000..fdf37f9 --- /dev/null +++ b/public/llms.txt @@ -0,0 +1,31 @@ +# The Red Guild + +> Advancing crypto security with research, tools, and resources for the public good. + +The Red Guild is a security collective devoted to protecting the open crypto ecosystem through research, education, and open-source tooling. We investigate threats, teach defenders, and ship practical tools that raise the baseline for everyone. + +Important notes: + +- We emphasize community-first collaboration, open knowledge, and responsible disclosure. +- Our work blends adversarial rigor with public-good intent. +- We focus on practical, repeatable security wins across research, education, and open-source tooling. + +## Docs & pages + +- [Main site](https://theredguild.org/): Overview of The Red Guild, initiatives, and public resources. +- [Members](https://theredguild.org/members): Roster of members with profiles, skills, and focus areas. +- [Contact](https://theredguild.org/contact): Contact information, disclosure channels, and escalation guidance. +- [Blog](https://blog.theredguild.org/): Long-form writeups on security research, incident analysis, and guild updates. + +## Initiatives + +- [Phishing Dojo](https://phishingdojo.com/): Immersive challenges to practice spotting scam and phishing threats common in the web3 ecosystem. +- [Damn Vulnerable DeFi](https://www.damnvulnerabledefi.xyz/): Real-world smart contract security challenges built on intentionally vulnerable Solidity contracts. +- [Security Frameworks](https://frameworks.securityalliance.org/): Curated crypto security best practices and pitfalls, in collaboration with Security Alliance (SEAL). +- [Ethereum security hub](https://eth.theredguild.org/): Ethereum security hub at events, including conferences, workshops, and hackathons with a strong foothold in LATAM. +- [The Red Guild YouTube channel](https://youtube.com/@watchtheredguild): Talks, workshops, and live sessions from the guild. + +## Contact + +- [Intel and info reports](https://t.me/seal_tips_bot): Channel for intel and information reports related to security issues. +- [Serious active incidents](https://t.me/seal_911_bot): Escalation channel for serious active incidents; ask for Matta for escalation context.