haiec-ai-agent-security-free-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@haiec-ai-agent-security-free-mcpRun tenant isolation check on the latest changes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
HAIEC Agent Security
Security checks for AI coding agents before code reaches production.
Status
PRE-RELEASE — UNDER ACTIVE DEVELOPMENT
This project is in early development. No security scanning capability is functional yet. Do not rely on this repository for production security checks.
Related MCP server: corbat
What This Project Is
HAIEC Agent Security is a control surface for AI agent security. It defines four independent security checks that an AI coding agent can invoke when the situation calls for them:
Check | Purpose | Status |
| Source-code security scanning for AI/LLM applications | Not yet integrated |
| Cross-tenant boundary checks | Not yet integrated |
| LLM input/output verification | Not yet integrated |
| Release/deploy gate | Not yet integrated |
One Workflow, Four Independent Checks
SCAN AI CODE → scan_ai_security
CHECK TENANT BOUNDARIES → scan_tenant_isolation
CHECK MODEL INTERACTIONS → verify_llm_content
GATE THE RELEASE → check_deploy_securityThese checks are independent. HAIEC does not automatically cascade every engine. Each check is selected on its own semantic merit:
Source-code security →
scan_ai_securityCross-tenant boundaries →
scan_tenant_isolationActual LLM input/output →
verify_llm_contentMerge/release/deploy →
check_deploy_security
Architecture
haiec-ai-agent-security-free-mcp/
├── src/
│ ├── contracts/ # Shared types: findings, results, tools, verdicts
│ ├── mcp/ # MCP server factory and tool definitions
│ ├── security/ # Output sanitization, path boundaries, secret redaction
│ ├── provenance/ # Canonicalization and digest utilities
│ ├── engines/
│ │ ├── ai-security/ # AI source-code security engine (not yet integrated)
│ │ ├── tenant-isolation/ # Tenant isolation engine (not yet integrated)
│ │ └── llmverify/ # LLM content verification engine (not yet integrated)
│ └── orchestration/
│ └── deploy-security/ # Release gate orchestration (not yet integrated)
├── tests/ # Unit and architecture tests
├── evals/ # AI tool-selection evaluations
└── rules/ # Rulepack metadata (no rule bodies published yet)Engine Independence
Each engine is an independent product with its own execution path:
scan_ai_securitydoes NOT invoke LLMVerify or Tenant Isolation.scan_tenant_isolationdoes NOT invoke LLMVerify or AI security scanning.verify_llm_contentdoes NOT invoke source scanning or tenant scanning.Only
check_deploy_securitymay intentionally compose engines, and it must disclose which engines ran, which did not, and why.
Current Capabilities
What exists today:
TypeScript package scaffolding with MCP v2 structure
Shared contracts (findings, results, tools, verdicts)
Tool metadata with semantic "when to use" / "when not to use" descriptions
Engine independence enforcement (architectural tests)
Path boundary validation
Secret redaction in outputs
Output sanitization
Canonicalization and provenance helpers
AI tool-selection evaluations
CI workflow
What does NOT exist yet:
No security scanning engine is integrated
No MCP tool is registered for execution
No rule bodies are published
No npm package is published
No security guarantee is provided
Installation
This package is not yet published to npm. It is intended for local development only at this stage.
git clone https://github.com/subodhkc/haiec-ai-agent-security-free-mcp.git
cd haiec-ai-agent-security-free-mcp
npm ci
npm run build
npm testLicense
License decision pending. Until a license is added, this repository should not be described as open source. The final license remains a founder/IP decision.
Contributing
This project is in pre-release development. Contributions are not yet solicited until the foundation stabilizes and a license is selected.
Related Projects
LLMVerify — LLM content verification (independent product, separate repository)
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceProvides pre-deploy AI-assisted security and readiness checks for AI-built apps, including scanning for secrets, auth gaps, and payment safety.5MIT

corbatofficial
AlicenseAqualityBmaintenancePolicy and quality engine for AI coding agents that enforces team coding standards and provides validation gates for agent-assisted software delivery.7534MIT
Rigour MCPofficial
Alicense-qualityBmaintenanceEnables AI agents to self-govern by scanning code for hardcoded secrets, structural violations, and AI drift in real-time, providing fix packets for automatic remediation.26MIT
Draugrofficial
Alicense-qualityAmaintenanceSecurity scanning for AI agents: SAST, SCA, secrets, IaC, DAST, ranked by real risk.2Apache 2.0
Related MCP Connectors
Pay-per-call cybersecurity for AI agents: vuln scans, threat intel, compliance, code security.
The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/subodhkc/haiec-ai-agent-security-free-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server