Skip to content

Commit bd9902e

Browse files
infra: agent-skills: add helper script (#15272)
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent ad35ef9 commit bd9902e

File tree

2 files changed

+522
-0
lines changed

2 files changed

+522
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# OSS-Fuzz agent skills
22

33
Skills that can be easily used with agents e.g. gemini CLI.
4+
5+
6+
# Threat model for running
7+
This is experimental code and has an open threat model. By design, the agents execute untrusted code and are running in "dangerous"/"yolo" modes. As such, when running this tool you should assume you will be running untrusted code on your machine. You should only run this in a trusted environment and on a trusted network. In practice, this means you must run this in a heavily sandboxed environment, and from a security perspective if you run this tool you will run untrusted code in your environment.
8+
9+
This code does not run in OSS-Fuzz production services and is not part of the tooling that runs our continuous fuzzing of open source projects.

0 commit comments

Comments
 (0)