KYA
БесплатноНе проверенKnow Your Agent — An open standard for AI agent identity, compliance, and auditability
Описание
Know Your Agent — An open standard for AI agent identity, compliance, and auditability
README
An open standard for AI agent identity, compliance, and auditability.
What is KYA?
KYA defines a machine-readable Agent Card — a JSON document that declares who an AI agent is, what it can do, and how it has been audited. Think of it as a passport for AI agents.
Why?
- The EU AI Act requires conformity assessments for high-risk AI systems
- Enterprise procurement questionnaires ask "has your AI been audited?"
- Agent frameworks (MCP, LangChain, CrewAI) have no standard identity format
- No one can answer "what does this agent actually do?" in a verifiable way
KYA fills that gap.
Quick Start
pip install kya-agent
# Generate a skeleton agent card
kya init --agent-id "your-org/your-agent" --name "My Agent"
# Validate an agent card
kya validate agent-card.kya.json
# Score completeness
kya score agent-card.kya.json
Agent Card Example
{
"kya_version": "0.1",
"agent_id": "luciferforge/mcp-security-audit",
"name": "MCP Security Audit",
"version": "0.2.0",
"purpose": "Scans MCP servers for security vulnerabilities...",
"agent_type": "tool",
"owner": {
"name": "LuciferForge",
"contact": "[email protected]"
},
"capabilities": {
"declared": [
{"name": "mcp_server_connection", "risk_level": "medium", "scope": "Read-only enumeration"}
],
"denied": ["code_execution", "data_exfiltration"]
},
"security": {
"last_audit": {"date": "2026-03-04", "score": 92, "tool": "mcp-security-audit v0.2.0"},
"injection_tested": true
},
"compliance": {
"frameworks": ["NIST-AI-RMF", "OWASP-LLM-Top-10"],
"risk_classification": "minimal",
"human_oversight": "human-above-the-loop"
}
}
Part of the LuciferForge Agent Safety Suite
| Package | Purpose |
|---|---|
| kya | Agent identity and compliance standard |
| mcp-security-audit | Security scanning for MCP servers |
| ai-injection-guard | Prompt injection detection (75 patterns, 9 categories) |
| ai-decision-tracer | Agent decision audit trails |
| ai-cost-guard | LLM budget enforcement |
| agent-safety-mcp | MCP server wrapping all safety tools |
License
MIT
Установка KYA
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/LuciferForge/KYAFAQ
KYA MCP бесплатный?
Да, KYA MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для KYA?
Нет, KYA работает без API-ключей и переменных окружения.
KYA — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить KYA в Claude Desktop, Claude Code или Cursor?
Открой KYA на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare KYA with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
