Skip to content

Security: Tinkora/mcp_timeout_guard

SECURITY.md

Security Policy

简体中文

Scope

MCP Timeout Guard is a local process wrapper. It does not sandbox a child, inspect its payloads, authenticate remote services, or guarantee termination of descendants. Do not treat a timeout as a security boundary.

Reporting

Please use GitHub private vulnerability reporting when available. Do not open a public issue containing secrets, exploit details, or private configuration values. Include a minimal reproduction with all credentials removed.

Design commitments

  • Never log request, response, argument, environment, or command-line values.
  • Never insert a shell between the client and the configured command.
  • Enforce frame limits before buffering unbounded input.
  • Keep timeout errors generic and preserve only the JSON-RPC request id.

There aren't any published security advisories