Install
$ agentstack add mcp-helixar-ai-mcp-security-checklist ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
🔐 MCP Security Checklist
> A practical, community-maintained security checklist for teams building and deploying Model Context Protocol (MCP) servers and AI agent infrastructure.
[](LICENSE) [](https://helixar.ai) [](CONTRIBUTING.md) [](https://github.com/helixar-ai/mcp-security-checklist)
Why This Exists
MCP is being adopted rapidly. Security guidance is lagging behind.
This checklist gives security engineers, platform teams, and technical leaders a clear, actionable baseline for securing MCP deployments — whether you're shipping an internal tool or a customer-facing AI agent.
It is not vendor-specific, complete, or a replacement for a full security review. It is a starting point.
📋 The Checklists
| Checklist | Audience | Description | |-----------|----------|-------------| | [Authentication & Authorization](docs/01-auth.md) | All | Identity, token scope, and access control | | [Input Validation & Prompt Injection](docs/02-input-validation.md) | Engineers | Sanitizing inputs before tool execution | | [Tool & Resource Exposure](docs/03-tool-exposure.md) | Engineers / Architects | Limiting blast radius of MCP tools | | [API Session Security](docs/04-api-session.md) | Platform Teams | Securing inbound sessions from agents | | [Monitoring & Observability](docs/05-monitoring.md) | SecOps | What to log, alert on, and review | | [Network & Infrastructure](docs/06-network.md) | Platform Teams | Network-layer hardening | | [CISO Summary](docs/07-ciso-summary.md) | CISOs / Leadership | Non-technical risk summary |
✅ Quick-Start: Top 10 Controls
If you do nothing else, cover these:
- Never expose MCP over the public internet without mTLS or equivalent.
- Scope every tool to the minimum necessary permissions.
- Validate and sanitize all inputs before they reach tool execution.
- Log every tool invocation with the originating session context.
- Set rate limits on both the MCP server and any downstream APIs it calls.
- Treat agent sessions as untrusted by default — validate intent, not just auth tokens.
- Separate read and write tool categories; require explicit approval for write operations in sensitive contexts.
- Rotate credentials used by MCP servers on a defined schedule.
- Monitor for behavioral anomalies: unusual tool chains, high-frequency calls, off-hours access.
- Conduct a tool inventory review before every production deployment.
🗂️ Machine-Readable Version
A JSON and YAML version of the checklist is available for integration into CI/CD pipelines, compliance tooling, or custom dashboards:
- [
checklist.json](checklist.json) - [
checklist.yaml](checklist.yaml)
🌐 GitHub Pages Site
Browse the checklist in a friendlier format at: helixar-ai.github.io/mcp-security-checklist
🤝 Contributing
This checklist improves through community input. If you've encountered a gap, misconfiguration, or attack pattern in real-world MCP deployments — we want to hear about it.
See [CONTRIBUTING.md](CONTRIBUTING.md) for how to get involved.
📌 Scope & Limitations
This checklist covers:
- MCP server deployment and configuration security
- Inbound session and API request security
- Agent-to-tool interaction surface
- Operational monitoring and detection
This checklist does not cover:
- Model weights or training pipeline security
- End-user data privacy compliance (GDPR, CCPA, etc.)
- General cloud infrastructure hardening
🏷️ License
MIT. Use it freely. Attribution appreciated.
Maintained by the Helixar security research team. Helixar builds AI-native endpoint and API security for agentic infrastructure.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Helixar-AI
- Source: Helixar-AI/mcp-security-checklist
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.