Skip to main content

Know Your Agent — An open standard for AI agent identity, compliance, and auditability

Project description

KYA — Know Your Agent

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

# 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": "luciferforge@proton.me"
  },
  "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 (22 patterns)
ai-decision-tracer Agent decision audit trails
ai-cost-guard LLM budget enforcement
agent-safety-mcp MCP server wrapping all safety tools

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kya_agent-0.1.0.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kya_agent-0.1.0-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file kya_agent-0.1.0.tar.gz.

File metadata

  • Download URL: kya_agent-0.1.0.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.2

File hashes

Hashes for kya_agent-0.1.0.tar.gz
Algorithm Hash digest
SHA256 4a5f9c9914edbc33bffa9b6ee68b6cef0ac7f14832c7ca704c1904f27f7e284b
MD5 83535781eaf98ccf6c34e97c8d079c33
BLAKE2b-256 acd265b03d81d1dd0c90c45874a8f3a5e3b107d7f83eb1e1a77b2be52eb5b3f2

See more details on using hashes here.

File details

Details for the file kya_agent-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: kya_agent-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.2

File hashes

Hashes for kya_agent-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 def87d679bdef5ab2f379f25299493730f3baec04d4e75acdede7396d7f0a191
MD5 dbdd6a2e0623efe754dbdff444c669e5
BLAKE2b-256 c964b600fcebbb58b7e35aee63eb77e7135d756f5ae8ea30006a53949494b509

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page