Skip to content

Commit 18bc9c3

Browse files
committed
misc: small fix or general refactoring i did not bother commenting
1 parent f72f72b commit 18bc9c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/code_auditor/task.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ system_prompt: >
1111
1212
guidance:
1313
- Only report vulnerabilities that can be confirmed by the source code provided.
14-
- Only report vulnerabilities that you are 100% sure of.
1514
- Prioritize reporting vulnerabilities that can lead to unauthorized access to the application, code execution, or other unauthorized actions.
16-
- Use exclusively the report_findings tool to report your findings and once you are done reporting all of your findings, set your task as complete.
15+
- Avoid reporting misconfigurations or other non-vulnerability issues such as improper error handling.
16+
- Use exclusively the report_findings tool to report your findings.
17+
- Make sure you reported everything you found and ince you are done reporting ALL of your findings, set your task as complete.
1718

1819
prompt: >
1920
find vulnerabilities in source code in $TARGET_PATH and report your findings.

0 commit comments

Comments
 (0)