Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.24 KB

File metadata and controls

52 lines (37 loc) · 1.24 KB

Security Policy

Table of contents

Reporting a vulnerability

Please report security issues privately first.

Recommended approach:

  • open a private channel if available
  • or contact the maintainer directly before opening a public issue

Do not publish weaponized details first if the issue could harm users.

What to include

Please include:

  • affected version or commit
  • reproduction steps
  • whether the issue affects:
    • local MCP source execution
    • proxy invocation
    • config loading
    • benchmark tooling
    • Web UI
  • severity estimate if you have one
  • whether the issue requires local access or a malicious upstream MCP

What to expect

A good-faith report should receive:

  • acknowledgement
  • triage
  • a fix or mitigation plan if confirmed

Scope notes

lazy-tool is intentionally local-first and local-only.

That means many risks are about:

  • executing configured local stdio commands
  • trusting local HTTP MCP endpoints
  • exposing the Web UI beyond localhost
  • benchmark and dev helper misuse

Please keep threat assumptions realistic to the current local-only scope.