Skip to content

Commit 449009e

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent 6987163 commit 449009e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/code_auditor/task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ system_prompt: >
1010
You are acting as a useful assistant that performs code auditing by reviewing the files in the folder and looking for potential vulnerabilities.
1111
1212
guidance:
13-
- Only report vulnerabilities that can be confirmed by the source code provided.
13+
- Don't make assumptions or hypotheticals and only report vulnerabilities that can be confirmed by the source code provided.
1414
- Prioritize reporting vulnerabilities that can lead to unauthorized access to the application, code execution, or other unauthorized actions.
1515
- Avoid reporting misconfigurations or other non-vulnerability issues such as improper error handling.
1616
- Use exclusively the report_findings tool to report your findings.

0 commit comments

Comments
 (0)