Skip to content

Commit 02bd2bf

Browse files
committed
updates
1 parent 8a41499 commit 02bd2bf

File tree

2 files changed

+80
-25
lines changed

2 files changed

+80
-25
lines changed

blog/_layouts/default.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
2929

3030
<nav>
3131
<a href="{{ site.baseurl }}/">Home</a>
32-
<a href="{{ site.baseurl }}/getting-started">Getting Started</a>
3332
<a href="{{ site.baseurl }}/search">Search</a>
3433
<a href="{{ site.baseurl }}/about">About</a>
35-
<a href="{{ site.baseurl }}/archive">Archive</a>
3634
</nav>
3735
</header>
3836
</div>

blog/_pages/about.md

Lines changed: 80 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,83 @@ title: About
44
permalink: /about/
55
---
66

7-
[Reverie](https://github.com/amitmerchant1990/reverie) is a Jekyll theme which is simple and opinionated. It's actually a fork of [jekyll-now](https://github.com/barryclark/jekyll-now) with some additional features and personal touches which I've implemented to suit my needs for [my blog](https://www.amitmerchant.com).
8-
9-
This is a plug-and-play Jekyll theme which you can use on GitHub Pages without even setting up a local environment.
10-
11-
## Features
12-
13-
- Command-line free fork-first workflow, using GitHub.com to create, customize and post to your blog
14-
- Fully responsive and mobile optimized base theme
15-
- Sass/Coffeescript support using Jekyll 2.0
16-
- Free hosting on your GitHub Pages user site
17-
- All the SEO goodies comes in-built
18-
- Markdown blogging
19-
- Syntax highlighting using Pygments
20-
- [Dracula syntax theme](https://draculatheme.com/) included
21-
- Disqus commenting
22-
- Google Analytics integration
23-
- Fuzzy search across blog posts
24-
- Pagination of posts works out-of-the-box.
25-
- Categorize posts out-of-the box
26-
- RSS Feed
27-
- In-built sitemap
28-
29-
Learn more about it [here](https://github.com/amitmerchant1990/reverie) on how to get started.
7+
# About ThirdKey Research
8+
9+
ThirdKey Research is dedicated to advancing AI security through our "Zero Trust for AI" approach. We believe that **every AI interaction should be verified, every model should be validated, and every decision should be auditable**.
10+
11+
## Our Mission
12+
13+
As artificial intelligence becomes increasingly integrated into critical systems and decision-making processes, the need for robust security frameworks has never been more urgent. Traditional security models that rely on perimeter defense are insufficient for the dynamic, distributed nature of AI systems.
14+
15+
We focus on extending Zero Trust principles to artificial intelligence systems, applying the philosophy of "never trust, always verify" to AI interactions, model behavior, and system integrity.
16+
17+
## Research Projects
18+
19+
### SchemaPin
20+
**Cryptographic Security for AI Tool Schemas**
21+
22+
A cryptographic protocol for ensuring the integrity and authenticity of tool schemas used by AI agents. SchemaPin prevents "MCP Rug Pull" attacks by enabling developers to cryptographically sign their tool schemas and allowing clients to verify that schemas have not been altered since publication.
23+
24+
- **Website**: [schemapin.org](https://schemapin.org)
25+
- **Features**: ECDSA P-256 signatures, Trust-On-First-Use key pinning, cross-language support
26+
- **License**: MIT
27+
28+
### VectorSmuggle
29+
**Vector-Based Data Exfiltration Research**
30+
31+
A comprehensive proof-of-concept demonstrating vector-based data exfiltration techniques in AI/ML environments. This project illustrates potential risks in RAG systems and provides tools and concepts for defensive analysis.
32+
33+
- **Repository**: [github.com/jaschadub/VectorSmuggle](https://github.com/jaschadub/VectorSmuggle)
34+
- **License**: MIT
35+
- **Requirements**: Python 3.11+
36+
37+
**Key Features:**
38+
- 🎭 **Steganographic Techniques**: Embedding obfuscation and data hiding
39+
- 📄 **Multi-Format Support**: Process 15+ document formats (PDF, Office, email, databases)
40+
- 🕵️ **Evasion Capabilities**: Behavioral camouflage and detection avoidance
41+
- 🔍 **Enhanced Query Engine**: Data reconstruction and analysis
42+
- 🐳 **Production-Ready**: Full containerization and Kubernetes deployment
43+
- 📊 **Analysis Tools**: Comprehensive forensic and risk assessment capabilities
44+
45+
### AgentNull
46+
**AI System Security Threat Catalog + Proof-of-Concepts**
47+
48+
A comprehensive security research project focused on cataloging and demonstrating threats specific to AI systems, providing both theoretical frameworks and practical proof-of-concepts for AI security vulnerabilities.
49+
50+
- **Repository**: [github.com/jaschadub/AgentNull](https://github.com/jaschadub/AgentNull)
51+
- **Focus**: AI system security threats, attack vectors, and defensive strategies
52+
53+
## Research Areas
54+
55+
Our current research spans several critical domains:
56+
57+
### Agent-Tool Interface Security
58+
- Cryptographic verification of tool schemas and integrity
59+
- Secure communication protocols between AI agents and external tools
60+
- Trust establishment and key management for agent-tool interactions
61+
- Prevention of tool substitution and schema manipulation attacks
62+
63+
### Model Security
64+
- Adversarial robustness and defense mechanisms
65+
- Model integrity verification and tamper detection
66+
- Secure model deployment and distribution
67+
68+
### AI Governance
69+
- Automated compliance monitoring for AI systems
70+
- Risk assessment frameworks for AI deployment
71+
- Ethical AI decision-making protocols
72+
73+
### Threat Intelligence
74+
- AI-specific attack vectors and mitigation strategies
75+
- Emerging threats in the AI ecosystem
76+
- Security implications of AI advancement
77+
78+
## Contact
79+
80+
- **Email**: research@thirdkey.ai
81+
- **GitHub**: [ThirdKeyAI](https://github.com/ThirdKeyAI)
82+
- **Twitter**: [@ThirdKeyAI](https://twitter.com/ThirdKeyAI)
83+
84+
---
85+
86+
*ThirdKey Research is committed to advancing the state of AI security through open research and collaboration. Follow our work and join the conversation about building a more secure AI future.*

0 commit comments

Comments
 (0)