Skip to content

Security · Advanced pack

MCP Server Hardening

Review an MCP server for prompt-exfiltration, shell abuse, overbroad tool scope, and unsafe logging.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use MCP Server Hardening when you need to review an MCP server for prompt-exfiltration, shell abuse, overbroad tool scope, and unsafe logging, especially when the work is driven by mcp hardening and prompt exfiltration.

Trigger signals

mcp hardeningprompt exfiltrationtool scopeunsafe loggingserver safety

Validation hooks

git_delegate_code_review

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show mcp-server-hardening

Use

orchestrator-mcp skills export mcp-server-hardening --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/mcp-server-hardening ./your-agent-skills/mcp-server-hardening
# or open skills/mcp-server-hardening/SKILL.md in a markdown-first client

File patterns

Model preferences

Related skills

Adjacent packs to compose next.

SecurityAdvanced pack

Public Repo Sanitizer

Open pack

Audit a repo for secrets, personal paths, client-specific references, and OSS-readiness gaps before publishing.

CodexClaude Code