File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 11# OSS-Fuzz MCP
22
3+ This is an experimental implementation of an MCP server that enables use of
4+ OSS-Fuzz tools. You can use it to solve various common OSS-Fuzz tasks.
5+
6+ At this stage, this is purely experimental code.
7+
8+
9+ ## Threat model for running
10+
11+ This is experimental code and has an open threat model. By design, the MCP server
12+ executes untrusted code. As such, when running this tool you
13+ should assume you will be running untrusted code on your machine. You should
14+ only run this in a trusted environment and on a trusted network. In practice,
15+ this means you must run this in a heavily sandboxed environment, and from a
16+ security perspective if you run this tool you will run untrusted code in
17+ your environment.
18+
19+ This code does not run in OSS-Fuzz production services and is not part of the
20+ tooling that runs our continuous fuzzing of open source projects.
21+
22+ ## Running the Service
323
424``` sh
525python3.12 -m venv .venv
You can’t perform that action at this time.
0 commit comments