About

About ThirdKey Research

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 agent should be authenticated, and every decision should be auditable.

Our Mission

As AI agents become increasingly autonomous — managing infrastructure, handling sensitive data, negotiating with other agents — 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 agentic AI systems.

We focus on extending Zero Trust principles to artificial intelligence, applying the philosophy of “never trust, always verify” across the entire agent lifecycle: from tool integrity to agent identity to runtime policy enforcement.

The ThirdKey Trust Stack

Our core work is a multi-layer cryptographic trust architecture for AI agents:

SchemaPin — Tool Integrity

Cryptographic Security for AI Tool Schemas

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. It answers: are the tools this agent uses legitimate and untampered?

  • Website: schemapin.org
  • Features: ECDSA P-256 signatures, Trust-On-First-Use key pinning, .well-known discovery
  • Languages: Rust, Python, JavaScript, Go
  • License: MIT

AgentPin — Agent Identity

Domain-Anchored Cryptographic Identity for AI Agents

AgentPin enables organizations to issue verifiable cryptographic credentials to their AI agents, anchored to domain ownership. Verifiers can confirm an agent’s identity, capabilities, and authorization through a 12-step verification protocol. It answers: is this agent who it claims to be?

  • Repository: github.com/thirdkeyai/agentpin
  • Features: ES256 JWTs, domain-anchored discovery, delegation chains, trust bundles, mutual authentication
  • Languages: Rust, JavaScript, Python
  • License: MIT

VectorPin — Embedding Integrity

Cryptographic Provenance for Vector Embeddings

VectorPin signs a canonical commitment over each embedding’s source content hash, model identifier, vector hash, dimension, dtype, and timestamp using Ed25519, so any post-ingestion modification to a stored vector is detectable on read. It closes the steganographic exfiltration channel studied in our VectorSmuggle research and gives RAG operators a tamper-evident audit trail at the retrieval substrate. It answers: is this embedding what the model actually produced?

  • Website: vectorpin.org
  • Repository: github.com/ThirdKeyAI/VectorPin
  • Features: Ed25519 over SHA-256, canonical floating-point byte form, signed source/model/vector/dim/dtype commitments, cross-language test fixtures, distinct verification outcomes for forgery, tampering, model mismatch, and source drift, alpha adapters for LanceDB, Chroma, Pinecone, and Qdrant
  • Languages: Python, Rust, TypeScript (Go in progress)
  • License: Apache 2.0

Symbiont — Runtime Policy Enforcement

AI-Native Agent Framework

Symbiont is a framework for building autonomous, policy-aware agents that can safely collaborate with humans, other agents, and large language models. It enforces runtime policy based on verified identity and tool integrity. It answers: does policy allow this verified agent to perform this action?

  • Website: symbiont.dev
  • Features: DSL for agent definitions, HTTP API, cron scheduling, channel adapters, MCP integration
  • Languages: Rust
  • License: Apache 2.0

Security Research

VectorSmuggle

Vector-Based Data Exfiltration Research

A proof-of-concept demonstrating vector-based data exfiltration techniques in AI/ML environments, illustrating potential risks in RAG systems and providing tools for defensive analysis.

AgentNull

AI System Security Threat Catalog + Proof-of-Concepts

A 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.

Research Areas

  • Agent-Tool Interface Security — Cryptographic verification of tool schemas, secure communication protocols, trust establishment and key management
  • Agent Identity & Authentication — Domain-anchored credentials, delegation chains, capability scoping, mutual verification
  • Runtime Policy Enforcement — Automated governance, policy-as-code, real-time constraint enforcement
  • Threat Intelligence — AI-specific attack vectors, multi-agent system risks, supply chain security

Contact


ThirdKey Research is committed to advancing AI security through practical, open-source solutions. Follow our work and join the conversation about building a more secure AI future.